AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The print constants are as follows:
ConstantDescriptionUsed by the functions
fontDefaultLists the font of display driver.FontList
fontPerFamilyLists the available families of fonts sorted in alphabetical order. The language variations are not listed. FontList
fontPrinterLists the font of print driver.FontList
i2PagesReport viewer: 2-page preview.iPreview, iDestination
i2PagesWithCoverReport viewer: Preview displaying 2 pages at a time, with the first page on the cover (the first page is a right-hand page). iPreview, iDestination
i100Report viewer: 100% zoom preview.iPreview, iDestination
iapZoom2PagesWithCoverReport viewer: Preview displaying 2 pages at a time, with the first page on the cover (the first page is a right-hand page). iPreview, iDestination
iAutomaticThe size of the font is automatically chosen according to the length of watermark text and to the report width.Watermark variable
iAutomaticQualityCompression level automatically calculated to generate a better-quality PDF file (especially for images).iParameterPDF,
pdfParameter type,
PDFSave
iAverageQualityAverage compression qualityiParameterPDF,
pdfParameter type,
PDFSave
iBookmarkNoneNo bookmark is taken into account by the PDF fileiParameterPDF
iBookmarkPageThe bookmarks are taken into account by the PDF fileiParameterPDF
iBorderAllBorder edges to be drawn: All border edges are drawniBorder
iBorderBottomBorder edges to be drawn: The bottom edge is drawniBorder
iBorderLeftBorder to be drawn: Left edge is drawniBorder
iBorderNoneBorder to be drawn: Border has no edgesiBorder
iBorderRightBorder to be drawn: The Right edge is drawniBorder
iBorderTopBorder edges to be drawn: The top edge is drawniBorder
iBottomAlign the text at the bottom of the areaiPrintArea,
Watermark variable
pdfSignature variable
iButtonAllAll the buttons are visible in the report vieweriParameterPreview
iButtonAnnotationThe button used to create annotations in the report is visible in the report viewer.iParameterPreview
iButtonBlackAndWhiteThe button used to print the document in black and white is visible.iParameterPreview
iButtonDuplexThe button used to print the document on both sides is visibleiParameterPreview
iButtonDuplicateThe button used to save a duplicate copy of current report is visible.iParameterPreview
iButtonEmailThe button used to print the report in a new email is visible in the report vieweriParameterPreview
iButtonEmailPDFThe button used to print the report in a file linked to a new email is visible in the report vieweriParameterPreview
iButtonExcelThe button used to print the report in an XLS file is visible in the report vieweriParameterPreview
iButtonHtmlThe button used to print the report in an HTML file is visible in the report vieweriParameterPreview
iButtonNoneNo button is displayed in the report vieweriParameterPreview
iButtonPdfThe button used to print the report in a PDF file is visible in the report vieweriParameterPreview
iButtonPrinterThe two buttons used to start the print are visible in the report vieweriParameterPreview
iButtonReportCreationThe button used to create a report with Reports and Queries is visible in the report vieweriParameterPreview
iButtonReportModification The button used to modify the current report with Reports and Queries is visible in the report vieweriParameterPreview
iButtonSearchThe toolbar used to perform a search in the report is visible.iParameterPreview
iButtonSnapshotThe button used to take a snapshot of report (or report section) is visible.iParameterPreview
iButtonTextSelectionThe button used to select a text is visible.iParameterPreview
iButtonWatermarkThe button used to add and configure a text in watermark is visible.iParameterPreview
iButtonWordThe button used to print the report in an RTF file is visible in the report vieweriParameterPreview
iButtonXMLThe button used to print the report in an XML file is visible in the report vieweriParameterPreview
iCenterHCenters the text horizontally in the areaiPrintArea,
Watermark variable
pdfSignature variable
iCenterVCenters the text vertically in the areaiPrintArea,
Watermark variable
pdfSignature variable
iCollateMode for collating the pagesiParameter
iColorMode for managing colorsiParameter
iColor_ColorPrint in coloriParameter
iColor_MonoBlack-and-white printiParameter
iContinuousSolid lineiBorder, iRoundBorder, iEllipse, iNewLine, iLine, iHLine, iVLine
iCopiesNumber of copies by defaultiParameter
iCourierFont family: Courier font (fixed character width)iCreateFont
iCrossedFill pattern: Crossed linesiBorder,
iRoundBorder,
iEllipse
pdfSignature variable
iDashedLine type: Dash (----)iBorder, iRoundBorder, iEllipse, iNewLine, iLine, iHLine, iVLine
iDefaultFont family: Cast ironiCreateFont
iDefaultZoomSets the zoom in the report viewer. Corresponds to:
  • iPage when first used.
  • the last zoom set by the user in the report viewer, for subsequent uses.
