Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AutoSize

TElPDFSignatureWidgetProps     See also     


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


Shows if signature widget size will be specified automatically.

Declaration

[C#]
    bool AutoSize;

[VB.NET]
    Property AutoSize As Boolean

[Pascal]
    property AutoSize : boolean;

[C++]
    bool get_AutoSize();
    void set_AutoSize(bool Value);

[PHP]
    bool get_AutoSize()
    void set_AutoSize(bool $Value)

[Java]
    boolean getAutoSize();
    void setAutoSize(boolean Value);

Description

    If this property value is True signature widget size will be specified automatically. If False it will be taken from Height and Width properties.

    The default value is true.

See also:     AutoText     AutoPos     Height     Width    

Discuss this help topic in SecureBlackbox Forum