FormXDocumentRegionSizeFilter
public class FormXDocumentRegionSizeFilter : FormXDocumentRegionFilter
Filter out FormXDocumentRegion with size smaller than the threshold
-
Initialize a FormXDocumentRegionSizeFilter
Declaration
Swift
public init(sizeThreshold: Double? = nil)
Parameters
sizeThreshold
The size threshold
-
Filter out FormXDocumentRegion with size smaller than the threshold
Declaration
Swift
public func filter(region: FormXDocumentRegion?) -> Bool
Parameters
region
The FormXDocumentRegion to be filtered