Click or drag to resize

PdfStrikeoutAnnotation Constructor

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

Parameters

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