IntelligenceX

API Reference

Class

TreatmentImageOptions

Namespace IntelligenceX.Treatment
Assembly IntelligenceX
Modifiers sealed

Generic image generation options for treatment providers.

Inheritance

  • Object
  • TreatmentImageOptions

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 TreatmentImageOptions() #

Properties

public Boolean Enabled { get; set; } #

Enables provider-side image generation.

public String OutputDirectory { get; set; } #

Directory where generated image files should be written when supported.

public String Quality { get; set; } #

Provider image quality hint.

public String Size { get; set; } #

Provider image size hint.

public String OutputFormat { get; set; } #

Desired image output format.

public String Background { get; set; } #

Desired background handling.

public Nullable<Int32> OutputCompression { get; set; } #

Output compression for lossy formats.

public Nullable<Int32> PartialImages { get; set; } #

Number of partial images requested from streaming-capable providers.