HtmlForgeX

API Reference

Class

ImageConfiguration

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email

Image configuration settings.

Inheritance

  • Object
  • ImageConfiguration

Constructors

public ImageConfiguration() #

Properties

public Boolean AutoEmbedImages { get; set; } #

Gets or sets whether to automatically embed images.

public Boolean AutoOptimize { get; set; } #

Gets or sets whether to automatically optimize images.

public Int32 MaxWidth { get; set; } #

Gets or sets the maximum width for image optimization.

public Int32 MaxHeight { get; set; } #

Gets or sets the maximum height for image optimization.

public Int32 Quality { get; set; } #

Gets or sets the JPEG quality for image optimization.