Property IsEmpty
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
IsEmpty
Tests whether the PdfRectangle.Width or PdfRectangle.Height property of this PdfRectangle has a value of zero.
[Browsable(false)]
public readonly bool IsEmpty { get; }
Property Value
- bool
This property returns
true
if the PdfRectangle.Width or PdfRectangle.Height property of this PdfRectangle has a value of zero; otherwise,false
.