PdfDocumentOptionsFitHeight Property
When this property is true the content will be resized if necessary to fit the available height in PDF page
of the PDF document generated by the converter.
By default this property is false.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public bool FitHeight { get; set; }
Public Property FitHeight As Boolean
Get
Set
public:
property bool FitHeight {
bool get ();
void set (bool value);
}
member FitHeight : bool with get, set
Property Value
Boolean