PdfDocumentPropertiesDocumentIsEmpty Property |
Gets a value indicating that this document is empty, waiting for a user to upload a file.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DocumentIsEmpty { get; }
Public ReadOnly Property DocumentIsEmpty As Boolean
Get
Property Value
Type:
Boolean
Remarks
For Lite Documents, retrieving this property requires a call to the storage provider. It is recommend that its output be cached for best performance.
For non-Lite Documents, this property always returns false at this time.
See Also