DocumentInfo class
DocumentInfo class
Defines document description properties.
The DocumentInfo type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| init | Initializes a new instance of the DocumentInfo class. | 
Properties
| Property | Description | 
|---|---|
| page_count | Document pages count. | 
| pages | Collection of document pages descriptions. | 
| width_for_max_height | Specifies width for max page height. | 
| max_page_height | Specifies max page height. | 
| file_type | File format type. | 
| size | Document size in bytes. | 
| text_signatures | Collection of document text signatures. | 
| image_signatures | Collection of document image signatures added or updated by Signature methods. | 
| digital_signatures | Collection of document digital signatures added or updated by Signature methods. | 
| barcode_signatures | Collection of document barcode signatures added or updated by Signature methods. | 
| qr_code_signatures | Collection of document QR-code signatures added or updated by Signature methods. | 
| form_field_signatures | Collection of document Form Field signatures added or updated by Signature methods. | 
| form_fields | Collection of all existing supported Form Fields in the document. This property is supported only for Pdf and Word Processing document types. | 
| metadata_signatures | Collection of document Metadata signatures. | 
| documents | Collection of all existing documents within the archive files. This property is supported only for Archive document types. | 
| process_logs | Collection of document history processes like Sign, Update, Delete. | 
| signatures | Collection of document all types signatures BaseSignature. | 
See Also
- module 
groupdocs.signature.domain - class 
BaseSignature - class 
DocumentInfo - class 
IDocumentInfo - class 
Signature