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