Winnovative Excel to PDF Converter

DocumentAutoCloseAppendedDocs Property

Winnovative Excel to PDF Converter Documentation
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.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public bool AutoCloseAppendedDocs { get; set; }

Property Value

Type: Boolean
See Also

Reference