Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.Width

TElPDFSignatureInfo     See also     


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


Returns the signature form field's width.

Declaration

[C#]
    int Width;

[VB.NET]
    Property Width As Integer

[Pascal]
    property Width : integer;

[C++]
    int32_t get_Width();

[PHP]
    integer get_Width()

[Java]
    int getWidth();

Description

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

See also:     Height    

Discuss this help topic in SecureBlackbox Forum