Gets or sets text note icon in PDF document.
Namespace: EvoPdfAssembly: 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); } |