CPage |
The ExcelToPdfCPageStyleCPageScale type exposes the following members.
Name | Description | |
---|---|---|
![]() | Auto | Convert without any scaling. |
![]() | Equals | (Inherited from Object) |
![]() | FitByHeight | Fit each Excel sheet to a one PDF page depending of the page height. Thus, either to decrease the scale or leave as is if sheet could be fitted by page height. |
![]() | FitByWidth | Fit each Excel sheet to a one PDF page depending of the page width. Thus, either to decrease the scale or leave as is if sheet could be fitted by page width. This is the default option. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | Percent | Allows to specify page scale in percentages: from 1...10000. |
![]() | ScaleByHeight | Make the scale the same as PDF page height. Thus, either to decrease or to increase scale. |
![]() | ScaleByWidth | Make the scale the same as PDF page width. Thus, either to decrease or to increase scale. |
![]() | ScaleToOnePage | Make the scale close as possible to page size to fit the sheet into a single page. Simultaneously takes care of page width and height. |
![]() | ToString | (Inherited from Object) |