GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    SlideSize Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents slide size settings.

    • C#
    • VB.NET
    public sealed class SlideSize
    Public NotInheritable Class SlideSize
    Inheritance:
    System.Object
    SlideSize

    Properties

    Height

    Gets or sets the height of the presentation slide surface.

    • C#
    • VB.NET
    public Length Height { get; set; }
    Public Property Height As Length
    Property Value
    Length

    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.

    • C#
    • VB.NET
    public Orientation NotesOrientation { get; set; }
    Public Property NotesOrientation As Orientation
    Property Value
    Orientation

    The orientation of slide surface used for notes slides and handout slides.

    NumberSlidesFrom

    Gets or sets the first slide number in the presentation.

    • C#
    • VB.NET
    public int NumberSlidesFrom { get; set; }
    Public Property NumberSlidesFrom As Integer
    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.

    • C#
    • VB.NET
    public Orientation Orientation { get; set; }
    Public Property Orientation As Orientation
    Property Value
    Orientation

    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.

    • C#
    • VB.NET
    public SlideSizeType SizedFor { get; set; }
    Public Property SizedFor As SlideSizeType
    Property Value
    SlideSizeType

    The kind of slide size that should be used.

    Width

    Gets or sets the width of the presentation slide surface.

    • C#
    • VB.NET
    public Length Width { get; set; }
    Public Property Width As Length
    Property Value
    Length

    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.

    • C#
    • VB.NET
    public override string ToString()
    Public Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this SlideSize instance.

    Overrides
    System.Object.ToString()
    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).

    See Also

    SlideSize
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.