XmpPdfSchema Class

This XMP schema specifies properties used with Adobe PDF files.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpPdfSchema

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class XmpPdfSchema
VB
Public Class XmpPdfSchema

The XmpPdfSchema type exposes the following members.

Properties

  NameDescription
Public propertyAuthor
Gets or sets the name of the person who created the document.
Public propertyCreationDate
Gets or sets the date and time the document was created.
Public propertyCreator
Gets or sets the name of the application that created the document.
Public propertyKeywords
Gets or sets the keywords associated with the document.
Public propertyModifiedDate
Gets or sets the date and time the document was most recently modified.
Public propertyProducer
Gets or sets the name of the application that produced the document.
Public propertySubject
Gets or sets the subject of the document.
Public propertyTitle
Gets or sets the title of the document.

Methods

  NameDescription
Public methodClear
Clears (sets to null) all properties in this schema.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also