The following tables list the members exposed by GetInformationResponse.
Name | Description | |
---|---|---|
![]() ![]() | GetInformationResponse Constructor | Initializes a new instance of the GetInformationResponse class. |
Name | Description | |
---|---|---|
![]() ![]() | BitsPerPixel | (Read only) Gets the bits per pixel of the image. |
![]() ![]() | BytesPerLine | (Read only) Gets the number of bytes per scanline for the image data. |
![]() ![]() | ColorSpace | (Read only) Gets the color space of the image, refer to CodecsColorSpaceType. |
![]() ![]() | Compression | (Read only) Gets the compression of the image file. |
![]() ![]() | Format | (Read only) Gets the image file format. |
![]() ![]() | HasAlpha | Determines whether the image contains alpha channel information or not. |
![]() ![]() | HasResolution | Determines whether the file has resolution values (DPI) stored inside or not. |
![]() ![]() | Height | (Read only) Gets the height of the image in pixels. |
![]() ![]() | IsRotated | Determines whether the image has a rotated view perspective or not. |
![]() ![]() | IsSigned | Determines whether the image data is signed or not. |
![]() ![]() | Order | (Read only) Gets the byte order of the image. |
![]() ![]() | PageNumber | (Read only) Gets the page number of the file. |
![]() ![]() | SizeDisk | (Read only) Gets the size of the image file on disk. |
![]() ![]() | SizeMemory | (Read only) Gets the size of the image when loaded uncompressed in memory. |
![]() ![]() | TotalPages | (Read only) Gets the total number of pages in the file. |
![]() ![]() | ViewPerspective | (Read only) Gets the view perspective of the image. |
![]() ![]() | Width | (Read only) Gets the width of the image in pixels. |
![]() ![]() | XResolution | (Read only) Gets the horizontal resolution (DPI) of the image. |
![]() ![]() | YResolution | (Read only) Gets the vertical resolution (DPI) of the image. |