Click or drag to resize

PdfHighlightAnnotation Constructor

Creates a new PdfHighlightAnnotation on the PdfPage.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfHighlightAnnotation(
	PdfPage parentPage
)

Parameters

parentPage
Type: RadPdf.Data.Document.PagesPdfPage
The page to which this new object should be added.
See Also