PdfDocumentPropertiesDocumentWasImported Property |
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DocumentWasImported { get; }
Public ReadOnly Property DocumentWasImported As Boolean
Get
Property Value
Type:
Boolean
Remarks
If this is a Lite Document (IsLiteDocument is true), this property is not meaningful.
See Also