Table of Contents

Property IsEmpty

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

IsEmpty

Gets a value indicating whether this PdfPoint is empty.

[Browsable(false)]
public readonly bool IsEmpty { get; }

Property Value

bool

true if both PdfPoint.X and PdfPoint.Y are 0; otherwise, false.