PdfDocumentTableOfContentsAutoCloseExternalDocs Property

This flag indicates if the external documents added by the AddStartDocument() are automatically closed after the final document was generated. By default the external documents are closed

Definition

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

Property Value

Boolean

See Also