PdfDocTableOfContentsCloseAdditionalDocuments Property
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: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.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
Boolean