PdfDocumentOptionsTransparentImagesEnabled Property
A flag indicating if the converter uses transparency information of the images in the PDF document generated by the converter.
The default property value is true
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool TransparentImagesEnabled { get; set; }
Public Property TransparentImagesEnabled As Boolean
Get
Set
public:
property bool TransparentImagesEnabled {
bool get ();
void set (bool value);
}
member TransparentImagesEnabled : bool with get, set
Property Value
Boolean