Controls if the external documents inserted before the table of contents are closed when the document is saved.
This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool CloseAdditionalDocuments { get; set; }
Public Property CloseAdditionalDocuments As Boolean
Get
Set
public:
property bool CloseAdditionalDocuments {
bool get ();
void set (bool value);
}
member CloseAdditionalDocuments : bool with get, set
Property Value
Type:
Boolean
Reference