Page.IsBlank

Page.IsBlank method

Gets the flag whether page is blank or not.

public bool IsBlank(double fillThresholdFactor)
ParameterTypeDescription
fillThresholdFactorDoubleThe fill threshold value that manages the sensitivity of detection. Should be equal or greater than 0.01.

Return Value

True - if page is blank; otherwise, false.

See Also