EpsDocumentInfo class

EpsDocumentInfo class

Contains PS document metadata.

The EpsDocumentInfo type exposes the following members:

Methods

Method Description
get
get_file
get_string

Properties

Property Description
creation_date The document creation date.
format The document format.
pages_count The document pages count.
property_names The enumerable of all properties which could be get for the current document info.
size The document size in bytes.
bits_per_pixel The number of bits per pixel. (inherited from ImageDocumentInfo)
height The height of the image document. (inherited from ImageDocumentInfo)
width The width of the image. (inherited from ImageDocumentInfo)

See Also