Leadtools.Services.Raster.DataContracts Namespace : GetInformationResponse Class |
The following tables list the members exposed by GetInformationResponse.
Name | Description | |
---|---|---|
![]() | GetInformationResponse Constructor | Initializes a new instance of the GetInformationResponse class. |
Name | Description | |
---|---|---|
![]() | BitsPerPixel | Gets the bits per pixel of the image. |
![]() | BytesPerLine | Gets the number of bytes per scanline for the image data. |
![]() | ColorSpace | Gets the color space of the image, refer to CodecsColorSpaceType. |
![]() | Compression | Gets the compression of the image file. |
![]() | Format | 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 | 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 | Gets the byte order of the image. |
![]() | PageNumber | Gets the page number of the file. |
![]() | SizeDisk | Gets the size of the image file on disk. |
![]() | SizeMemory | Gets the size of the image when loaded uncompressed in memory. |
![]() | TotalPages | Gets the total number of pages in the file. |
![]() | ViewPerspective | Gets the view perspective of the image. |
![]() | Width | Gets the width of the image in pixels. |
![]() | XResolution | Gets the horizontal resolution (DPI) of the image. |
![]() | YResolution | Gets the vertical resolution (DPI) of the image. |