PdfPage.AddAnnotation Method

PDF File Writer

PdfPageAddAnnotation Method

Add annotation action

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfAnnotation AddAnnotation(
	PdfRectangle AnnotRect,
	AnnotAction AnnotAction
)

Parameters

AnnotRect
Type: PdfFileWriterPdfRectangle
Annotation rectangle
AnnotAction
Type: PdfFileWriterAnnotAction
Annotation action derived class

Return Value

Type: PdfAnnotation
PdfAnnotation object
See Also