Show / Hide Table of Contents

Class ImagingPresentationOptions

Represents the settings for displaying speaker notes and page orientation for presentation slides, such as Microsoft PowerPoint.

Inheritance
System.Object
ImagingPresentationOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ImagingPresentationOptions

Properties

| Improve this Doc View Source

ShowSpeakerNotes

Gets or sets a value indicating whether speaker’s notes display at the bottom of presentation slides.

Declaration
public bool ShowSpeakerNotes { get; set; }
Property Value
Type Description
System.Boolean
Remarks

Corresponds to the "Show speaker notes" option under Presentation Options.

| Improve this Doc View Source

SlideOrientation

Gets or sets orientation of presentation slides, such as landscape, portrait, or original setting.

Declaration
public ImagingElementOrientation SlideOrientation { get; set; }
Property Value
Type Description
ImagingElementOrientation
Remarks

Corresponds to Slide Orientation option under the Presentation Options tab.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX