Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.BackgroundStyle

TElPDFSignatureWidgetProps     See also     


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


Specifies the style of the signature background.

Declaration

[C#]
    TSBPDFWidgetBackgroundStyle BackgroundStyle;

[VB.NET]
    Property BackgroundStyle As TSBPDFWidgetBackgroundStyle

[Pascal]
    property BackgroundStyle : TSBPDFWidgetBackgroundStyle;

[C++]
    TSBPDFWidgetBackgroundStyle get_BackgroundStyle();
    void set_BackgroundStyle(TSBPDFWidgetBackgroundStyle Value);

[PHP]
    integer get_BackgroundStyle()
    void set_BackgroundStyle(integer $Value)

[Java]
    TSBPDFWidgetBackgroundStyle getBackgroundStyle();
    void setBackgroundStyle(TSBPDFWidgetBackgroundStyle Value);

Values:

Description

    This property specifies what kind of background should be displayed for the signature.

    The default value is pbsDefault.

See also:     Background    

Discuss this help topic in SecureBlackbox Forum