GridImageOrPrintOptions.SetDesiredSize

GridImageOrPrintOptions.SetDesiredSize method

Sets desired width and height of image.

public void SetDesiredSize(int desiredWidth, int desiredHeight)
ParameterTypeDescription
desiredWidthInt32desired width in pixels
desiredHeightInt32desired height in pixels

See Also