TdxPrinterPage.IgnoreInvalidMarginsBeforePrint Property
Specifies if the parent component printer validates page margin settings before a print operation.
Declaration
property IgnoreInvalidMarginsBeforePrint: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
|
Remarks
A TdxComponentPrinter component validates page margins before a print operation. If one or more page margins are outside the printable area according to the current printer settings, the component printer prompts a user to fix affected page margins.
You can set the IgnoreInvalidMarginsBeforePrint property to bFalse or bTrue to explicitly enable or disable page margin validation for the current report link.
Default Value
The IgnoreInvalidMarginsBeforePrint property’s default value is bDefault.
The default IgnoreInvalidMarginsBeforePrint property value indicates that the parent component printer ignores invalid page margins for the current report link only if the cpoIgnoreInvalidPageMarginsBeforePrint flag is present in the Options property value.