Gets or sets a value indicating if the PDF documents appended to this document using the
AppendDocument(Document) method are automatically closed when the current document is closed using the
Close()()()() method. The default value is false.
The appended documents must remain open until the current document is saved.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public bool AutoCloseAppendedDocs { get; set; } |
| Visual Basic |
|---|
Public Property AutoCloseAppendedDocs As Boolean
Get
Set |
| Visual C++ |
|---|
public:
property bool AutoCloseAppendedDocs {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also