Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Width

TElPDFSignatureWidgetProps     See also     


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


Specifies signature widget width if AutoSize is False.

Declaration

[C#]
    int Width;

[VB.NET]
    Property Width As Integer

[Pascal]
    property Width : integer;

[C++]
    int32_t get_Width();
    void set_Width(int32_t Value);

[PHP]
    integer get_Width()
    void set_Width(integer $Value)

[Java]
    int getWidth();
    void setWidth(int Value);

Description

    Use this property to specify signature widget width when AutoSize property is set to False. The height is specified in units. See TElPDFDocument.PageInfos property for specifying height/width of the document page in units.

    The default value is 70.

See also:     AutoSize     Height     OffsetX     OffsetY    

Discuss this help topic in SecureBlackbox Forum