Skip to main content

TdxSpreadSheetTableViewOptionsPrintPageScaleMode Enum

Enumerates page scaling options available for printing a worksheet.

Declaration

TdxSpreadSheetTableViewOptionsPrintPageScaleMode = (
    oppsmDefault,
    oppsmAdjustToScale,
    oppsmFitToPage
);

Members

Name
oppsmDefault
oppsmAdjustToScale
oppsmFitToPage

Remarks

Options include:

Value Meaning
oppsmDefault In the ExpressSpreadSheet control, the default page scaling setting corresponds to the oppsmAdjustToScale value.
oppsmAdjustToScale In this mode the worksheet printed contents can be scaled between 10 and 400 percent of its normal size.
oppsmFitToPage This mode allows the Spreadsheet control to scale the worksheet content to fit a specified number of printed pages by width and/or height.

The worksheet’s printing page orientation setting is specified by its OptionsPrint.Page.ScaleMode property.

See Also