Winnovative Excel to PDF Converter

PdfDocumentOptionsFitWidth Property

Winnovative Excel to PDF Converter Documentation
When this property is true the content will be resized if necessary to fit the available width in PDF page of the PDF document generated by the converter. By default this property is true and the content will be resized if necessary to fit the available width in PDF page. When this property is false the content is not resized (is rendered at the real size) and therefore it could be cut off at the right size if the PDF page is not enough wide to display the whole content. In this case the AutoSizePdfPage property can be set on true to automatically resize the PDF page width to display the whole content.

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public bool FitWidth { get; set; }

Property Value

Type: Boolean
See Also

Reference