When the property AutoSizePdfPage property is true the converter will automatically calculate the PDF page size such
that all the content will be visible in the resulted PDF document. This property has effect only when the FitWidth and FitHeight properties are false.
When the FitWidth property is false (the content is rendered at real size) and the AutoSizePdfPage is false
the rendered content could be cut off at the right of the generated PDF document if the PDF page is not wide enough
to display the whole content. This property is true by default
Namespace: Winnovative.ExcelToPdf
Assembly: wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax
Property Value
Type: BooleanSee Also