Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Height

TElPDFSignatureWidgetProps     See also     


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


Specifies signature widget height if AutoSize is False.

Declaration

[C#]
    int Height;

[VB.NET]
    Property Height As Integer

[Pascal]
    property Height : integer;

[C++]
    int32_t get_Height();
    void set_Height(int32_t Value);

[PHP]
    integer get_Height()
    void set_Height(integer $Value)

[Java]
    int getHeight();
    void setHeight(int Value);

Description

    Use this property to specify signature widget height 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     Width     OffsetX     OffsetY    

Discuss this help topic in SecureBlackbox Forum