RenderNotes

BaseViewOptions.RenderNotes property

Enables rendering notes and annotations for some formats

public bool RenderNotes { get; set; }

Remarks

Some formats, such as presentations or Microsoft project files, may contain notes. Also, PDF files may have popup annotations (baloon hints), that are hidden by default and are visible in a PDF viewer only when pointing the mouse cursor on them. By default, GroupDocs.Viewer does not render such notes and annotations (false). To do this, set this property to true.

For code example, see the documentation.

See Also