Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsImageInfo Class Properties
See Also 
Leadtools.Codecs Namespace : CodecsImageInfo Class


For a list of all members of this type, see CodecsImageInfo members.

Public Properties

 NameDescription
Public Property BitsPerPixel Gets the bits per pixel of the image.  
Public Property BytesPerLine Gets the number of bytes per scanline for the image data.  
Public Property Compression Gets the compression of the image file.  
Public Property Fax Gets the CodecsFaxImageInfo class that specifies the FAX format options.  
Public Property Format Gets the image file format.  
Public Property Gif Gets the CodecsGifImageInfo class that specifies the GIF format options.  
Public Property HasResolution Determines whether the file has resolution values (DPI) stored inside.  
Public Property Height Gets the height of the image.  
Public Property IsRotated Determines whether the image has a rotated view perspective.  
Public Property Jpeg Gets the CodecsJpegImageInfo class that specifies the JPEG format options.  
Public Property Name Gets the filename.  
Public Property Order Gets the byte order of the image.  
Public Property PageNumber Gets the page number of the file.  
Public Property Palette Gets the images palette.  
Public Property SizeDisk Gets the size of the image file on disk.  
Public Property SizeMemory Gets the size of the image in memory.  
Public Property Tiff Gets the CodecsTiffImageInfo class that specifies the TIFF format options.  
Public Property TotalPages Gets the total number of pages in the file.  
Public Property ViewPerspective Gets the view perspective of the image.  
Public Property Width Gets the width of the image.  
Public Property XResolution Gets the horizontal resolution (DPI) of the image.  
Public Property YResolution Gets the vertical resolution (DPI) of the image.  
Top

See Also