Click or drag to resize

DocumentMetadata Class

Contains common metadata like author, last saved date, etc.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddInDocumentMetadata

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class DocumentMetadata : BaseObject

The DocumentMetadata type exposes the following members.

Properties
 NameDescription
Public propertyAuthor Document author
Public propertyCaption Document caption (filename)
Public propertyCategory Document category
Public propertyComments Document comments
Public propertyCreateDate Document create date
Public propertyCreatedBy The document was created by...
Public propertyKeywords Document keywords
Public propertyLastSavedBy The document was last saved by...
Public propertyLastSavedDate Document last saved date
Public propertyName Internal document name
Public propertyRevision Document revision (saved n times)
Public propertyStatus Document status
Public propertySubject Document subject
Public propertyTitle Document title
Public propertyVersion The version of the document
Top
See Also