SlideSize Class
Represents slide size settings.
- Inheritance:
- System.ObjectSlideSize
Properties
Height
Gets or sets the height of the presentation slide surface.
Property Value
The height of the presentation slide surface.
Exceptions
- System.ArgumentOutOfRangeException
Value is not greater than zero.
NotesOrientation
Gets or sets the orientation of slide surface used for notes slides and handout slides.
public Orientation NotesOrientation { get; set; }
Public Property NotesOrientation As Orientation
Property Value
The orientation of slide surface used for notes slides and handout slides.
NumberSlidesFrom
Gets or sets the first slide number in the presentation.
Property Value
- System.Int32
The first slide number in the presentation.
Exceptions
- System.ArgumentOutOfRangeException
Value is less than zero.
Orientation
Gets or sets the orientation of the presentation slide surface.
Property Value
The orientation of the presentation slide surface.
SizedFor
Gets or sets the kind of slide size that should be used.
This identifies in particular the expected delivery platform for this presentation.
Property Value
The kind of slide size that should be used.
Width
Gets or sets the width of the presentation slide surface.
Property Value
The width of the presentation slide surface.
Exceptions
- System.ArgumentOutOfRangeException
Value is not greater than zero.
Methods
ToString()
Returns a System.String that represents this SlideSize instance.
Returns
- System.String
A System.String that represents this SlideSize instance.
Overrides
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).