Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool IsEmpty { get; }
VB
Public ReadOnly Property IsEmpty As Boolean
Get
Property Value
Type:
Boolean
This property returns
true if the
PdfRectangle.Width or
PdfRectangle.Height property of this
PdfRectangle
has a value of zero; otherwise,
false.
See Also