Click or drag to resize

PdfFreeTextAnnotation Constructor

Creates a new PdfFreeTextAnnotation 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 PdfFreeTextAnnotation(
	PdfPage parentPage
)

Parameters

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