ImageGenerationOptions.ImageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.