ImageVectorizerConfiguration.ImageSizeLimit

ImageVectorizerConfiguration.ImageSizeLimit property

Gets or sets maximal dimension of image determined by multiplication image width and height. The size of the image will be scaled based on this property. Default value is 1800000.

public int ImageSizeLimit { get; set; }

See Also