menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportImageOptions - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportImageOptions

    Represents Export Image Options

    Inheritance
    System.Object
    ExportImageOptions
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public class ExportImageOptions : Object

    Constructors

    ExportImageOptions()

    Default constructor to initialize Export Image Options.

    Declaration
    public ExportImageOptions()

    Properties

    ImageFormat

    Represents Image format used for encoding the image.

    Declaration
    public ExportImageFormat ImageFormat { get; set; }
    Property Value
    Type
    ExportImageFormat

    ScalingMode

    Represents image scaling mode

    Declaration
    public ScalingMode ScalingMode { get; set; }
    Property Value
    Type
    ScalingMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved