In This Topic
Gets or sets a value indicating whether annotations must be printed.
Syntax
'Declaration
Public Property PrintAnnots As Boolean
'Usage
Dim instance As ImGearPDFPrintOptions
Dim value As Boolean
instance.PrintAnnots = value
value = instance.PrintAnnots
public bool PrintAnnots {get; set;}
public: __property bool get_PrintAnnots();
public: __property void set_PrintAnnots(
bool value
);
public:
property bool PrintAnnots {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also