ClearImage .NET API
Keywords Property (CiPdf)





Inlite.ClearImage Namespace > CiPdf Class : Keywords Property
Keywords PDF document property
Syntax
'Declaration
 
Public Property Keywords As System.String
'Usage
 
Dim instance As CiPdf
Dim value As System.String
 
instance.Keywords = value
 
value = instance.Keywords
public System.string Keywords {get; set;}
public read-write property Keywords: System.String; 
public function get,set Keywords : System.String
public:
property System.String^ Keywords {
   System.String^ get();
   void set (    System.String^ value);
}
See Also

Reference

CiPdf Class
CiPdf Members