Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Background

TElPDFSignatureWidgetProps     See also     


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


Contains information about custom background.

Declaration

[C#]
    TElPDFImage Background;

[VB.NET]
    Property Background As TElPDFImage

[Pascal]
    property Background : TElPDFImage;

[C++]
    TElPDFImage* get_Background();

[PHP]
    TElPDFImage get_Background()

[Java]
    TElPDFImage getBackground();

Description

    This property specifies information about custom background, when BackgroundStyle is pbsCustom.

See also:     BackgroundStyle    

Discuss this help topic in SecureBlackbox Forum