Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.ShowOnAllPages

TElPDFSignatureWidgetProps     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the signature widget should be shown on each page of the document, or not.

Declaration

[C#]
    bool ShowOnAllPages;

[VB.NET]
    Property ShowOnAllPages As Boolean

[Pascal]
    property ShowOnAllPages : boolean;

[C++]
    bool get_ShowOnAllPages();
    void set_ShowOnAllPages(bool Value);

[PHP]
    bool get_ShowOnAllPages()
    void set_ShowOnAllPages(bool $Value)

[Java]
    boolean getShowOnAllPages();
    void setShowOnAllPages(boolean Value);

Description

    If this property is set to true, the signature widget will be shown on every page of the document. Otherwise, it will be shown only on the page defined by TElPDFSignature.Page property or on the pages set by PagesToPlaceOn.

See also:     PagesToPlaceOn     TElPDFSignature.Page    

Discuss this help topic in SecureBlackbox Forum