Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.IgnoreExistingAppearance

TElPDFSignatureWidgetProps     


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


Specifies if the appearance settings of existing empty signature fields should be ignored

Declaration

[C#]
    bool IgnoreExistingAppearance;

[VB.NET]
    Property IgnoreExistingAppearance As Boolean

[Pascal]
    property IgnoreExistingAppearance : boolean;

[C++]
    bool get_IgnoreExistingAppearance();
    void set_IgnoreExistingAppearance(bool Value);

[PHP]
    bool get_IgnoreExistingAppearance()
    void set_IgnoreExistingAppearance(bool $Value)

[Java]
    boolean getIgnoreExistingAppearance();
    void setIgnoreExistingAppearance(boolean Value);

Description

    This property makes sense only for signatures that are created by signing the existing empty signature field. If it is set to false, the signature field is left 'as is', without changing its position, size and widget appearance. If it is set to true, the widget's position is defined by Width, Height, OffsetX and OffsetY properties, and the widget is drawn as specified by other properties of TElPDFSignatureWidgetProps object.

Discuss this help topic in SecureBlackbox Forum