SlideSize Constructors
Allows you to specify the size and orientation of slides in a presentation.| Name | Parameters | Description |
|---|---|---|
| SlideSize(SlideSizeType, SlideOrientation) | type, orientation | Initializes a new instance of the SlideSize class with specified settings. |
| SlideSize(Single, Single) | width, height | Initializes a new instance of the SlideSize class with specified settings. |
See Also