IInfoExtractor Methods
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The IInfoExtractor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| 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.  | |
| 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.  | |
| GetProducer |  Gets the document producer.  | |
| GetSubject |  Gets the document subject.  | |
| GetTitle |  Gets the document title.  | 
See Also