PdfPage.AddStickyNote Method

PDF File Writer

PdfPageAddStickyNote Method

Add sticky note to this page

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
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: PdfAnnotation
PdfAnnotation
See Also