ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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
New in version 2025
i2PagesWithCover
Report viewer: Preview displaying 2 pages at a time, with the first page on the cover (the first page is on the right). iPreview, iDestination
i100Report viewer: 100% zoom preview.iPreview, iDestination
New in version 2025
iapZoom2PagesWithCover
Report viewer: Preview displaying 2 pages at a time, with the first page on the cover (the first page is on the right). 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
iBorderAllFrame edges to be drawn: All frame edges are drawniBorder
iBorderBottomFrame edges to be drawn: The bottom edge is drawniBorder
iBorderLeftDrawing frame edges: The left edge is drawniBorder
iBorderNoneDrawing frame edges: The frame has no edgesiBorder
iBorderRightFrame edges to be drawn: The right edge is drawniBorder
iBorderTopFrame 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_MonoImpression monochromeiParameter
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
iDashedType of stroke: Dash stroke (----)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: Downward diagonal
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 size: the font size 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 size: 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 size: 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 size: 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.
Note: In previous versions, this constant was called iHomotheticNoEnlargementPrintableZone.
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 iFeedingPaper_Once.
iParameter
iPCLPrint to a PCL printer.
Warning
From version 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.
Warning
From version 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
New in SaaS
iProtectionAssemble
Restricts PDF file assembly.
Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 3.
For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
iParameterPDF,
pdfParameter type
PDFPassword
iProtectionCommentRestricts adding or editing comments.iParameterPDF
PDFPassword,
pdfParameter type
New in SaaS
iProtectionCopyAccessibility
Restricts copying content for accessibility purposes.
Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 3.
For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
iParameterPDF,
pdfParameter type
PDFPassword
iProtectionDefaultProtection by default.PDFPassword
New in SaaS
iProtectionFillForm
Form fields in the PDF file will not support user input.
Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 3.
For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
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: MediumiParameter
iRealSizeDocument print size: 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: Full 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.
In previous versions, this constant corresponds to iPaneMiniatures.
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: Ascending diagonal
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
New in version 2025
relationshipAlternative
Meaning of attachment: File specification corresponding to an alternative representation of the content.. Example: Audio file.iAddAttachment
New in version 2025
relationshipData
Meaning of attachment: File specification corresponding to information used to derive a visual presentation.. Example: Table or graph.iAddAttachment
New in version 2025
relationshipSource
Meaning of attachment: File specification corresponding to the original source material for the associated content.iAddAttachment
New in version 2025
relationshipSupplement
Meaning of attachment: File specification corresponding to an additional representation of the original source or data.iAddAttachment
New in version 2025
relationshipUnspecified
Meaning of attachment: Relationship not known or cannot be described by one of the other constants.iAddAttachment
New in version 2025
versoDefault
Duplex 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.
Note: This constant is only available from version 2025 Update 1.
New in version 2025
iInitReportVerso
New in version 2025
versoNoBlankPage
Duplex 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).
Note: This constant is only available from version 2025 Update 1.
New in version 2025
iInitReportVerso
New in version 2025
versoRepeat
Duplex printing: If the number of pages in the duplex report is greater than the number of pages in the reverse report, the reverse pages are repeated until the end of the document.
Note: This constant is only available from version 2025 Update 1.
New in version 2025
iInitReportVerso
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/13/2025

Send a report | Local help