AnnotStickyNote Constructor

PDF File Writer

AnnotStickyNote Constructor

Sticky note annotation action constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public AnnotStickyNote(
	string Note,
	StickyNoteIcon Icon
)

Parameters

Note
Type: SystemString
Sticky note text
Icon
Type: PdfFileWriterStickyNoteIcon
Sticky note icon
See Also