ParagraphAbsorber.ParagraphAbsorber

ParagraphAbsorber()

Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page.

public ParagraphAbsorber()

See Also


ParagraphAbsorber(int)

Initializes a new instance of the ParagraphAbsorber that performs search for sections/paragraphs of the document or page.

public ParagraphAbsorber(int sectionsSearchDepth)
ParameterTypeDescription
sectionsSearchDepthInt32Number of sequential searches for more fine elements of structure that will be performed.

Remarks

See SectionsSearchDepth property for more hints about the parameter.

See Also