Click or drag to resize

PdfDocumentPropertiesDocumentIsEmpty Property

Gets a value indicating that this document is empty, waiting for a user to upload a file.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool DocumentIsEmpty { 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