ImageGear .NET v25.0 - Updated
PrintAnnots Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFPrintOptions Class : PrintAnnots Property
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

Reference

ImGearPDFPrintOptions Class
ImGearPDFPrintOptions Members