Version

Search Results

DocumentProperties Class Events

For a list of all members of this type, see DocumentProperties members. Public Events Name Description PropertyChanged Occurs after a property value has changed Top

DocumentProperties Class Members

Public Properties Public Events

Author Property (DocumentProperties)

Gets or sets the author of the document. Syntax Property Value A string specifying the author of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Category Property

Gets or sets the category of the document. Syntax Property Value A string specifying the category of the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Comments Property

Gets or sets the comments associated with the document. Syntax Property Value A string specifying the comments associated with the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Company Property

Gets or sets the company to which the document belongs. Syntax Property Value A string specifying the company to which the document belongs. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Keywords Property

Gets or sets the keywords which describe the document. Syntax Property Value A string specifying the keywords which describe the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

Manager Property

Gets or sets the manager associated with the document. Syntax Property Value A string specifying the manager associated with the document. Remarks The value of the property has no effect on the contents of the file when opened in a host application. It is simply extra data associated with the document.

PropertyChanged Event (DocumentProperties)

Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName