Link Search Menu Expand Document

IInfoExtractor Methods

The IInfoExtractor type exposes the following members.

Methods
NameDescription
Public methodGetAuthor
Gets the document author.
Public methodGetBookmarks
Gets the document bookmarks.
Public methodGetCreationDate
Gets the document creation date in the local time zone and in current culture.
Public methodGetCreationDate(CultureInfo)
Gets the document creation date in the local time zone and in specified culture.
Public methodGetCreationDateISO
Gets the document creation date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
Public methodGetCreationDateUTC
Gets the document creation date in Coordinated Universal Time (UTC) time zone and in current culture.
Public methodGetCreationDateUTC(CultureInfo)
Gets the document creation date in Coordinated Universal Time (UTC) time zone and in specified culture.
Public methodGetCreator
Gets the document creator.
Public methodGetCustomProperties
Gets document's custom properties.
Public methodGetFormFields
Gets list of all form fields in the document in JSON format.
Public methodGetKeywords
Gets the document keywords.
Public methodGetMetadata
Gets XMP metadata from the document.
Public methodGetModificationDate
Gets the document modification date in the local time zone and in current culture.
Public methodGetModificationDate(CultureInfo)
Gets the document modification date in the local time zone and in specified culture.
Public methodGetModificationDateISO
Gets the document modification date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
Public methodGetModificationDateUTC
Gets the document modification date in Coordinated Universal Time (UTC) time zone and in current culture.
Public methodGetModificationDateUTC(CultureInfo)
Gets the document modification date in Coordinated Universal Time (UTC) time zone and in specified culture.
Public methodGetProducer
Gets the document producer.
Public methodGetSubject
Gets the document subject.
Public methodGetTitle
Gets the document title.
Top
See Also

Reference