Click or drag to resize

PdfDocumentMetadata Class

PdfDocumentMetadata represents standard PDF metadata including title, subject, author and so on.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDocPdfDocumentMetadata

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfDocumentMetadata

The PdfDocumentMetadata type exposes the following members.

Constructors
  NameDescription
Public methodPdfDocumentMetadata
Constructs a new PdfDocumentMetadata object with default values for all the fields.
Top
Properties
  NameDescription
Public propertyAuthor
Gets or sets the Author field of the document.
Public propertyCreationDate
Sets or gets the date when the document was created.
Public propertyCreator
Gets or sets the Creator field of the document.
Public propertyCustomFields
Gets a table of custom metadata fields.
Public propertyDocumentTrapping
Gets or sets the trapping to be used for this document. The default value is PdfTrapSetting.None.
Public propertyKeywords
Gets or sets the keywords associated with the document.
Public propertyModificationDate
Gets or sets the modification date for this document.
Public propertyPdfAVersion
Gets conformance level and part of PDF/A.
Public propertyProducer
Gets or sets the producer of this PDF document.
Public propertySubject
Gets or sets the Subject of this PDF document
Public propertyTitle
Gets or sets the title of the PDF document.
Top
Methods
  NameDescription
Public methodAddCustomField
Adds a custom field to the metadata object.
Public methodAppend
Adds the metadata to an existing PDF stream
Public methodClear
Clears out all metadata within a PdfDocumentMetadata object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromStream(Stream)
Constructs a new PdfDocumentMetadata object from the stream
Public methodStatic memberFromStream(Stream, SecureString)
Constructs a new PdfDocumentMetadata object from the stream, using the supplied password
Public methodStatic memberFromStream(Stream, String) Obsolete.
Constructs a new PdfDocumentMetadata object from the stream, using the supplied password
Public methodGetCustomField
Attempts to retrieve the value of a custom field from the PdfDocumentMetadata object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveCustomField
Removes a field from the metadata object.
Public methodStatic memberToSecondsPrecision
Round a DateTime down to the nearest second i.e. strip off Milliseconds
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateCustomField
Updates a custom field in the metadata object.
Top
See Also