Link Search Menu Expand Document

InfoExtractor Methods

The InfoExtractor type exposes the following members.

Methods
NameDescription
Public methodDispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
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 methodGetHashCode (Inherited from Object.)
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 methodGetPageCount
Returns document page count.
Public methodGetPageRect_Height
Public methodGetPageRect_Left
Public methodGetPageRect_Top
Public methodGetPageRect_Width
Public methodGetPageRectangle
Public methodGetProducer
Gets the document producer.
Public methodGetSubject
Gets the document subject.
Public methodGetTitle
Gets the document title.
Public methodGetType (Inherited from Object.)
Public methodIsEncrypted
Gets the document encrypted state.
Public methodLoadDocumentFromFile
Loads PDF document from specified file.
Public methodLoadDocumentFromStream
Loads PDF document from provided stream.
Public methodLoadDocumentFromVariant
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.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference