ExpertPdf Html to Pdf Converter Library
AutoCloseAppendedDocs Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentAutoCloseAppendedDocs
ExpertPdf Html to Pdf Converter Library
Gets or sets a value indicating if the PDF documents appended to this document using the AppendDocument() 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.
Declaration Syntax
C#Visual BasicVisual C++
public bool AutoCloseAppendedDocs { get; set; }
Public Property AutoCloseAppendedDocs As Boolean
	Get
	Set
public:
property bool AutoCloseAppendedDocs {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)