Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.Height

TElPDFSignatureInfo     See also     


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


Returns the signature form field's height.

Declaration

[C#]
    int Height;

[VB.NET]
    Property Height As Integer

[Pascal]
    property Height : integer;

[C++]
    int32_t get_Height();

[PHP]
    integer get_Height()

[Java]
    int getHeight();

Description

    Use this property to get the height of the signature form field.

See also:     Width    

Discuss this help topic in SecureBlackbox Forum