INotesCommentsLayoutingOptions

INotesCommentsLayoutingOptions interface

Provides options that control the look of layouting of notes and comments in exported document.

public interface INotesCommentsLayoutingOptions : ISlidesLayoutOptions

Properties

NameDescription
CommentsAreaColor { get; set; }Gets or sets the color of comments area (Applies only if comments are displayed on the right).
CommentsAreaWidth { get; set; }Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
CommentsPosition { get; set; }Gets or sets the position of the comments on the page.
NotesPosition { get; set; }Gets or sets the position of the notes on the page.
ShowCommentsByNoAuthor { get; set; }Gets or sets the visibility of comments that do not have an author. If true then comments will be displayed. (Applies only if comments are displayed).

See Also