ElementsFilter Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes new instance of the content elements filter.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public ElementsFilter(
	Boundary boundary = null,
	ElementType allowedElementTypes = ElementType.All,
	ElementType disallowedElementTypes = ElementType.Undefined
)

Parameters

boundary (Optional)
Type: Apitron.PDF.Kit.FixedLayoutBoundary
The filter boundary.
allowedElementTypes (Optional)
Type: Apitron.PDF.Kit.FixedLayout.ContentElementsElementType
The flag that represents a list of allwed element types.
disallowedElementTypes (Optional)
Type: Apitron.PDF.Kit.FixedLayout.ContentElementsElementType
The flag that represents a list of disallwed element types.
See Also

Reference