Description
This property allows you to get and set the value for a document attribute.
Syntax
Property get:
Value = Value ( );
|
Return: (Variant) Value |
The value of a specific document attribute. |
Property set:
Value( Value );
|
Input: (Variant) Value |
The value of a specific document attribute. |