Table of Contents

Property IsEmpty

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

IsEmpty

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

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

Property Value

bool

This property returns true when this PdfSize has both a width and height of zero; otherwise, false.