DocumentAutoCloseAppendedDocs Property

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.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public bool AutoCloseAppendedDocs { get; set; }

Property Value

Boolean

See Also