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


The following tables list the members exposed by CodecsImageInfo.

Public Constructors

 NameDescription
Public ConstructorCodecsImageInfo Constructor Initializes a new instance of the CodecsImageInfo class.  
Top

Public Properties

 NameDescription
Public PropertyBitsPerPixel Gets the bits per pixel of the image.  
Public PropertyBytesPerLine Gets the number of bytes per scanline for the image data.  
Public PropertyColorSpace Gets the color space of the image.  
Public PropertyCompression Gets the compression of the image file.  
Public PropertyDocument Gets extra information about the image if the file is a document format.  
Public PropertyFax Gets extra information about the image if the file format is FAX.  
Public PropertyFormat Gets the image file format.  
Public PropertyGif Gets extra information about the image if the file format is GIF.  
Public PropertyHasAlpha Determines whether or not the image contains alpha channel information.  
Public PropertyHasResolution Determines whether or not the file has resolution values (DPI) stored inside.  
Public PropertyHeight Gets the height of the image in pixels.  
Public PropertyIsLink Determines whether or not the file is an image file or a link to an image file.  
Public PropertyIsRotated Determines whether or not the image has a rotated view perspective.  
Public PropertyIsSigned Determines whether or not the image data is signed.  
Public PropertyJpeg Gets extra information about the image if the file format is JPEG or LEAD CMP.  
Public PropertyName Gets the file name.  
Public PropertyOrder Gets the byte order of the image.  
Public PropertyPageNumber Gets the page number of the file.  
Public PropertyPsd Gets extra information about the image if the file format is PSD.  
Public PropertySizeDisk Gets the size of the image file on disk.  
Public PropertySizeMemory Gets the size of the image when loaded uncompressed in memory.  
Public PropertyTiff Gets extra information about the image if the file format is TIFF.  
Public PropertyTotalPages Gets the total number of pages in the file.  
Public PropertyViewPerspective Gets the view perspective of the image.  
Public PropertyWidth Gets the width of the image in pixels.  
Public PropertyXResolution Gets the horizontal resolution (DPI) of the image.  
Public PropertyYResolution Gets the vertical resolution (DPI) of the image.  
Top

Public Methods

 NameDescription
Public MethodClone Creates an exact copy of the current page of this CodecsImageInfo.  
Public MethodDisposeOverloaded.  Releases all resources used by this CodecsImageInfo.  
Public MethodGetPalette Gets the images's palette.  
Public MethodToStringOverridden.  Returns a string containing the image information in a human readable format.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  This member overrides Finalize.  
Top

See Also