Uses of Class
aspose.pdf.ImageFileType

Uses of ImageFileType in aspose.pdf
 

Fields in aspose.pdf declared as ImageFileType
static ImageFileType ImageFileType.Bmp
          Bmp type
static ImageFileType ImageFileType.Ccitt
          Ccitt type
static ImageFileType ImageFileType.Emf
          Emf type
static ImageFileType ImageFileType.Exif
          Exif type
static ImageFileType ImageFileType.Gif
          Gif type
static ImageFileType ImageFileType.Icon
          Icon type
static ImageFileType ImageFileType.Jpeg
          Jpeg type
static ImageFileType ImageFileType.MemoryBmp
          MemoryBmp type
static ImageFileType ImageFileType.MemoryUnpacked
          Unpacked memory image type
static ImageFileType ImageFileType.Png
          Png type
static ImageFileType ImageFileType.Tiff
          Tiff type
static ImageFileType ImageFileType.Unknown
          Unknown type
static ImageFileType ImageFileType.Wmf
          Wmf type
 

Methods in aspose.pdf that return ImageFileType
 ImageFileType Section.getBackgroundImageType()
          Gets a Image enum that indicates the type of the background image.
 ImageFileType ImageInfo.getImageFileType()
          Gets a ImageFileType object that indicates the image type.
 

Methods in aspose.pdf with parameters of type ImageFileType
static java.lang.String ImageFileType.getImageFileFormatString(ImageFileType imageFileType)
          Returns format string representation for image with specified imageFileType.
 void Section.setBackgroundImageType(ImageFileType value)
          Sets a Image enum that indicates the type of the background image.
 void ImageInfo.setImageFileType(ImageFileType imgType)
          Sets a ImageFileType object that indicates the image type.