Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.CustomBackgroundContentStream

TElPDFSignatureWidgetProps     See also     


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


Specifies the custom background content stream.

Declaration

[C#]
    string CustomBackgroundContentStream;

[VB.NET]
    Property CustomBackgroundContentStream As String

[Pascal]
    property CustomBackgroundContentStream : string;

[C++]
    void get_CustomBackgroundContentStream(std::string &OutResult);
    void set_CustomBackgroundContentStream(const std::string &Value);

[PHP]
    string get_CustomBackgroundContentStream()
    void set_CustomBackgroundContentStream(string $Value)

[Java]
    String getCustomBackgroundContentStream();
    void setCustomBackgroundContentStream(String Value);

Description

    This property can be used to specify custom background content stream when BackgroundStyle is set to pbsCustom.

See also:     BackgroundStyle    

Discuss this help topic in SecureBlackbox Forum