Share via


ImageGenerationOptions.ImageSize Property

Definition

Gets or sets the size of the generated image.

public:
 property Nullable<System::Drawing::Size> ImageSize { Nullable<System::Drawing::Size> get(); void set(Nullable<System::Drawing::Size> value); };
public System.Drawing.Size? ImageSize { get; set; }
member this.ImageSize : Nullable<System.Drawing.Size> with get, set
Public Property ImageSize As Nullable(Of Size)

Property Value

Remarks

If a provider only supports fixed sizes, the closest supported size is used.

Applies to