XmpBasicSchema Class

This XMP schema contains properties that provide basic descriptive information.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpBasicSchema

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

Syntax

C#
public class XmpBasicSchema
VB
Public Class XmpBasicSchema

The XmpBasicSchema type exposes the following members.

Properties

  NameDescription
Public propertyAdvisory
Gets or sets the unordered array of properties that were edited outside the authoring application.
Public propertyBaseUrl
Gets or sets the base URL for relative URLs in the document content.
Public propertyCreateDate
Gets or sets the string representation of date and time this document was originally created.
Public propertyCreatorTool
Gets or sets the name of the first known tool used to create this document.
Public propertyIdentifier
Gets or sets the unordered array of text strings that unambiguously identify this document within a given context.
Public propertyMetadataDate
Gets or sets the string representation of date and time that any metadata for this document was last changed.
Public propertyModifyDate
Gets or sets the string representation of date and time this document was last modified.
Public propertyNickname
Gets or sets the short informal name for this document.
Public propertyThumbnails
Gets the array of thumbnail images for this 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