A boolean value that specifies whether the request should return raster images only, or raster images and vector files.
public bool Rasterize { get; set; }
true if the request should return raster images only; otherwise, return raster images and vector files.
if set to true, the request will return only raster images. Otherwise, vector files can be returned as well.