PDF File Writer Class Library - Author Uzi Granot
PdfPageAddStickyNote Method |
Add sticky note to this page
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public PdfAnnotation AddStickyNote( double AbsLeft, double AbsTop, string Note, StickyNoteIcon Icon )
Parameters
- AbsLeft
- Type: SystemDouble
Icon page absolute left position - AbsTop
- Type: SystemDouble
Icon page absolute top position - Note
- Type: SystemString
Sticky note text string - Icon
- Type: PdfFileWriterStickyNoteIcon
Sticky note icon enumeration
Return Value
Type: PdfAnnotationPdfAnnotation