iPreview, iDestination
iDeviceNameName of printer port usediInfoPrinter
iDiagonalCrossedFilling pattern: Diagonal crossed linesiBorder,
iRoundBorder,
iEllipse
pdfSignature variable
iDirectoryHTMLDirectory where the HTML file is generatediDirImageHTML
iDirectoryWeb"<MyProject>_WEB" directory of siteiDirImageHTML
iDotAndDashLine type: Mixed line (-.-.-.)iBorder, iRoundBorder, iEllipse, iNewLine, iLine, iHLine, iVLine
iDottedLine type: Dotted line (....)iBorder, iRoundBorder, iEllipse, iNewLine, iLine, iHLine, iVLine
iDownwardDiagonal
  • Fill pattern: Descending diagonal lines
  • Watermark orientation: Diagonal downwards
iDplCertificateUses the specified certificate to sign the duplicate copy.iParameterDuplicate
iDplNoneNo duplicate copy is created.iParameterDuplicate
iDplPrintoutA duplicate copy is automatically created for each print.iParameterDuplicate
iDrawTextMultiplatformUsed to change the print algorithm used for printing PDF files.iParameter
iDriverNameName of printer driver usediInfoPrinter
iDuplexParameters for printing in duplex modeiParameter
iDuplex_HorizontalHorizontal duplexiParameter
iDuplex_SimplePrint on a single sideiParameter
iDuplex_VerticalVertical duplexiParameter
iDuplicatePrint to a duplicate fileiDestination
ieConfirmNoneNo confirmation is requested during the export.iParameterExport
ieConfirmOpenFileIf the file opening was requested (ieOpenFile constant), the report viewer requests a confirmation before opening the file.iParameterExport
ieConfirmOverwriteFileIf the file name has been defined, the report viewer requests a confirmation before the file is overwritten.iParameterExport
ieDefaultCombination of constants used by default by the report viewer:
ieOpenFile + ieConfirmationOpenFile + ieConfirmationOverwriteFile
iParameterExport
iEmailUse in "Before reprint" event: This constant is returned if the "Email with embedded content" button is used in the report viewer.iDestination
ieOpenFilePrint preview: Opens the file created in the associated application.iParameterExport
iExportDirectoryName of directory where the files will be generated from the report viewer.iParameterExport
iExportEmailRecipientEmail address of recipient for the email generated from the report viewer.iParameterExport
iExportEmailSenderEmail address of sender for the email created from the report viewer.iParameterExport
iExportEmailSubjectSubject of email for the email generated from the report viewer.iParameterExport
iExportFileName of file (without extension) generated from the report viewer.iParameterExport
iExportOptionAdvanced options for managing the files generated from the report vieweriParameterExport
iExtraParametersParameters specific to the printeriParameter
iFaxDirect print to the specified fax number.iDestination
iFile
  • Print to a text file.
  • Full path of last file generated during the print (PDF, XLS, ...).
iDestination

iLastFile
iFontAngleThe inclination angle of the text corresponds to the angle defined in the characteristics of the font.Watermark variable
iFontSizeWatermark font length: the font length is defined in the characteristics of the font used.Watermark variable
iFormatCustomPaperSize of the custom paper usediParameter
iOutputInfo variable
iGenericFileDirect print in a text file (while ignoring the printer driver)iDestination
iGenericHTMLPrint in an HTML file supporting style sheet (CSS) while ignoring the printer driveriDestination
iGenericHTMLWithoutCSSPrint in an HTML file without managing the style sheets and while ignoring the printer driveriDestination
iGenericPDFDirect print in a PDF file while ignoring the printer driveriDestination
iGenericRTFType of text to be printed: Text in RTF format
Direct print in an RTF file while ignoring the printer driver
iDestination
iGenericXLSDirect print in an XLS file while ignoring the printer driveriDestination
iGenericXMLDirect print in an XML file while ignoring the printer driveriDestination
iHighQualityHigh compression qualityiParameterPDF,
pdfParameter type,
PDFSave
iHomoCenteredDisplayImage zoom scale: Image centered in the reference rectangle: its dimensions remain unchanged (100%).
The image is centered in the rectangle.
iPrintImage
iHomotheticPDF print length: Homothetic enlargement or reduction of pages to fit the output format.iPrintPDF, iSequencingAddPDF, iPrintDoc
iHomotheticDisplayImage zoom scale: Image stretched or reduced to optimally occupy the defined space without being distortediPrintImage
iHomotheticNoEnlargementPDF print length: Homothetic reduction of pages to fit output format. The pages that use a format less than the output format keep their format and are centered.iPrintPDF, iSequencingAddPDF, iPrintDoc
iHomotheticNoEnlargementPrintableAreaPDF print length: Homothetic reduction of PDF file pages to fit output format, taking physical margins into account. Pages with a smaller format keep their format and are centered.
iPrintPDF, iSequencingAddPDF, iPrintDoc
iHorizontal
  • Fill pattern: Horizontal lines
  • Watermark orientation: text printed horizontally
