Discuss this help topic in SecureBlackbox Forum

TElMessageTimestamper.IncludeContent

TElMessageTimestamper     See also     


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


Specifies whether document's content should be included to the time-stamped document.

Declaration

[C#]
    bool IncludeContent;

[VB.NET]
    Property IncludeContent As Boolean

[Pascal]
    property IncludeContent : boolean;

[C++]
    bool get_IncludeContent();
    void set_IncludeContent(bool Value);

[PHP]
    bool get_IncludeContent()
    void set_IncludeContent(bool $Value)

[Java]
    boolean getIncludeContent();
    void setIncludeContent(boolean Value);

Description

    Use this property to specify whether the document's content should be included to the time-stamped document. The default value is True.

See also:     FileName     DataURI     Timestamp    

Discuss this help topic in SecureBlackbox Forum