Accusoft.PdfXpress6.Net
Keywords Property




Gets and sets the keywords associated with the document.
Syntax
'Declaration
 
Public Property Keywords As String
'Usage
 
Dim instance As DocumentMetadata
Dim value As String
 
instance.Keywords = value
 
value = instance.Keywords
public string Keywords {get; set;}
public: __property string* get_Keywords();
public: __property void set_Keywords( 
   string* value
);
public:
property String^ Keywords {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the keywords for the document.
See Also

Reference

DocumentMetadata Class
DocumentMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback