CPageScale Methods |
The ExcelToPdfCPageStyleCPageScale type exposes the following members.
Name | Description | |
---|---|---|
Auto |
Convert without any scaling.
| |
Equals | Determines whether the specified object is equal to the current object. (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 | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (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.
| |
ScaleByPageBreak |
Convert with page break in excel document.
| |
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 | Returns a string that represents the current object. (Inherited from Object.) |