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

    Show / Hide Table of Contents

    CommonSlideViewProperties Class

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

    Represents common slide view properties.

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

    Properties

    Scale

    Gets or sets a value that specifies the view scaling ratio in percentages.

    Default value is 100.

    • C#
    • VB.NET
    public int Scale { get; set; }
    Public Property Scale As Integer
    Property Value
    System.Int32

    A value that specifies the view scaling ratio in percentages.

    Exceptions
    System.ArgumentOutOfRangeException

    Value is less than zero.

    VariableScale

    Gets or sets a value indicating whether the view content should automatically scale to best fit the current window size.

    Default value is false.

    • C#
    • VB.NET
    public bool VariableScale { get; set; }
    Public Property VariableScale As Boolean
    Property Value
    System.Boolean

    true if the view content should automatically scale to best fit the current window size; otherwise, false.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.