Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.NoZoom

TElPDFSignatureWidgetProps     See also     


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


Specifies if signature widget size will be changed during zooming

Declaration

[C#]
    bool NoZoom;

[VB.NET]
    Property NoZoom As Boolean

[Pascal]
    property NoZoom : boolean;

[C++]
    bool get_NoZoom();
    void set_NoZoom(bool Value);

[PHP]
    bool get_NoZoom()
    void set_NoZoom(bool $Value)

[Java]
    boolean getNoZoom();
    void setNoZoom(boolean Value);

Description

    If this property value is True signature widget size will not be changed during zooming.

See also:     Locked     NoRotate     NoView     Print     ReadOnly     ToggleNoView    

Discuss this help topic in SecureBlackbox Forum