Aspose::Pdf::Page::IsBlank method

Page::IsBlank method

Gets the flag whether page is blank or not.

bool Aspose::Pdf::Page::IsBlank(double fillThresholdFactor)
ParameterTypeDescription
fillThresholdFactordoubleThe fill threshold value that manages the sensitivity of detection. Should be equal or greater than 0.01.

ReturnValue

True - if page is blank; otherwise, false.

See Also