API Reference
Class
TreatmentImageOptions
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
- Property TreatmentRequest.ImageGeneration
Constructors
public TreatmentImageOptions() #Inherited Methods
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 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.