PdfPoint.IsEmpty Property

Gets a value indicating whether this PdfPoint is empty.

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
true if both PdfPoint.X and PdfPoint.Y are 0; otherwise, false.

See Also