menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageExportSettings

    You can use this class to replace the system unavailable fonts.

    Inheritance
    System.Object
    ImageExportSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Pdf.Parsing
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class ImageExportSettings

    Constructors

    ImageExportSettings()

    Declaration
    public ImageExportSettings()

    Properties

    ContinueOnError

    Gets or sets a value indicating whether the export process should continue if an error occurs. If set to true, the API will attempt to export the image and ignore any errors. If set to false, an exception will be thrown upon encountering the first error.

    Declaration
    public bool ContinueOnError { get; set; }
    Property Value
    Type
    System.Boolean

    CustomSize

    specifies the custom size of the converted image.

    Declaration
    public SizeF CustomSize { get; set; }
    Property Value
    Type
    System.Drawing.SizeF

    DpiX

    specifies the horizontal DPI of the resultant image.

    Declaration
    public float DpiX { get; set; }
    Property Value
    Type
    System.Single

    DpiY

    specifies the Vertical DPI of the resultant image.

    Declaration
    public float DpiY { get; set; }
    Property Value
    Type
    System.Single

    KeepAspectRatio

    specifies Whether need to maintain the pdf page size.

    Declaration
    public bool KeepAspectRatio { get; set; }
    Property Value
    Type
    System.Boolean

    Events

    FontNotFound

    Raises after the specified font is not available in the system.

    Declaration
    public event ImageExportSettings.FontNotFoundEventHandler FontNotFound
    Event Type
    Type
    ImageExportSettings.FontNotFoundEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved