Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum