public bool PrintFaithful {get; set;}
'Declaration
Public Property PrintFaithful As Boolean
'Usage
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
instance.PrintFaithful = value
value = instance.PrintFaithful
public bool PrintFaithful {get; set;}
@property (nonatomic, assign) BOOL printFaithful;
public boolean getPrintFaithful()
public void setPrintFaithful(boolean value)
get_PrintFaithful();
set_PrintFaithful(value);
Object.defineProperty('PrintFaithful');
public:
property bool PrintFaithful {
bool get();
void set ( bool value);
}
Property Value
true to give the user of the PDF document permission to print the document in high quality.