| HighlightCreateFromQuadrilaterals Method |
Create a new highlight with defined area
The highlight area is defined by the given
markupArea.
The returned object is associated with the
targetDocument but not yet part of any page.
It can be added to a page's list of annotations.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.AnnotationsAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static Highlight CreateFromQuadrilaterals(
Document targetDocument,
QuadrilateralList markupArea,
Paint paint
)
Parameters
- targetDocument Document
-
The document in which the links is used
- markupArea QuadrilateralList
-
The area on the page to be highlighted.
- paint Paint
-
The highlight paint
Return Value
Highlight
The newly created object
Exceptions See Also