AddTextMarkupAnnotation(PdfOrientedRectangle, PdfTextMarkupAnnotationType)
|
textRectangle, style
|
Creates a text markup annotation at the specified page area.
|
AddTextMarkupAnnotation(PdfRectangle, PdfTextMarkupAnnotationType)
|
rectangle, style
|
Creates a text markup annotation for the text located in the specified page rectangle.
|
AddTextMarkupAnnotation(IEnumerable<PdfOrientedRectangle>, PdfTextMarkupAnnotationType)
|
textRectangles, style
|
Creates a text markup annotation at the specified page area.
|
AddTextMarkupAnnotation(IEnumerable<PdfQuadrilateral>, PdfTextMarkupAnnotationType)
|
quads, style
|
Creates a text markup annotation at the specified page area.
|