HeicDocumentInfo class

HeicDocumentInfo class

Contains Heic document metadata.

The HeicDocumentInfo type exposes the following members:

Properties

Property Description
bits_per_pixel The number of bits per pixel. (inherited from ImageDocumentInfo)
creation_date The creation date of the document, implementing IDocumentInfo.creation_date. (inherited from DocumentInfo)
format The format of the document. Implements IDocumentInfo.format. (inherited from DocumentInfo)
height The height of the image document. (inherited from ImageDocumentInfo)
item (inherited from DocumentInfo)
pages_count The number of pages in the document, implementing IDocumentInfo.pages_count. (inherited from DocumentInfo)
property_names The property implements IDocumentInfo.property_names. (inherited from DocumentInfo)
size The size of the document, as defined by IDocumentInfo.size. (inherited from DocumentInfo)
width The width of the image. (inherited from ImageDocumentInfo)

See Also