Click or drag to resize

PDFDocInfo Class

PDFDocInfo is a high-level utility class that can be used to read and modify document's metadata.
Inheritance Hierarchy
SystemObject
  pdftron.PDFPDFDocInfo

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PDFDocInfo : IClosable

The PDFDocInfo type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAuthor
Gets the author.
Public methodGetAuthorObj
Gets the author obj.
Public methodGetCreationDate
Public methodGetCreator
Gets the creator.
Public methodGetCreatorObj
Gets the creator obj.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeywords
Gets the keywords.
Public methodGetKeywordsObj
Gets the keywords obj.
Public methodGetModDate
Public methodGetProducer
Gets the producer.
Public methodGetProducerObj
Gets the producer obj.
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetSubject
Gets the subject.
Public methodGetSubjectObj
Gets the subject obj.
Public methodGetTitle
Gets the title.
Public methodGetTitleObj
Gets the title obj.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAuthor
Set the author of the document.
Public methodSetCreationDate
Public methodSetCreator
Set document's creator.
Public methodSetKeywords
Set keywords associated with the document.
Public methodSetModDate
Public methodSetProducer
Set document's producer.
Public methodSetSubject
Set the subject of the document.
Public methodSetTitle
Set document's title.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also