ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / PrintAnnots Property




In This Topic
    PrintAnnots Property
    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