PdfDocumentOptionsAutoCloseExternalDocs Property

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public bool AutoCloseExternalDocs { get; set; }

Property Value

Boolean

See Also