ASP.NET MVC

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ImageExportSettings

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Pdf.Parsing
    Assembly: Syncfusion.Pdf.Base.dll
    Syntax
    public class ImageExportSettings

    Constructors

    ImageExportSettings()

    Declaration
    public ImageExportSettings()

    Properties

    CustomSize

    specifies the custom size of the converted image.

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

    DpiX

    specifies the horizontal DPI of the resultant image.

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

    DpiY

    specifies the Vertical DPI of the resultant image.

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

    KeepAspectRatio

    specifies Whether need to maintain the pdf page size.

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

    Events

    FontNotFound

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

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