HtmlToImageTransparentImage Property
Controls if the resulted image has a transparent background when converting a HTML document without background.
This property is false by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool TransparentImage { get; set; }
Public Property TransparentImage As Boolean
Get
Set
public:
property bool TransparentImage {
bool get ();
void set (bool value);
}
member TransparentImage : bool with get, set
Property Value
Boolean