MarkupParagraph.SecondaryPoints

MarkupParagraph.SecondaryPoints property

Points of secondary polygon describes paragraph continuation. It will not be null if the paragraph is continued in the next column or page. Starting point is lower left corner of the paragraph. And next points are in anti-clockwise sequence.

public List<Point[]> SecondaryPoints { get; }

See Also