PdfDocumentIsImported Property Terminal Works - PDF Printing.Net Library
Returns a value indicating whether the document was newly created or opened from an existing document. Returns true if the document was opened with the PdfReader.Open function, false otherwise.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public bool IsImported { get; }

Property Value

Type: Boolean
See Also

Reference