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 Function IsBlank As Boolean
member IsBlank : unit -> bool
Return Value
Type:
Boolean
true, the page is blank; Otherwise false.
See Also