PdfDocumentOptionsTransparencyEnabled Property
Gets or sets a flag indicating if the transparency is enabled in the PDF document generated by the converter.
Default value is true. This property can be set to false to eliminate the additional flattening time
when the document is sent to the printer from Adobe Reader viewer.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool TransparencyEnabled { get; set; }
Public Property TransparencyEnabled As Boolean
Get
Set
public:
property bool TransparencyEnabled {
bool get ();
void set (bool value);
}
member TransparencyEnabled : bool with get, set
Property Value
Boolean