PDF File Writer Class Library - Author Uzi Granot
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: PdfAnnotationPdfAnnotation object
See Also