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 SourceShowSpeakerNotes
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.
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.