public bool PrintDocument {get; set;}
'Declaration
Public Property PrintDocument As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.PrintDocument = value
value = instance.PrintDocument
public bool PrintDocument {get; set;}
@property (nonatomic, assign) BOOL printDocument;
public boolean getPrintDocument()
public void setPrintDocument(boolean value)
get_PrintDocument();
set_PrintDocument(value);
Object.defineProperty('PrintDocument');
public:
property bool PrintDocument {
bool get();
void set ( bool value);
}
Property Value
true to give the user of the PDF document permission to print the document.