IInfoExtractor InterfaceByteScout PDF Extractor SDK
Defines the PDF info extractor interface.

Namespace:  Bytescout.PDFExtractor
Assembly:  Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.1.4801-master
Syntax

public interface IInfoExtractor

The IInfoExtractor type exposes the following members.

Properties

  NameDescription
Public propertyAuthor
Author of the document.
Public propertyBookmarks
Bookmarks.
Public propertyCreationDate
Document creation date.
Public propertyCreationDateISO
Gets the document creation date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
Public propertyCreationDateUTC
Gets the document creation date in Coordinated Universal Time (UTC) time zone and in current culture.
Public propertyCreator
Creator of the document.
Public propertyCustomProperties
Custom document properties.
Public propertyEncrypted
Document encryption.
Public propertyEncryptionAlgorithm
Gets document encryption algorithm.
Public propertyKeywords
Document keywords.
Public propertyMetadata
XMP metadata.
Public propertyModificationDate
Document modification date.
Public propertyModificationDateISO
Gets the document modification date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
Public propertyModificationDateUTC
Gets the document modification date in Coordinated Universal Time (UTC) time zone and in current culture.
Public propertyPageCount
Gets the number of pages in the document.
Public propertyPageRectangle
Gets the rectangle of the first document page.
Public propertyPasswordProtected
Gets whether the document is password protected.
Public propertyPermissionAccessibility
Gets permission to copy content for accessibility.
Public propertyPermissionAssemble
Gets permission to document assembly.
Public propertyPermissionContentExtraction
Gets permission to extract content.
Public propertyPermissionFillForms
Gets permission to fill out forms.
Public propertyPermissionHighQualityPrint
Gets permission to print document with high resolution.
Public propertyPermissionModifyAnnotations
Gets permission to add and modify annotations.
Public propertyPermissionModifyDocument
Gets permission to modify document.
Public propertyPermissionPrinting
Gets permission to print document.
Public propertyProducer
Producer of the document.
Public propertySubject
Document subject.
Public propertyTitle
Title of the document.
Top
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