PdfBox.IsEmpty Property

Tests whether the Width or Height property of this PdfBox has a value of zero.

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 Width or Height property of this PdfBox has a value of zero; otherwise, false.

See Also