Click or drag to resize

PdfPageBase IsBlank Method

Whether the page is blank.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsBlank()

Return Value

Type: Boolean
true, the page is blank; Otherwise false.
See Also