DIAdem Help

Content Type
Programming Language
Current manual

Object: DocumentProperty <DataPlugin>

Object: DocumentProperty <DataPlugin>

The DocumentProperty <DataPlugin> object provides a document's meta property. A document might be an Office file in XML format or a PDF, JPEG, PNG, or TIFF file.

The following example transfers the names and values of a document's meta properties into the data set properties:

Dim oMyProperty
For each oMyProperty in Document.Properties
  Call Root.Properties.Add(oMyProperty.Name, oMyProperty.Value)
Next

Properties

Custom | DataType | Name | Value

Was this information helpful?