PresentationCommentsPosition

PresentationCommentsPosition class

Represents the way comments are printed with the slide.

public class PresentationCommentsPosition : Enumeration

Constructors

Name Description
PresentationCommentsPosition() Serialization constructor

Methods

Name Description
CompareTo(object) Compares current object to other.
virtual Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() Returns a string that represents the current object.

Fields

Name Description
static readonly Bottom Represents the comments are printed at end of the page.
static readonly None Represents the comments are not printed.
static readonly Right Represents the comments are printed at the right of the page.

See Also