ClearImage .NET API
Author Property (CiPdf)





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

Reference

CiPdf Class
CiPdf Members