PdfFormFieldFlatten Property
Gets or sets a flag indicating if the form field is flattened. The default value of the property is false
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool Flatten { get; set; }
Public Property Flatten As Boolean
Get
Set
public:
property bool Flatten {
bool get ();
void set (bool value);
}
member Flatten : bool with get, set
Property Value
Boolean