PdfSize.IsEmpty Property

Gets a value indicating whether this PdfSize has zero width and height.

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 when this PdfSize has both a width and height of zero; otherwise, false.

See Also