ImageFile Object (IImageFile Interface)
This object represents an image file. It contains information on the number of pages in the image file and provides access to the page with the specified index.
Properties
Name | Type | Description |
---|---|---|
PagesCount | Integer, read-only | Specifies the number of pages in the image file. The value of this property can be more than 1 for multi-page file formats. |
Methods
Name | Description |
---|---|
OpenImagePage | Opens a page of the image by the page index. |
Output parameter
This object is the output parameter of the OpenImageFile and OpenImageFileFromStream methods of the ImageProcessingTools object.
See also
15.08.2023 13:19:30