iHTMLType of text to be printed: Text in HTML format
Print in an HTML file supporting the style sheets (CSS)
iAreaHeight
iDestination
iHTMLWithoutCSSPrint in an HTML file without supporting the style sheetsiDestination
iLeftAlign the text to the left in the areaiPrintArea, pdfSignature variable
iListDuplicateList of last duplicates created during the print. iLastFile
iListOutputList of the different print or export jobs started from the report viewer. iDocumentPrinted
iLowQualityLow compression qualityiParameterPDF,
pdfParameter type,
PDFSave
iMarkdownType of text to print: Text in Markdown format.iAreaHeight
iMaximumQualityMaximum compression qualityiParameterPDF,
pdfParameter type,
PDFSave
iMediaTypeType of paper used for the printout.iParameter
iMediaType_GlossyPaperChoice of printing paper: Glossy paperiParameter
iMediaType_PlainPaperChoice of printing paper: plain paperiParameter
iMediaType_TransparentFilmChoice of printing paper: Transparent filmiParameter
iMinimumQualityMinimum compression qualityiParameterPDF,
pdfParameter type,
PDFSave
iMiniPreviewDisplays the printout in a mini-preview. iPreview, iDestination
iNormalDisplayImage zoom scale: Image printed unalterediPrintImage
iOrientationPaper orientationiParameter
iOrientation_LandscapePrint in landscape modeiParameter
iOutputInfo variable
iOrientation_PortraitPrint in portrait modeiParameter
iOutputInfo variable
iPageReport viewer: Zoom out preview: the page will be fully displayed in the zoom windowiPreview, iDestination
iPageHeightHeight of paper usediParameter
iPageWidthWidth of paper usediParameter
iPaperSizeFormat of paper usediParameter
iPaperSize_10x1410 x 14 inch paperiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_11x1711 x 17 inch paperiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_A3A3 paper (297 x 420 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_A4A4 paper (210 x 297 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_A4SmallSmall A4 paper (210 x 297 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_A5A5 (148 x 20 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_B4B4 paper (250 x 354 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_B5B5 paper (182 x 257 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_CSheetSize C sheetiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_DSheetSize D sheetiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_Envelope9Envelope #9 (3.875 x 8.875 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_Envelope10Envelope #10 (4.125 x 9.5 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_Envelope11Envelope #11 (4.5 x 10.375 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_Envelope12Envelope #12 (4.5 x 4.5 x 11 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_Envelope14Envelope #14 (5 x 11.5 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeB4B4 envelope (250 x 353 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeB5B5 envelope (176 x 250 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeB6B6 envelope (176 x 125 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeC3C3 envelope (324 x 458 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeC4C4 envelope (229 x 324 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeC5C5 envelope (162 x 229 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeC6C6 envelope (114 x 162 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeC65C65 envelope (114 x 229 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeDLDL envelope (110 x 220 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeItalyEnvelope 110 x 230 mmiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopeMonarchEnvelope 3.875 x 7.5 inchesiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_EnvelopePersoEnvelope 3.625 x 6.5 inchesiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_ESheetSize E sheetiParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_ExecutiveExecutive paper (7.5 x 10.5 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_FanfoldUSFanfold paper (14.875 x 11 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_FolioFolio paper (8.5 x 13 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_GermanLGLFanfold paper (8.5 x 13 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_GermanSTDFanfold paper (8.5 x 12 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_LedgerLedger paper (17 x 11 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_LegalLegal paper (8.5 x 14 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_LetterLetter paper (8.5 x 11 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_LetterSmallSmall letter paper (8.5 x 11 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_NoteNote paper (8.5 x 11 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_QuartoQuarto paper (215 x 275 mm)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_StatementStatement paper (5.5 x 8.5 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSize_TabloidTabloid paper (11 x 17 inches)iParameter
HTMLToPDF
iOutputInfo variable
iPaperSourceType of paper source for the printeriParameter
iPaperSource_AutoType of paper source for the printer:
Automatic sheet feed
iParameter
iPaperSource_CassetteType of paper source for the printer:
Tray paper feed
iParameter
iPaperSource_EnvelopeType of paper source for the printer:
Envelope feed
iParameter
iPaperSource_EnvelopeManualType of paper source for the printer:
Manual envelope feed
iParameter
iPaperSource_LargeCapacityType of paper source for the printer:
High-capacity feeder
iParameter
iPaperSource_LargeFormatType of paper source for the printer:
Large format paper feed
iParameter
iPaperSource_LowerType of paper source for the printer:
Lower tray paper feed
iParameter
iPaperSource_ManualType of paper source for the printer:
Manual feed
iParameter
iPaperSource_MiddleType of paper source for the printer:
Middle tray paper feed
iParameter
iPaperSource_OnlyOneType of paper source for the printer:
Only one feed
Note: This constant has the same value as iPaperFeed_Up.
iParameter
iPaperSource_SmallFormatType of paper source for the printer:
Small format paper feed
iParameter
iPaperSource_TractorType of paper source for the printer:
Tractor paper feed
iParameter
iPaperSource_UpperType of paper source for the printer:
Upper tray paper feed
Note: This constant has the same value as iAlimentationPapier_UneSeule.
iParameter
iPCLPrint to a PCL printer.
Advertencia
A partir de la versión 27, this constant is available for backward compatibility.
iDestination
iPDF14File generated using PDF 1.4pdfParameter type
iPDF15File generated using PDF 1.5pdfParameter type
iPDF16File generated using PDF 1.6pdfParameter type
iPDF17File generated using PDF 1.7pdfParameter type
iPDFPrint to a PDF file.
Advertencia
A partir de la versión 27, this constant is available for backward compatibility. It is recommended to use the iGenericPDF constant, which improves the generation of PDF files.
iDestination
iPDFA1bThe generated PDF is in PDF/A-1b format. All the elements required to display or print the PDF file are included in the generated file.iParameterPDF,
pdfParameter type
iPDFA3bThe generated PDF is in PDF/A-3b format:
  • All the elements required to display or print the PDF file are included in the generated file.
  • You can add files in various formats (XML, CSV, spreadsheets, word processing, etc.) to the PDF file. This can be done via iAddAttachment.
iParameterPDF,
pdfParameter type
iPDFAThe generated PDF is in PDF/A-1b format. All the elements required to display or print the PDF file are included in the generated file.iParameterPDF,
pdfParameter type
iPDFEmail
  • Use in "Before reprint" event: This constant is returned if the "Email with attached PDF" button is used in the report viewer.
  • Direct print in a PDF file linked to a new message in the default messaging software.
In previous versions, this constant corresponds to "iEmailPDF".
iDestination
iOutputInfo variable
iPDFGrayscaleThe PDF is generated in black and white.iParameterPDF
iPDFUnicodeThe generated PDF is in Unicode format.iParameterPDF
iPrinterDirect print on the printer (no preview).iDestination
iPrinterDefaultDefault printer settingiParameter
iPrinterFileDirect print in a PRN file. This file can be printed later on a printeriDestination
iPrinterNameName of the printer usediInfoPrinter
iPrinterTypePrinter used.iParameter
Novedad versión 2026
iProtectionAssemble
Restricts PDF file assembly.
iParameterPDF,
pdfParameter type
PDFPassword
iProtectionCommentRestricts adding or editing comments.iParameterPDF
PDFPassword,
pdfParameter type
Novedad versión 2026
iProtectionCopyAccessibility
Restricts copying content for accessibility purposes.
iParameterPDF,
pdfParameter type
PDFPassword
iProtectionDefaultProtection by default.PDFPassword
Novedad versión 2026
iProtectionFillForm
Form fields in the PDF file will not support user input.
iParameterPDF,
pdfParameter type
PDFPassword
iProtectionModificationThe content of the PDF file cannot be modified.iParameterPDF
PDFPassword,
pdfParameter type
iProtectionNoneNo protection for the PDF fileiParameterPDF,
pdfParameter type
PDFPassword
iProtectionPrintingThe PDF file cannot be printed.iParameterPDF
PDFPassword,
pdfParameter type
iProtectionSelectionThe content of the PDF file cannot be copied or extracted from the file.iParameterPDF
PDFPassword,
pdfParameter type
ipvZoom2PagesReport viewer: 2-page preview.iPreview, iDestination
ipvZoom100Report viewer: 100% zoom preview.iPreview, iDestination
ipvZoomDefaultCorresponds to:
  • ipvZoomPage when first used.
  • the last zoom set by the user in the report viewer, for subsequent uses.
iPreview, iDestination
ipvZoomPageReport viewer: Zoom out preview: the page will be fully displayed in the zoom window.iPreview, iDestination
ipvZoomPageWidthReport viewer: Preview displaying the full width of the page.iPreview, iDestination
iQualityPrint qualityiParameter
iQuality_DraftPrinter quality: DraftiParameter
iQuality_HighPrinter quality: HighiParameter
iQuality_LowPrinter quality: LowiParameter
iQuality_MediumPrinter quality: MeaniParameter
iRealSizeDocument print length: Print at actual size. The pages that use:
  • a format smaller than the output format are centered in the page.
  • a format bigger than the output format are truncated and centered in the page.
iPrintPDF, iSequencingAddPDF, iPrintDoc
iRightAlign the text to the right in the areaiPrintArea,
Watermark variable
pdfSignature variable
iRomanFont family: Fonte Roman (often an exotic font)iCreateFont
iRTFType of text to be printed: Text in RTF format
Print to an RTF file
iAreaHeight
iPreview, iDestination
iRTFWithImagesAndTablesManagement mode of images and tables in the RTF controls of reports.iParameter
iScalePercentage of scale used during the printiParameter
iSignatureApprovalType of signature to be used: Approval signature.iPrintSignature
iSignatureCertificationType of signature to be used: Certification signature.iPrintSignature
iSolidFilling pattern: Complete fillingiBorder, iRoundBorder, iEllipse, pdfSignature variable
iStorePaneRibbonSaves the ribbon tab displayed in the report viewer. iParameterPreview
iSwissPolicy family: Fonte Swiss (quality policy)iCreateFont
iTextType of text to be printed: Normal textiAreaHeight
iThumbnailPaneReport viewer: whether or not to display the thumbnail pane in the report viewer.
iParameterPreview
iTopAlign the text at the top in the areaiPrintArea, pdfSignature variable
iTrueTypeParameters for printing TrueType fontsiParameter
iTrueType_BitmapTrueType font in bitmapiParameter
iTrueType_DownloadDownloaded TrueType fontiParameter
iTrueType_SubdevTrueType font of deviceiParameter
iUpwardDiagonal
  • Fill pattern: Ascending diagonal lines
  • Watermark orientation: Diagonal upwards
iVerticalFill pattern: Vertical linesiBorder, iRoundBorder, iEllipse, pdfSignature variable
iWatermarkDuplicateWatermark printing: The watermark is inserted when the duplicate is printed.iParameterWatermark
iWatermarkPrintingWatermark printing: The watermark is inserted when the document is printed.iParameterWatermark
iWithFormattingStores the color and the font during the export in XLS format.iParameterXLS
iXLSPrint to an XLS fileiDestination
iXMLPrint to an XML fileiDestination
iYResolutionVertical resolutioniParameter
relationshipAlternativeMeaning of attachment: File specification corresponding to an alternative representation of the content. Example: Audio file.iAddAttachment
relationshipDataMeaning of attachment: File specification corresponding to information used to derive a visual presentation. Example: Table or graph.iAddAttachment
relationshipSourceMeaning of attachment: File specification corresponding to the original source material for the associated content.iAddAttachment
relationshipSupplementMeaning of attachment: File specification corresponding to an additional representation of the original source or data.iAddAttachment
relationshipUnspecifiedMeaning of attachment: Relationship not known or cannot be described by one of the other constants.iAddAttachment
versoDefaultDuplex printing: If the two printing states have different page counts, additional blank pages are added in either state to obtain the same number of pages.
iInitReportVerso
versoNoBlankPageDuplex printing: If the number of pages in the report corresponding to the reverse side is greater than the number of pages in the report corresponding to the front side, the rest of the pages on the reverse side will be printed on both the front and reverse sides (to avoid blank pages).
iInitReportVerso
versoRepeatDuplex printing: If the number of pages in the duplex state is greater than the number of pages in the reverse state, the reverse pages are repeated to the end of the document.
iInitReportVerso
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/12/2025

Señalar un error o enviar una sugerencia | Ayuda local