HtmlForgeX

API Reference

Class

ImageConfiguration

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email

Image configuration settings.

Inheritance

  • Object
  • ImageConfiguration

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

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.