Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
The InfoExtractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAuthor |
Gets the document author.
| |
| GetBookmarks |
Gets the document bookmarks.
| |
| GetCreationDate |
Gets the document creation date in the local time zone and in current culture.
| |
| GetCreationDate(CultureInfo) |
Gets the document creation date in the local time zone and in specified culture.
| |
| GetCreationDateISO |
Gets the document creation date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
| |
| GetCreationDateUTC |
Gets the document creation date in Coordinated Universal Time (UTC) time zone and in current culture.
| |
| GetCreationDateUTC(CultureInfo) |
Gets the document creation date in Coordinated Universal Time (UTC) time zone and in specified culture.
| |
| GetCreator |
Gets the document creator.
| |
| GetCustomProperties |
Gets document's custom properties.
| |
| GetFormFields |
Gets list of all form fields in the document in JSON format.
| |
| GetHashCode | (Inherited from Object.) | |
| GetKeywords |
Gets the document keywords.
| |
| GetMetadata |
Gets XMP metadata from the document.
| |
| GetModificationDate |
Gets the document modification date in the local time zone and in current culture.
| |
| GetModificationDate(CultureInfo) |
Gets the document modification date in the local time zone and in specified culture.
| |
| GetModificationDateISO |
Gets the document modification date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
| |
| GetModificationDateUTC |
Gets the document modification date in Coordinated Universal Time (UTC) time zone and in current culture.
| |
| GetModificationDateUTC(CultureInfo) |
Gets the document modification date in Coordinated Universal Time (UTC) time zone and in specified culture.
| |
| GetPageCount |
Returns document page count.
| |
| GetPageRect_Height | ||
| GetPageRect_Left | ||
| GetPageRect_Top | ||
| GetPageRect_Width | ||
| GetPageRectangle | ||
| GetProducer |
Gets the document producer.
| |
| GetSubject |
Gets the document subject.
| |
| GetTitle |
Gets the document title.
| |
| GetType | (Inherited from Object.) | |
| IsEncrypted |
Gets the document encrypted state.
| |
| LoadDocumentFromFile |
Loads PDF document from specified file.
| |
| LoadDocumentFromStream |
Loads PDF document from provided stream.
| |
| LoadDocumentFromVariant |
Loads PDF document from byte array presented as array of Variant or Byte objects ('Variant()' or 'Byte()').
This is COM/ActiveX-compatible version of the method LoadDocumentFromStream(Stream) for in-memory
processing of PDF files.
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also