Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AutoPos

TElPDFSignatureWidgetProps     See also     


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


Specifies if signature widget position on the page will be specified automatically.

Declaration

[C#]
    bool AutoPos;

[VB.NET]
    Property AutoPos As Boolean

[Pascal]
    property AutoPos : boolean;

[C++]
    bool get_AutoPos();
    void set_AutoPos(bool Value);

[PHP]
    bool get_AutoPos()
    void set_AutoPos(bool $Value)

[Java]
    boolean getAutoPos();
    void setAutoPos(boolean Value);

Description

    If this property value is True signature widget will be placed to the upper right corner. If False OffsetX and OffsetY properties will be used as widget coordinates.

    The default value is true.

See also:     AutoText     AutoSize     OffsetX     OffsetY    

Discuss this help topic in SecureBlackbox Forum