ImageOrPrintOptions.Transparent

ImageOrPrintOptions.Transparent property

Indicates if the background of generated image should be transparent.

public bool Transparent { get; set; }

Remarks

The default value is false. That means the background of the generated images is white.

See Also