Click or drag to resize

PdfDocumentMetadata Methods

The PdfDocumentMetadata type exposes the following members.

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