Gets or sets text note icon in PDF document.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public TextNoteIcon NoteIcon { get; set; }
Visual Basic
Public Property NoteIcon As TextNoteIcon
	Get
	Set
Visual C++
public:
property TextNoteIcon NoteIcon {
	TextNoteIcon get ();
	void set (TextNoteIcon value);
}

Property Value

Type: TextNoteIcon

See Also