|
|
|
|
|
BackgroundImagePrinted (Property)
The property ImageBackgroundPrinted property allows you to: - Determine if the background image of a report (form or other) should be printed.
- Print (or not) the background image of a report.
Remark: This property is saved per page: it is therefore possible to enter a different setting for each printed page.. MyReport.BackgroundImage = PDFExtractPage("form.pdf", 2)
MyReport.BackgroundImagePrinted = True
Sintaxis
Determining if the background image of a report (form or other) should be printed Ocultar los detalles
<Result> = <Report used>.BackgroundImagePrinted
<Result>: Boolean - True if the background image is to be printed,
- False otherwise.
<Report used>: Report name Name of the report used.
Print (or not) the background image of a report Ocultar los detalles
<Report used>.BackgroundImagePrinted = <Image print>
<Report used>: Report name Name of the report used. <Image print>: Boolean - True if the background image is to be printed,
- False if the background image must not be printed.
The new settings will be taken into account from the next page break.
Observaciones - The BackgroundImagePrinted property is saved for each page: this allows you to set different parameters for each printed page..
- If the settings are modified with the BackgroundImagePrinted property, the new settings will be taken into account from the next page break.
- This property is available for all types of reports.
- This property affects the background image of form reports or the one specified by the BackgroundImage property.
- The management of margins specified in the "Background" tab of the report description ("Ignorar márgenes físicos de la impresora") is taken into account.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|