Class RenderingOptions
Represents the options for rendering the image.
Inheritance
System.Object
RenderingOptions
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.UWP.dll
Syntax
public class RenderingOptions : Object
Constructors
RenderingOptions()
Creates a new instance for the rendering options.
Declaration
public RenderingOptions()
Properties
ScaleX
Gets or sets the horizontal scaling value for the converted image. The default value is 1.
Declaration
public float ScaleX { get; set; }
Property Value
Type |
---|
System.Single |
ScaleY
Gets or sets the vertical scaling value for the converted image. The default value is 1.
Declaration
public float ScaleY { get; set; }
Property Value
Type |
---|
System.Single |