Enum CommentsPositions
- Namespace
- Slidize
- Assembly
- Slidize.Plugins.dll
Represents the rule to render comments into exported document
public enum CommentsPositions
Fields
Bottom = 1
Specifies that comments should be displayed at the bottom of the page.
None = 0
Specifies that comments should not be displayed at all.
Right = 2
Specifies that comments should be displayed to the right of the page.