TBasedxPrintStyle.AllowCustomPaperSizes Property
Specifies whether the custom width and height of a report page can be determined.
Declaration
property AllowCustomPaperSizes: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use the AllowCustomPaperSizes property to enable or disable the “Dimension“ section of the Page Setup window which is used to determine custom width and height instead of using predefined types.
The default value of this property is True.
See Also