LEADTOOLS OCR Professional Engine Settings

Show in webframe

The IOcrSettingManager.GetSettingNames method will return the names of the values as described in this table and in the same order.

The table below describes the settings supported by the LEADTOOLS OCR Professional Engine

Name Type Range and values Description
Recognition BeginCategory N/A Beginning of the general recognition settings category.
Recognition.SpaceIsValidCharacter Boolean N/A A space is a valid character in recognition, otherwise ignore all spaces. For more information, refer to IOcrPage.GetRecognizedCharacters.
Recognition.DefaultCharacterFilter Enum None, Digit, Uppercase, Lowercase, Punctuation, Miscellaneous, Plus Specifies which character set (Global filter) will be applied globally at the page level.
Recognition.ForceSingleColumn Boolean N/A Force single column mode for the page-layout. It prevents the engine decolumnization detecting columns and placing their contents one below the other. It is useful for conserving the columnar structure in tables.
Recognition.DetectNonGriddedTable Boolean N/A Detect Non-gridded tables.
Recognition.EnableMorFaxMode Boolean N/A Switches the Fax image mode for the multi-lingual omnifont recognition module on or off. Turn this setting on if the image file to be loaded is a fax message transmitted in "Draft" mode at 200 x 100 resolution. Do not use this switch to read fax card image files transmitted in "Fine" mode (200 x 200 dpi resolution).
Recognition.RecognitionModuleTradeoff Enum Accurate, Balanced, Fast Specifies which recognition algorithm trade-off setting to use during recognition.
Recognition.IcrNumeral BeginCategory N/A Beginning of the ICR (handprinted) recognition settings category.
Recognition.IcrNumeral.Style Enum Euro, US The writing style setting for handprinted numerals recognition module.
Recognition.IcrNumeral.CharacterBoxData.Height Integer 0 to Int32.MaxValue Character height in 1/1200 inches. A value of zero (0) forces automatic calculation of this setting.
Recognition.IcrNumeral.CharacterBoxData.Width Integer 0 to Int32.MaxValue Character width in 1/1200 inches. A value of zero (0) forces automatic calculation of this setting.
Recognition.IcrNumeral.CharacterBoxData.LeadingSpaces Integer 0 to Int32.MaxValue Leading spaces in 1/1200 inches. A value of zero (0) forces automatic calculation of this setting.
Recognition.IcrNumeral.EnableSpaceInclusion Boolean N/A Controls whether the handprinted numeral recognition module should export spaces detected between characters.
End:Recognition.IcrNumeral EndCategory N/A End of the ICR (Handprint) recognition settings category.
Recognition.Zoning BeginCategory N/A Beginning of the zoning settings category.
Recognition.Zoning.DisableMultiThreading Boolean N/A

True to disable multi-threading when performing auto-zoning; otherwise multithreading is used. Multi-threading enhances the performance of the auto-zoning algorithm however it may be undesirable if the OCR engine is hosted in a server.

End:Recognition.Zoning EndCategory N/A End of the zoning settings category.
Recognition.PreProcessing BeginCategory N/A Beginning of the Pre-Processing settings category.
Recognition.PreProcessing.BinarizationMode Enum Auto,Set, No, Global, Gray

This setting will influence how a non-B/W image, stored in the Engine, will be converted to a B/W one.

Auto: This affects grayscale or 24-bit color images, a B/W image will be created in the Engine's memory. Image binarization applies an automatic adaptive thresholding algorithm. The Recognition.PreProcessing.Brightness setting can be used to tune the threshold calculation.

Set: This affects grayscale or 24-bit color images, a B/W image will be created in the Engine's memory. Thresholding with a user-defined threshold value, set by the Recognition.PreProcessing.Threshold setting.

No: There will be no conversion while image loading. The image will be loaded into the Engine's memory without any conversion (i.e. a color image will retain its color attributes).

Global: This affects grayscale or 24-bit color images, a B/W image will be created in the Engine's memory. For image binarization, an automatic thresholding algorithm with a page-level global threshold value is applied.

Gray: For a color image, a grayscale image will be created in the Engine's memory. For a B/W or grayscale image, no conversion will be performed while loading the image.

Recognition.PreProcessing.InvertMode Enum No, Yes, Auto

This setting will specify which Image inversion mode will be used during a forthcoming image processing processes. The Image inversion mode can be either automatic, switched on or switched off (white-on-black to black-on-white)

No: No inversion required.

Yes: Image inversion should be performed.

Auto: Automatically inverts the image, if necessary, whether the image is inverse is determined during preprocessing.

Recognition.PreProcessing.RotationMode Enum Auto, No, Right, Down, Left

This setting will specify which Image rotation mode will be used during a forthcoming image processing process. The Image rotation mode can be automatic, switched off or programmable.

Auto: Automatic image rotation.

No: Do not transform the image.

Right: Rotate image to the right (clockwise).

Down: Rotate image down (rotate twice).

Left: Rotate image to the left (anti-clockwise).

Recognition.PreProcessing.EnableDespeckleMode Boolean N/A This setting specifies the Engine's Image despeckle mode, i.e. whether the adaptive noise removal algorithm is to be activated implicitly when the current image is a B/W one. The noise removal algorithm runs only on B/W images with a resolution of 280 DPI or higher. This setting might influence the recognition accuracy.
Recognition.PreProcessing.Brightness Integer 0 to 100 This setting fine tunes the threshold calculation in the automatic adaptive image conversion mode when the Recognition.PreProcessing.BinarizationMode setting is set to "Auto". This will influence the brightness/darkness of the resulting B/W image during a forthcoming image processing process.
Recognition.PreProcessing.Threshold Integer 0 to 255 This setting specifies the threshold parameter of an image conversion to a B/W image. This parameter has an effect only when the Recognition.PreProcessing.BinarizationMode setting is set to "Set". This setting is used during a forthcoming image processing process.
End:Recognition.PreProcessing EndCategory N/A End of the Pre-Processing settings category.
End:Recognition EndCategory N/A End of the recognition settings category.
Language BeginCategory N/A Beginning of the language settings category.
Language.LanguagesPlusCharacters String Maximum of 1024 characters and can be a null value. Extra characters added to the set of characters determined by the language selection.
Language.FilterPlusCharacters String Maximum of 1024 characters and can be a null value. FilterPlus characters can broaden the filtered set of characters globally or on a per-zone basis. To allow the use of these FilterPlus characters, the zone's OcrZone.CharacterFilters property must include OcrZoneCharacterFilters.Plus.
End:Language EndCategory N/A End of the language settings category.
SaveDocument BeginCategory N/A Beginning of the save document settings category.
SaveDocument.FormatLevel Enum Auto, NoFormat, RetainFontAndParagraph, TruePage, FlowingPage, SpreadSheet

Levels of the format retention for the final output document, for list of supported output formats for each format level please see the table at the bottom of the page.

Auto: Automatic format level.

NoFormat; All formatting information is ignored and replaced by default values.

RetainFontAndParagraph: Formatting information about fonts and paragraphs is retained, but the layout related information is ignored.

TruePage: Keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures and tables on the page with boxes, frames or other target application specific methods.

FlowingPage: Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary.

SpreadSheet: Exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet.

SaveDocument.DocumentFormat BeginCategory N/A Beginning of the document format save options category.
SaveDocument.DocumentFormat.Excel2000 BeginCategory N/A Beginning of the Excel 2000 output format options category.
SaveDocument.DocumentFormat.Excel2000.Bullets Boolean N/A Specifies whether to display bullets. True to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.Excel2000.DocAuthor String Maximum of 1024 characters and can be a null value String containing the name of the author of the document.
SaveDocument.DocumentFormat.Excel2000.DocCategory String Maximum of 1024 characters and can be a null value String containing the category of the document.
SaveDocument.DocumentFormat.Excel2000.DocComments String Maximum of 1024 characters and can be a null value. String containing the comments for the document.
SaveDocument.DocumentFormat.Excel2000.DocCompany String Maximum of 1024 characters and can be a null value String containing the company name of the document.
SaveDocument.DocumentFormat.Excel2000.DocKeywords String Maximum of 1024 characters and can be a null value. String containing the keywords for the document.
SaveDocument.DocumentFormat.Excel2000.DocManager String Maximum of 1024 characters and can be a null value. String containing the name of the manager of the document.
SaveDocument.DocumentFormat.Excel2000.DocSubject String Maximum of 1024 characters and can be a null value String containing the subject of the document.
SaveDocument.DocumentFormat.Excel2000.DocTitle String Maximum of 1024 characters and can be a null value. String containing the title of the document.
SaveDocument.DocumentFormat.Excel2000.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document.

None: Ignore headers and footers.

Auto: Auto format.

Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text.

SaveDocument.DocumentFormat.Excel2000.OverviewSheetName String Maximum of 1024 characters and can be a null value String containing the name of the last sheet.
SaveDocument.DocumentFormat.Excel2000.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.Excel2000.PageColor Boolean N/A

Specifies whether to retain the page background color or use the default.

True to retain the page background color; false to use the default color.

SaveDocument.DocumentFormat.Excel2000.SheetNamePrefix String Maximum of 1024 characters and can be a null value. String containing the generated sheet names.
End:SaveDocument.DocumentFormat.Excel2000 EndCategory N/A End of the Excel 2000 output format options category.
SaveDocument.DocumentFormat.Excel97 BeginCategory N/A Beginning of the Excel 97 output format options category.
SaveDocument.DocumentFormat.Excel97.Bullets Boolean N/A Specifies whether to display bullets. True to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.Excel97.DocAuthor String Maximum of 1024 characters and can be a null value String containing the name of the author of the document.
SaveDocument.DocumentFormat.Excel97.DocCategory String Maximum of 1024 characters and can be a null value. String containing the category of the document.
SaveDocument.DocumentFormat.Excel97.DocComments String Maximum of 1024 characters and can be a null value. String containing the comments for the document.
SaveDocument.DocumentFormat.Excel97.DocCompany String Maximum of 1024 characters and can be a null value. String containing the company name of the document.
SaveDocument.DocumentFormat.Excel97.DocKeywords String Maximum of 1024 characters and can be a null value. String containing the keywords for the document.
SaveDocument.DocumentFormat.Excel97.DocManager String Maximum of 1024 characters and can be a null value. String containing the name of the manager of the document.
SaveDocument.DocumentFormat.Excel97.DocSubject String Maximum of 1024 characters and can be a null value. String containing the subject of the document.
SaveDocument.DocumentFormat.Excel97.DocTitle String Maximum of 1024 characters and can be a null value. String containing the title of the document.
SaveDocument.DocumentFormat.Excel97.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document.

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.Excel97.OverviewSheetName String Maximum of 1024 characters and can be a null value. String containing the name of the last sheet.
SaveDocument.DocumentFormat.Excel97.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.Excel97.PageColor Boolean N/A Specifies whether to retain the page background color or use the default. True to retain the page background color; false to use the default color.
SaveDocument.DocumentFormat.Excel97.SheetNamePrefix String Maximum of 1024 characters and can be a null value. String containing the generated sheet names.
End:SaveDocument.DocumentFormat.Excel97 EndCategory N/A End of the Excel 97 output format options category.
SaveDocument.DocumentFormat32 BeginCategory N/A Beginning of the HTML 3.2 output format options category.
SaveDocument.DocumentFormat32.Bullets Boolean N/A Specifies whether to display bullets. True to display bullets; otherwise it is false.
SaveDocument.DocumentFormat32.Crossrefs Boolean N/A Specifies whether to keep cross-references. True to keep cross-references, otherwise it is false.
SaveDocument.DocumentFormat32.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document.

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text.

SaveDocument.DocumentFormat32.HRBetweenSections Boolean N/A

Enables or disables the placing of horizontal rule lines between sections.

True to allow horizontal rules lines to be placed between sections; otherwise it is false.

SaveDocument.DocumentFormat32.IndexPage Enum No, Simple, Frame

Specifies the page index

No: No index.

Simple: Simple HTML.

Frame: In a frame

SaveDocument.DocumentFormat32.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks, otherwise it is false.

SaveDocument.DocumentFormat32.NavNextText String Maximum of 1024 characters and can be a null value. String containing the text for the Next navigation text.
SaveDocument.DocumentFormat32.NavPrevText String Maximum of 1024 characters and can be a null value String containing the text for the Previous navigation text.
SaveDocument.DocumentFormat32.NavTOCText String Maximum of 1024 characters and can be a null value. String containing the text for the Index navigation text.
SaveDocument.DocumentFormat32.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat32.PutItSubdirectory Boolean N/A

Specifies whether to put every file into a subdirectory.

True to put every file into a subdirectory; otherwise it is false.

End:SaveDocument.DocumentFormat32 EndCategory N/A End of the HTML 3.2 output format options category.
SaveDocument.DocumentFormat40 BeginCategory N/A Beginning of the HTML 4.0 output format options category.
SaveDocument.DocumentFormat40.Bullets Boolean N/A

Specifies whether to display bullets.

True to display bullets; otherwise it is false.

SaveDocument.DocumentFormat40.CharColors Boolean N/A

Specifies whether to keep the character colors.

True to keep the font colors of the characters; otherwise it is false.

SaveDocument.DocumentFormat40.CharSpacing Boolean N/A

Specifies whether to keep character spacing.

True to keep character spacing; otherwise it is false.

SaveDocument.DocumentFormat40.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; otherwise it is false.

SaveDocument.DocumentFormat40.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text.

SaveDocument.DocumentFormat40.HRBetweenSections Boolean N/A

Enables or disables the placing of horizontal rule lines between sections.

True to allow horizontal rules lines to be placed between sections; otherwise it is false.

SaveDocument.DocumentFormat40.IndexPage Enum No, Simple, Frame

Specifies the page index

No: No index.

Simple: Simple HTML.

Frame: In a frame.

SaveDocument.DocumentFormat40.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat40.NavNextText String Maximum of 1024 characters and can be a null value String containing the text of the Next navigation text.
SaveDocument.DocumentFormat40.NavPrevText String Maximum of 1024 characters and can be a null value. String containing the text of the Previous navigation text.
SaveDocument.DocumentFormat40.NavTOCText String Maximum of 1024 characters and can be a null value. String containing the text of the Index navigation text.
SaveDocument.DocumentFormat40.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat40.PutItSubdirectory Boolean N/A

Specifies whether to put every file into a subdirectory.

True to put every file into a subdirectory; otherwise it is false.

SaveDocument.DocumentFormat40.Styles Boolean N/A

Specifies whether to retain styles.

True to retain styles; otherwise it is false.

End:SaveDocument.DocumentFormat40 EndCategory N/A End of the HTML 4.0 output format options category.
SaveDocument.DocumentFormat.InfoPath BeginCategory N/A Beginning of the InfoPath output format options category.
SaveDocument.DocumentFormat.InfoPath.Bullets Boolean N/A Specifies whether to display bullets. True to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.InfoPath.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; otherwise it is false.

SaveDocument.DocumentFormat.InfoPath.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary tex.t

SaveDocument.DocumentFormat.InfoPath.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI.

SaveDocument.DocumentFormat.InfoPath.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

End:SaveDocument.DocumentFormat.InfoPath EndCategory N/A End of the InfoPath output format options category.
SaveDocument.DocumentFormat.PDF BeginCategory N/A Beginning of the PDF Image On Text output format options category.
SaveDocument.DocumentFormat.PDF.AdditionalFonts Boolean N/A

Enables or disables the use of additional fonts.

True to enable the use of additional fonts; otherwise it is false.

SaveDocument.DocumentFormat.PDF.AppendFrom String Maximum of 1024 characters and can be a null value. String containing the output to be appended to this file.
SaveDocument.DocumentFormat.PDF.AppendFromPassword String Maximum of 1024 characters and can be a null value String containing the password to enable the output to be appended to this file.
SaveDocument.DocumentFormat.PDF.ColorQuality Enum Minimum, Good, Lossless Specifies the color quality for the output PDF file.
SaveDocument.DocumentFormat.PDF.Compatibility Enum ForceSize, ForceQuality, PDF 1.5, PDF1.4, PDF1.3, PDF1.2, PDF1.1, PDF1.0, PDF-A Specifies which version of PDF to use for compatibility.
SaveDocument.DocumentFormat.PDF.CompForContents Boolean N/A

Enables or disables compression of Text and Line Art.

True to enable compression of text and line art; otherwise it is false.

SaveDocument.DocumentFormat.PDF.CompForTTF Boolean N/A

Enables or disables compression of Embedded Files.

True to enable embedded files to be compressed; otherwise it is false.

SaveDocument.DocumentFormat.PDF.UseFlate Boolean N/A

Enables or disables Flate compression.

True to enable Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PDF.UseJBIG2 Boolean N/A

Enables or disables JBIG2 compression.

True to enable JBIG2 compression; otherwise it is false.

SaveDocument.DocumentFormat.PDF.UseJPEG2000 Boolean N/A

Enables or disables JPEG2000 compression.

True to enable JPEG2000 compression; otherwise it is false.

SaveDocument.DocumentFormat.PDF.UseLZWInsteadOfFlate Boolean N/A

Specifies whether to use LZW instead of Flate compression

True to enable the use of LZW instead of Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PDF.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.PDF.Outline Boolean N/A

Specifies whether to use bookmarks for pages.

True to use bookmarks; otherwise it is false.

SaveDocument.DocumentFormat.PDF.OutlineNumbering Boolean N/A

Specifies whether to add page numbers to the page name.

True to add page numbers; otherwise it is false.

SaveDocument.DocumentFormat.PDF.OutlinePageName String Maximum of 1024 characters and can be a null value String containing the page name of the bookmark.
SaveDocument.DocumentFormat.PDF.PDFFormVisuality Boolean N/A

Specifies whether to display the visual components of the form.

True to display the visual components; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnableAdd Boolean N/A

Enables whether comments and form fields can be changed or edited.

True when comments and form fields can be changed or edited; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnableAssemble Boolean N/A

Enables or disables document assembly.

True if documents can be assembled; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnableCopy Boolean N/A

Enables or disables whether material can be copied or extracted.

True if material can be copied or extracted; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnableExtract Boolean N/A

Enables or disables whether material can be extracted.

True if material can be extracted; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnableForms Boolean N/A

Enables or disables whether forms can be filled out.

True if forms can be filled out; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnableModify Boolean N/A

Specifies whether documents can be modified.

True if documents can be modified; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnablePrint Boolean N/A

Specifies whether output PDF files can be printed.

True if output PDF files can be printed; otherwise it is false.

SaveDocument.DocumentFormat.PDF.EnablePrintQ Boolean N/A

Specifies whether high quality printing can be performed.

True if high quality printing can be performed; otherwise it is false.

SaveDocument.DocumentFormat.PDF.OwnerPassword String Maximum of 1024 characters and can be a null value String containing the owner password.
SaveDocument.DocumentFormat.PDF.PDFSecurity Enum None, 40Bits, 128Bits Specifies the PDF security type
SaveDocument.DocumentFormat.PDF.UserPassword String Maximum of 1024 characters and can be a null value String containing the user password.
SaveDocument.DocumentFormat.PDF.PictureColor Enum Original, BlackAndWhite, Grayscale, 24BPP The PDF color depth
SaveDocument.DocumentFormat.PDF.CertificateDescription String Maximum of 1024 characters and can be a null value String containing the certificate description.
SaveDocument.DocumentFormat.PDF.CertificateSHA1 String Maximum of 1024 characters and can be a null value String containing the certificate SHA1 thumbprint
SaveDocument.DocumentFormat.PDF.SignatureType Enum None, Pklite, Verisign The PDF signature type
SaveDocument.DocumentFormat.PDF.URLBackgorund Integer 0 to Int32.MaxValue The color for the URL background.
SaveDocument.DocumentFormat.PDF.URLForeground Integer 0 to Int32.MaxValue The color for the URL foreground.
SaveDocument.DocumentFormat.PDF.URLForegroundDef Boolean N/A

Specifies whether to use the default foreground color for the URL.

True to use the default foreground color for the URL; false otherwise.

SaveDocument.DocumentFormat.PDF.URLUnderline Boolean N/A

Specifies whether the URLS will be underlined.

True to underline URLS; otherwise it is false.

SaveDocument.DocumentFormat.PDF.UseMRC Enum No, Minimum, Good, Lossless The PDF MRC type for the output PDF file
SaveDocument.DocumentFormat.PDF.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.PDF.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

SaveDocument.DocumentFormat.PDF.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.PDF.NeedTaggedInfo Boolean N/A

Specifies whether to create a tagged PDF file.

True to create a tagged PDF file; otherwise it is false.

SaveDocument.DocumentFormat.PDF.PDFThumbnail Boolean N/A

Specifies whether to create thumbnails.

True to create thumbnails; otherwise it is false.

SaveDocument.DocumentFormat.PDF.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.PDF.PDFForms Boolean N/A

Specifies whether to display the form layer.

True to display the form layer; otherwise it is false.

SaveDocument.DocumentFormat.PDF.ShowBackgroundImage Boolean N/A

Specifies whether to display the background image layer.

True to display the background image layer; otherwise it is false.

SaveDocument.DocumentFormat.PDF.ShowText Boolean N/A

Specifies whether to display the text.

True to display the text; otherwise it is false.

SaveDocument.DocumentFormat.PDF.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.PDF.URLBackgroundDef Boolean N/A

Specifies whether to display the default background color for any URLs.

True to display the default background color for any URLs; otherwise it is false.

SaveDocument.DocumentFormat.PDF.URLHighlight Boolean N/A

Specifies whether to highlight URLs.

True to highlight URLs; otherwise it is false.

End:SaveDocument.DocumentFormat.PDF EndCategory N/A End of the PDF Image On Text output format options category
SaveDocument.DocumentFormat.PdfText BeginCategory N/A Beginning of the PDF Text output format options category
SaveDocument.DocumentFormat.PdfText.AdditionalFonts Boolean N/A

Enables or disables the use of additional fonts.

True to enable the use of additional fonts; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.PdfText.AppendFromPassword String Maximum of 1024 characters and can be a null value String containing the password to enable the output to be appended to this file.
SaveDocument.DocumentFormat.PdfText.ColorQuality Enum Minimum, Good, Lossless Specifies the color quality for the output PDF file.
SaveDocument.DocumentFormat.PdfText.Compatibility Enum ForceSize, ForceQuality, PDF 1.5, PDF1.4, PDF1.3, PDF1.2, PDF1.1, PDF1.0, PDF-A Specifies which version of PDF to use for compatibility
SaveDocument.DocumentFormat.PdfText.CompForContents Boolean N/A

Enables or disables compression of Text and Line Art.

True to enable compression of text and line art; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.CompForTTF Boolean N/A

Enables or disables compression of Embedded Files.

True to enable embedded files to be compressed; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.UseFlate Boolean N/A

Enables or disables Flate compression.

True to enable Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.UseJBIG2 Boolean N/A

Enables or disables JBIG2 compression.

True to enable JBIG2 compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.UseJPEG2000 Boolean N/A

Enables or disables JPEG2000 compression.

True to enable JPEG2000 compression; otherwise it is false.

SaveDocument.DocumentFormat..PdfText UseLZWInsteadOfFlate Boolean N/A

Specifies whether to use LZW instead of Flate compression

True to enable the use of LZW instead of Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.Outline Boolean N/A

Specifies whether to use bookmarks for pages.

True to use bookmarks; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.OutlineNumbering Boolean N/A

Specifies whether to add page numbers to the page name.

True to add page numbers; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.OutlinePageName String Maximum of 1024 characters and can be a null value String containing the page name of the bookmark.
SaveDocument.DocumentFormat.PdfText.PDFFormVisuality Boolean N/A

Specifies whether to display the visual components of the form.

True to display the visual components; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnableAdd Boolean N/A

Enables whether comments and form fields can be changed or edited.

True if comments and form fields can be changed or edited; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnableAssemble Boolean N/A

Enables or disables document assembly.

True if documents can be assembled; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnableCopy Boolean N/A

Enables or disables whether material can be copied or extracted.

True if material can be copied or extracted; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnableExtract Boolean N/A

Enables or disables whether material can be extracted.

True if material can be extracted; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnableForms Boolean N/A

Enables or disables whether forms can be filled out.

True if forms can be filled out; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnableModify Boolean N/A

Specifies whether documents can be modified.

True if documents can be modified; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.EnablePrint Boolean N/A

Specifies whether output PDF files can be printed.

True if output PDF files can be printed; otherwise it is false.

SaveDocument.DocumentFormat.PdfText PDF.EnablePrintQ Boolean N/A

Specifies whether high quality printing can be performed.

True if high quality printing can be performed; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.OwnerPassword String Maximum of 1024 characters and can be a null value String containing the owner password.
SaveDocument.DocumentFormat.PdfText.PDFSecurity Enum None, 40Bits, 128Bits Specifies the PDF security type
SaveDocument.DocumentFormat.PdfText PDF.UserPassword String Maximum of 1024 characters and can be a null value String containing the user password.
SaveDocument.DocumentFormat.PDF.PictureColor Enum Original, BlackAndWhite, Grayscale, 24BPP The PDF color depth
SaveDocument.DocumentFormat.PdfText.CertificateDescription String Maximum of 1024 characters and can be a null value String containing the certificate description.
SaveDocument.DocumentFormat.PdfText.CertificateSHA1 String Maximum of 1024 characters and can be a null value String containing the certificate SHA1 thumbprint
SaveDocument.DocumentFormat.PdfText.SignatureType Enum None, Pklite, Verisign The PDF signature type
SaveDocument.DocumentFormat.PdfText.URLForeground Integer 0 to Int32.MaxValue The color for the URL background.
SaveDocument.DocumentFormat.PdfText.URLForeground Integer 0 to Int32.MaxValue The color for the URL foreground.
SaveDocument.DocumentFormat.PdfText.URLForegroundDef Boolean N/A

Specifies whether to use the default foreground color for the URL.

True to use the default foreground color for the URL; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.URLUnderline Boolean N/A

Specifies whether the URLS will be underlined.

True to underline URLS; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.UseMRC Enum No, Minimum, Good, Lossless The PDF MRC type for the output PDF file
SaveDocument.DocumentFormat.PdfText.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.PdfText.NeedTaggedInfo Boolean N/A

Specifies whether to create a tagged PDF file.

True to create a tagged PDF file; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.PDFThumbnail Boolean N/A

Specifies whether to create thumbnails.

True to create thumbnails; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.PdfText.PDFForms Boolean N/A

Specifies whether to display the form layer.

True to display the form layer; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.ShowBackgroundImage Boolean N/A

Specifies whether to display the background image layer.

True to display the background image layer; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.ShowText Boolean N/A

Specifies whether to display the text.

True to display the text

SaveDocument.DocumentFormat.PdfText.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.ShowSubstitutes Boolean N/A

Specifies whether to cover suspect words with small images.

True to cover suspect words with small images; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.URLBackgroundDef Boolean N/A

Specifies whether to display the default background color for any URLs.

True to display the default background color for any URLs; otherwise it is false.

SaveDocument.DocumentFormat.PdfText.URLHighlight Boolean N/A

Specifies whether output PDF files can be printed.

True if output PDF files can be printed; otherwise it is false.

End:SaveDocument.DocumentFormat.PdfText EndCategory N/A Beginning of the PDF Text output format options category
SaveDocument.DocumentFormat.PdfEdited BeginCategory N/A Beginning of the PDF Edited output format options category
SaveDocument.DocumentFormat.PdfEdited.AdditionalFonts Boolean N/A

Enables or disables the use of additional fonts.

True to enable the use of additional fonts; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.PdfEdited.AppendFromPassword String Maximum of 1024 characters and can be a null value String containing the password to enable the output to be appended to this file .
SaveDocument.DocumentFormat.PdfEdited.ColorQuality Enum Minimum, Good, Lossless Specifies the color quality for the output PDF file.
SaveDocument.DocumentFormat.PdfEdited.Compatibility Enum ForceSize, ForceQuality, PDF 1.5, PDF1.4, PDF1.3, PDF1.2, PDF1.1, PDF1.0, PDF-A Specifies which version of PDF to use for compatibility
SaveDocument.DocumentFormat.PdfEdited.CompForContents Boolean N/A

Enables or disables compression of Text and Line Art.

True to enable compression of text and line art; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.CompForTTF Boolean N/A

Enables or disables compression of Embedded Files.

True to enable embedded files to be compressed; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.UseFlate Boolean N/A

Enables or disables Flate compression.

True to enable Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.UseJBIG2 Boolean N/A

Enables or disables JBIG2 compression.

True to enable JBIG2 compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.UseJPEG2000 Boolean N/A

Enables or disables JPEG2000 compression.

True to enable JPEG2000 compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.UseLZWInsteadOfFlate Boolean N/A

Specifies whether to use LZW instead of Flate compression

True to enable the use of LZW instead of Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.Outline Boolean N/A

Specifies whether to use bookmarks for pages.

True to use bookmarks; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.OutlineNumbering Boolean N/A

Specifies whether to add page numbers to the page name.

True to add page numbers; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.OutlinePageName String Maximum of 1024 characters and can be a null value String containing the page name of the bookmark.
SaveDocument.DocumentFormat.PdfEdited.PDFFormVisuality Boolean N/A

Specifies whether to display the visual components of the form.

True to display the visual components; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnableAdd Boolean N/A

Enables whether comments and form fields can be changed or edited.

True if comments and form fields can be changed or edited; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnableAssemble Boolean N/A

Enables or disables document assembly.

True if documents can be assembled; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnableCopy Boolean N/A

Enables or disables whether material can be copied or extracted.

True if material can be copied or extracted; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnableExtract Boolean N/A

Enables or disables whether material can be extracted.

True if material can be extracted; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnableForms Boolean N/A

Enables or disables whether forms can be filled out.

True if forms can be filled out; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnableModify Boolean N/A

Specifies whether documents can be modified.

True if documents can be modified; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.EnablePrint Boolean N/A

Specifies whether output PDF files can be printed.

True if output PDF files can be printed; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited PDF.EnablePrintQ Boolean N/A

Specifies whether high quality printing can be performed.

True if high quality printing can be performed; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.OwnerPassword String Maximum of 1024 characters and can be a null value String containing the owner password.
SaveDocument.DocumentFormat.PdfEdited.PDFSecurity Enum None, 40Bits, 128Bits Specifies the PDF security type
SaveDocument.DocumentFormat.PdfEdited PDF.UserPassword String Maximum of 1024 characters and can be a null value String containing the user password.
SaveDocument.DocumentFormat.PDF.PictureColor Enum Original, BlackAndWhite, Grayscale, 24BPP The PDF color depth
SaveDocument.DocumentFormat.PdfEdited.CertificateDescription String Maximum of 1024 characters and can be a null value String containing the certificate description.
SaveDocument.DocumentFormat.PdfEdited.CertificateSHA1 String Maximum of 1024 characters and can be a null value String containing the certificate SHA1 thumbprint
SaveDocument.DocumentFormat.PdfEdited.SignatureType Enum None, Pklite, Verisign The PDF signature type
SaveDocument.DocumentFormat.PdfEdited.URLForeground Integer 0 to Int32.MaxValue The color for the URL background.
SaveDocument.DocumentFormat.PdfEdited.URLForeground Integer 0 to Int32.MaxValue The color for the URL foreground.
SaveDocument.DocumentFormat.PdfEdited.URLForegroundDef Boolean N/A

Specifies whether to use the default foreground color for the URL.

True to use the default foreground color for the URL; false otherwise.

SaveDocument.DocumentFormat.PdfEdited.URLUnderline Boolean N/A

Specifies whether the URLS will be underlined.

True to underline URLS; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.UseMRC Enum No, Minimum, Good, Lossless The PDF MRC type for the output PDF file
SaveDocument.DocumentFormat.PdfEdited.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.PdfEdited.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

SaveDocument.DocumentFormat.PdfEdited.FieldCodes Boolean N/A

Specifies whether to retain field codes.

True to retain field codes; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.PdfEdited.NeedTaggedInfo Boolean N/A

Specifies whether to create a tagged PDF file.

True to create a tagged PDF file; false, otherwise.

SaveDocument.DocumentFormat.PdfEdited.PDFForms Boolean N/A

Specifies whether to display the form layer.

True to display the form layer; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.PdfEdited.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.URLBackgroundDef Boolean N/A

Specifies whether to display the default background color for any URLs.

True to display the default background color for any URLs; otherwise it is false.

SaveDocument.DocumentFormat.PdfEdited.URLHighlight Boolean N/A

Specifies whether output PDF files can be printed.

True if output PDF files can be printed; false, otherwise.

End:SaveDocument.DocumentFormat.PdfEdited EndCategory N/A End of the PDF Edited output format options category
SaveDocument.DocumentFormat.PdfWithImageSubstitutes BeginCategory N/A Beginning of the PDF With Image Substitutes output format options category
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.AdditionalFonts Boolean N/A

Enables or disables the use of additional fonts.

True to enable the use of additional fonts; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.AppendFromPassword String Maximum of 1024 characters and can be a null value String containing the password to enable the output to be appended to this file .
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.ColorQuality Enum Minimum, Good, Lossless Specifies the color quality for the output PDF file.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.Compatibility Enum ForceSize, ForceQuality, PDF 1.5, PDF1.4, PDF1.3, PDF1.2, PDF1.1, PDF1.0, PDF-A Specifies which version of PDF to use for compatibility
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.CompForContents Boolean N/A

Enables or disables compression of Text and Line Art.

True to enable compression of text and line art; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.CompForTTF Boolean N/A

Enables or disables compression of Embedded Files.

True to enable embedded files to be compressed; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.UseFlate Boolean N/A

Enables or disables Flate compression.

True to enable Flate compression; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.UseJBIG2 Boolean N/A

Enables or disables JBIG2 compression.

True to enable JBIG2 compression; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.UseJPEG2000 Boolean N/A

Enables or disables JPEG2000 compression.

True to enable JPEG2000 compression; false, otherwise.

SaveDocument.DocumentFormat..PdfWithImageSubstitutes UseLZWInsteadOfFlate Boolean N/A

Specifies whether to use LZW instead of Flate compression

True to enable the use of LZW instead of Flate compression; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.Outline Boolean N/A

Specifies whether to use bookmarks for pages.

True to use bookmarks; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.OutlineNumbering Boolean N/A

Specifies whether to add page numbers to the page name.

True to add page numbers; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.OutlinePageName String Maximum of 1024 characters and can be a null value String containing the page name of the bookmark.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.PDFFormVisuality Boolean N/A

Specifies whether to display the visual components of the form.

True to display the visual components; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnableAdd Boolean N/A

Enables whether comments and form fields can be changed or edited.

True if comments and form fields can be changed or edited; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnableAssemble Boolean N/A

Enables or disables document assembly.

True if documents can be assembled; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnableCopy Boolean N/A

Enables or disables whether material can be copied or extracted.

True if material can be copied or extracted; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnableExtract Boolean N/A

Enables or disables whether material can be extracted.

True if material can be extracted; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnableForms Boolean N/A

Enables or disables whether forms can be filled out.

True if forms can be filled out; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnableModify Boolean N/A

Specifies whether documents can be modified.

True if documents can be modified; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.EnablePrint Boolean N/A

Specifies whether output PDF files can be printed.

True if output PDF files can be printed; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes PDF.EnablePrintQ Boolean N/A

Specifies whether high quality printing can be performed.

True if high quality printing can be performed; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.OwnerPassword String Maximum of 1024 characters and can be a null value String containing the owner password.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.PDFSecurity Enum None, 40Bits, 128Bits Specifies the PDF security type
SaveDocument.DocumentFormat.PdfWithImageSubstitutes PDF.UserPassword String Maximum of 1024 characters and can be a null value String containing the user password.
SaveDocument.DocumentFormat.PDF.PictureColor Enum Original, BlackAndWhite, Grayscale, 24BPP The PDF color depth
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.CertificateDescription String Maximum of 1024 characters and can be a null value String containing the certificate description.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.CertificateSHA1 String Maximum of 1024 characters and can be a null value String containing the certificate SHA1 thumbprint
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.SignatureType Enum None, Pklite, Verisign The PDF signature type
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.URLForeground Integer 0 to Int32.MaxValue The color for the URL background.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.URLForeground Integer 0 to Int32.MaxValue The color for the URL foreground.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.URLForegroundDef Boolean N/A

Specifies whether to use the default foreground color for the URL.

True to use the default foreground color for the URL; false otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.URLUnderline Boolean N/A

Specifies whether the URLS will be underlined.

True to underline URLS; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.UseMRC Enum No, Minimum, Good, Lossless The PDF MRC type for the output PDF file
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.PdfWithImageSubstitutes.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.NeedTaggedInfo Boolean N/A

Specifies whether to create a tagged PDF file.

True to create a tagged PDF file; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.PDFThumbnail Boolean N/A

Specifies whether to create thumbnails.

True to create thumbnails; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.PDFForms Boolean N/A

Specifies whether to display the form layer.

True to display the form layer; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.ShowBackgroundImage Boolean N/A

Specifies whether to display the background image layer.

True to display the background image layer; false, otherwise.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.ShowText Boolean N/A

Specifies whether to display the text.

True to display the text; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.URLBackgroundDef Boolean N/A

Specifies whether to display the default background color for any URLs.

True to display the default background color for any URLs; otherwise it is false.

SaveDocument.DocumentFormat.PdfWithImageSubstitutes.URLHighlight Boolean N/A

Specifies whether to highlight URLs.

True to highlight URLs; otherwise it is false.

End:SaveDocument.DocumentFormat.PdfWithImageSubstitutes EndCategory N/A End of the PDF With Image Substitutes output format options category
SaveDocument.DocumentFormat.Rtf BeginCategory N/A Beginning of the RTF output format options category
SaveDocument.DocumentFormat.Rtf.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.Rtf.CharColors Boolean N/A

Specifies whether the colors of the characters should be kept.

True to keep the font colors of characters; false, otherwise.

SaveDocument.DocumentFormat.Rtf.CharScaling Boolean N/A

Specifies whether to keep character scaling.

True to keep character scaling; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.CharSpacing Boolean N/A

Specifies whether to keep character spacing.

True to keep character spacing; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.ColumnBreaks Boolean N/A

Specifies whether to keep column breaks.

True to keep column breaks; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.ConsolidatePages Boolean N/A

Specifies whether to consolidate pages.

True to consolidate pages; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.DocAuthor String Maximum of 1024 characters and can be a null value String containing the author of the document
SaveDocument.DocumentFormat.Rtf.DocCategory String Maximum of 1024 characters and can be a null value String containing the category of the document
SaveDocument.DocumentFormat.Rtf.DocComments String Maximum of 1024 characters and can be a null value String containing the comments for the document
SaveDocument.DocumentFormat.Rtf.DocCompany String Maximum of 1024 characters and can be a null value String containing the company name of the document
SaveDocument.DocumentFormat.Rtf.DocKeywords String Maximum of 1024 characters and can be a null value String containing the keywords for the document
SaveDocument.DocumentFormat.Rtf.DocManager String Maximum of 1024 characters and can be a null value String containing the name of the manager of the document
SaveDocument.DocumentFormat.Rtf.DocSubject String Maximum of 1024 characters and can be a null value String containing the subject of the document.
SaveDocument.DocumentFormat.Rtf.DocTitle String Maximum of 1024 characters and can be a null value String containing the title of the document
SaveDocument.DocumentFormat.Rtf.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.FieldCodes Boolean N/A

Specifies whether to retain field codes.

True to retain field codes; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.Rtf.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.OutputMode Enum Auto, NoFormat, RetainFontAndParagraph, TruePage, FlowingPage, SpreadSheet

Levels of the format retention for the final output document.

Auto: Automatic format level.

NoFormat; All formatting information is ignored and replaced by default values.

RetainFontAndParagraph: Formatting information about fonts and paragraphs is retained, but the layout related information is ignored.

TruePage: Keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures and tables on the page with boxes, frames or other target application specific methods.

FlowingPage: Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary.

SpreadSheet: Exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet.

SaveDocument.DocumentFormat.Rtf.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.PageColor Boolean N/A

Specifies whether to retain the page background color or use the default.

True to retain the page background color; false to use the default color.

SaveDocument.DocumentFormat.Rtf.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.Rtf.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.Styles Boolean N/A

Specifies whether to retain styles.

true to retain styles; otherwise it is false.

SaveDocument.DocumentFormat.Rtf.Tables Enum None, Retain, Tabbed, Spaces Specifies the table settings
SaveDocument.DocumentFormat.Rtf.Tabs Boolean N/A

Specifies whether to retain the original tab positions or to use the defaults.

True to retain the original tab positions; false to use the defaults.

SaveDocument.DocumentFormat.Rtf.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

End:SaveDocument.DocumentFormat.Rtf EndCategory N/A End of the RTF output format options category
SaveDocument.DocumentFormat.Word2000 BeginCategory N/A Beginning of the Word 2000 output format options category
SaveDocument.DocumentFormat.Word2000.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.Word2000.CharColors Boolean N/A

Specifies whether the colors of the characters should be kept.

True to keep the font colors of characters; false, otherwise.

SaveDocument.DocumentFormat.Word2000.CharScaling Boolean N/A

Specifies whether to keep character scaling.

True to keep character scaling; otherwise it is false.

SaveDocument.DocumentFormat.Word2000.CharSpacing Boolean N/A

Specifies whether to keep character spacing.

True to keep character spacing. false; otherwise.

SaveDocument.DocumentFormat.Word2000.ColumnBreaks Boolean N/A Specifies whether to keep column breaks. Possible values are: true: Keep column breaks. false: Do not keep column breaks.
SaveDocument.DocumentFormat.Word2000.ConsolidatePages Boolean N/A Specifies whether to consolidate pages. Possible values are: true: Consolidate pages. false: Do not consolidate pages.
SaveDocument.DocumentFormat.Word2000.DocAuthor String Maximum of 1024 characters and can be a null value String containing the author of the document
SaveDocument.DocumentFormat.Word2000.DocCategory String Maximum of 1024 characters and can be a null value String containing the category of the document
SaveDocument.DocumentFormat.Word2000.DocComments String Maximum of 1024 characters and can be a null value String containing the comments for the document
SaveDocument.DocumentFormat.Word2000.DocCompany String Maximum of 1024 characters and can be a null value String containing the company name of the document
SaveDocument.DocumentFormat.Word2000.DocKeywords String Maximum of 1024 characters and can be a null value String containing the keywords for the document
SaveDocument.DocumentFormat.Word2000.DocManager String Maximum of 1024 characters and can be a null value String containing the name of the manager of the document
SaveDocument.DocumentFormat.Word2000.DocSubject String Maximum of 1024 characters and can be a null value String containing the subject of the document.
SaveDocument.DocumentFormat.Word2000.DocTitle String Maximum of 1024 characters and can be a null value String containing the title of the document
SaveDocument.DocumentFormat.Word2000.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.Word2000.FieldCodes Boolean N/A Specifies whether to retain field codes. Possible values are: true: Retain field codes. false: Do not retain field codes.
SaveDocument.DocumentFormat.Word2000.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.Word2000.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.Word2000.OutputMode Enum Auto, NoFormat, RetainFontAndParagraph, TruePage, FlowingPage, SpreadSheet

Levels of the format retention for the final output document.

Auto: Automatic format level.

NoFormat; All formatting information is ignored and replaced by default values.

RetainFontAndParagraph: Formatting information about fonts and paragraphs is retained, but the layout related information is ignored.

TruePage: Keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures and tables on the page with boxes, frames or other target application specific methods.

FlowingPage: Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary.

SpreadSheet: Exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet.

SaveDocument.DocumentFormat.Word2000.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.Word2000.PageColor Boolean N/A Specifies whether to retain the page background color or use the default. true to retain the page background color; false to use the default color.
SaveDocument.DocumentFormat.Word2000.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.Word2000.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.Word2000.Styles Boolean N/A

Specifies whether to retain styles.

true to retain styles; otherwise it is false.

SaveDocument.DocumentFormat.Word2000.Tables Enum None, Retain, Tabbed, Spaces Specifies the table settings
SaveDocument.DocumentFormat.Word2000.Tabs Boolean N/A

Specifies whether to retain the original tab positions or to use the defaults.

True to retain the original tab positions; false to use the defaults.

SaveDocument.DocumentFormat.Word2000.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

End:SaveDocument.DocumentFormat.Word2000 EndCategory N/A End of the Word 2000 output format options category
SaveDocument.DocumentFormat.Word97 BeginCategory N/A Beginning of the Word 97 output format options category
SaveDocument.DocumentFormat.Word97.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.Word97.CharColors Boolean N/A

Specifies whether the colors of the characters should be kept.

True to keep the font colors of characters; false, otherwise.

SaveDocument.DocumentFormat.Word97.CharScaling Boolean N/A

Specifies whether to keep character scaling.

True to keep character scaling; otherwise it is false.

SaveDocument.DocumentFormat.Word97.CharSpacing Boolean N/A

Specifies whether to keep character spacing.

True to keep character spacing. false; otherwise.

SaveDocument.DocumentFormat.Word97.ColumnBreaks Boolean N/A Specifies whether to keep column breaks. Possible values are: true: Keep column breaks. false: Do not keep column breaks.
SaveDocument.DocumentFormat.Word97.ConsolidatePages Boolean N/A Specifies whether to consolidate pages. Possible values are: true: Consolidate pages. false: Do not consolidate pages.
SaveDocument.DocumentFormat.Word97.DocAuthor String Maximum of 1024 characters and can be a null value String containing the author of the document
SaveDocument.DocumentFormat.Word97.DocCategory String Maximum of 1024 characters and can be a null value String containing the category of the document
SaveDocument.DocumentFormat.Word97.DocComments String Maximum of 1024 characters and can be a null value String containing the comments for the document
SaveDocument.DocumentFormat.Word97.DocCompany String Maximum of 1024 characters and can be a null value String containing the company name of the document
SaveDocument.DocumentFormat.Word97.DocKeywords String Maximum of 1024 characters and can be a null value String containing the keywords for the document
SaveDocument.DocumentFormat.Word97.DocManager String Maximum of 1024 characters and can be a null value String containing the name of the manager of the document
SaveDocument.DocumentFormat.Word97.DocSubject String Maximum of 1024 characters and can be a null value String containing the subject of the document.
SaveDocument.DocumentFormat.Word97.DocTitle String Maximum of 1024 characters and can be a null value String containing the title of the document
SaveDocument.DocumentFormat.Word97.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.Word97.FieldCodes Boolean N/A

Specifies whether to retain field codes.

True to retain field codes; otherwise it is false.

SaveDocument.DocumentFormat.Word97.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.Word97.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.Word97.OutputMode Enum Auto, NoFormat, RetainFontAndParagraph, TruePage, FlowingPage, SpreadSheet

Levels of the format retention for the final output document.

Auto: Automatic format level.

NoFormat; All formatting information is ignored and replaced by default values.

RetainFontAndParagraph: Formatting information about fonts and paragraphs is retained, but the layout related information is ignored.

TruePage: Keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures and tables on the page with boxes, frames or other target application specific methods.

FlowingPage: Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary.

SpreadSheet: Exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet.

SaveDocument.DocumentFormat.Word97.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.Word97.PageColor Boolean N/A Specifies whether to retain the page background color or use the default. true to retain the page background color; false to use the default color.
SaveDocument.DocumentFormat.Word97.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.Word97.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.Word97.Styles Boolean N/A

Specifies whether to retain styles.

true to retain styles; otherwise it is false.

SaveDocument.DocumentFormat.Word97.Tables Enum None, Retain, Tabbed, Spaces Specifies the table settings
SaveDocument.DocumentFormat.Word97.Tabs Boolean N/A

Specifies whether to retain the original tab positions or to use the defaults.

True to retain the original tab positions; false to see the default tab positions.

SaveDocument.DocumentFormat.Word97.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

End:SaveDocument.DocumentFormat.Word97 EndCategory N/A End of the Word 97 output format options category
SaveDocument.DocumentFormat.WordML BeginCategory N/A Beginning of the WordML output format options category
SaveDocument.DocumentFormat.WordML.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.WordML.CharColors Boolean N/A

Specifies whether the colors of the characters should be kept.

True to keep the font colors of characters; false, otherwise.

SaveDocument.DocumentFormat.WordML.CharScaling Boolean N/A

Specifies whether to keep character scaling.

True to keep character scaling; otherwise it is false.

SaveDocument.DocumentFormat.WordML.CharSpacing Boolean N/A

Specifies whether to keep character spacing.

Possible values are: true: Keep character spacing. false: Do not keep character spacing.

SaveDocument.DocumentFormat.WordML.ColumnBreaks Boolean N/A Specifies whether to keep column breaks. Possible values are: true: Keep column breaks. false: Do not keep column breaks.
SaveDocument.DocumentFormat.WordML.ConsolidatePages Boolean N/A Specifies whether to consolidate pages. Possible values are: true: Consolidate pages. false: Do not consolidate pages.
SaveDocument.DocumentFormat.WordML.DocAuthor String Maximum of 1024 characters and can be a null value String containing the author of the document
SaveDocument.DocumentFormat.WordML.DocCategory String Maximum of 1024 characters and can be a null value String containing the category of the document
SaveDocument.DocumentFormat.WordML.DocComments String Maximum of 1024 characters and can be a null value String containing the comments for the document
SaveDocument.DocumentFormat.WordML.DocCompany String Maximum of 1024 characters and can be a null value String containing the company name of the document
SaveDocument.DocumentFormat.WordML.DocKeywords String Maximum of 1024 characters and can be a null value String containing the keywords for the document
SaveDocument.DocumentFormat.WordML.DocManager String Maximum of 1024 characters and can be a null value String containing the name of the manager of the document
SaveDocument.DocumentFormat.WordML.DocSubject String Maximum of 1024 characters and can be a null value String containing the subject of the document.
SaveDocument.DocumentFormat.WordML.DocTitle String Maximum of 1024 characters and can be a null value String containing the title of the document
SaveDocument.DocumentFormat.WordML.DropCaps Boolean N/A

Specifies whether to retain drop caps.

True to retain drop caps; otherwise it is false.

SaveDocument.DocumentFormat.WordML.FieldCodes Boolean N/A

Specifies whether to retain field codes.

True to retain field codes; otherwise it is false.

SaveDocument.DocumentFormat.WordML.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.WordML.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.WordML.OutputMode Enum Auto, NoFormat, RetainFontAndParagraph, TruePage, FlowingPage, SpreadSheet

Levels of the format retention for the final output document.

Auto: Automatic format level.

NoFormat; All formatting information is ignored and replaced by default values.

RetainFontAndParagraph: Formatting information about fonts and paragraphs is retained, but the layout related information is ignored.

TruePage: Keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures and tables on the page with boxes, frames or other target application specific methods.

FlowingPage: Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary.

SpreadSheet: Exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet.

SaveDocument.DocumentFormat.WordML.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.WordML.PageColor Boolean N/A

Specifies whether to retain the page background color or use the default.

True to retain the page background color; false to use the default color.

SaveDocument.DocumentFormat.WordML.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.WordML.RuleLines Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.WordML.Styles Boolean N/A

Specifies whether to retain styles.

true to retain styles; otherwise it is false.

SaveDocument.DocumentFormat.WordML.Tables Enum None, Retain, Tabbed, Spaces Specifies the table settings
SaveDocument.DocumentFormat.WordML.Tabs Boolean N/A

Specifies whether to retain the original tab positions or to use the defaults.

True to retain the original tab positions; false to use the defaults.

SaveDocument.DocumentFormat.WordML.Crossrefs Boolean N/A

Specifies whether to keep cross-references.

True to keep cross-references; false otherwise.

End:SaveDocument.DocumentFormat.WordML EndCategory N/A End of the WordML output format options category
SaveDocument.DocumentFormat.AsciiTextFormatted BeginCategory N/A Beginning of the Ascii Text Formatted output format options category
SaveDocument.DocumentFormat.AsciiTextFormatted.Append Boolean N/A

Enables or disables whether text will be appended.

True to append text; otherwise it is false.

SaveDocument.DocumentFormat.AsciiTextFormatted.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.AsciiTextFormatted.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.AsciiTextFormatted.LineBreak String Maximum of 1024 characters and can be a null value String containing the characters to use when inserting Line breaks.
SaveDocument.DocumentFormat.AsciiTextFormatted.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.AsciiTextFormatted.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.AsciiTextFormatted.PageMargins Boolean N/A

Specifies whether to retain page margins or use default margins.

True to retain page margins; otherwise it is false.

End:SaveDocument.DocumentFormat.AsciiTextFormatted EndCategory N/A End of the Ascii Text Formatted output format options category
SaveDocument.DocumentFormat.UnicodeTextFormatted BeginCategory N/A Beginning of the Unicode Text Formatted output format options category
SaveDocument.DocumentFormat.UnicodeTextFormatted.Append Boolean N/A

Enables or disables whether text will be appended.

True to append text; otherwise it is false.

SaveDocument.DocumentFormat.UnicodeTextFormatted.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.UnicodeTextFormatted.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.UnicodeTextFormatted.IntelUnicodeByteOrder Boolean N/A

Enables or disables switching between big-endian and little-endian byte order.

True to enable switching between big endian and little endian byte order; false to disable switching between big endian and little endian byte order.

SaveDocument.DocumentFormat.UnicodeTextFormatted.LineBreak String Maximum of 1024 characters and can be a null value String containing the characters to use when inserting Line breaks.
SaveDocument.DocumentFormat.UnicodeTextFormatted.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.UnicodeTextFormatted.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.UnicodeTextFormatted.PageMargins Boolean N/A Specifies whether to retain page margins or use default margins. Possible values are: true: Retain page margins. false: Use default margins.
End:SaveDocument.DocumentFormat.UnicodeTextFormatted EndCategory N/A End of the Unicode Text Formatted output format options category
SaveDocument.DocumentFormat.AsciiText BeginCategory N/A Beginning of the Ascii Text output format options category
SaveDocument.DocumentFormat.AsciiText.Append Boolean N/A

Enables or disables whether text will be appended.

True to append text; otherwise it is false.

SaveDocument.DocumentFormat.AsciiText.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.AsciiText.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.AsciiText.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.AsciiText.ConvertTabs Boolean N/A

Specifies whether to convert tabs.

True to convert tabs; otherwise it is false.

SaveDocument.DocumentFormat.AsciiText.LineBreak String Maximum of 1024 characters and can be a null value String containing the characters to use when inserting Line breaks.
SaveDocument.DocumentFormat.AsciiText.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.AsciiText.PageBreak String Maximum of 1024 characters and can be a null value String containing the characters that are used for page breaks.
SaveDocument.DocumentFormat.AsciiText.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

End:SaveDocument.DocumentFormat.AsciiText EndCategory N/A End of the Ascii Text output format options category
SaveDocument.DocumentFormat.UnicodeText BeginCategory N/A Beginning of the Unicode Text output format options category
SaveDocument.DocumentFormat.UnicodeText.Append Boolean N/A

Enables or disables whether text will be appended.

True to append text; otherwise it is false.

SaveDocument.DocumentFormat.UnicodeText.AppendFrom String Maximum of 1024 characters and can be a null value String containing the output to be appended to this file
SaveDocument.DocumentFormat.UnicodeText.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.UnicodeText.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.UnicodeText.ConvertTabs Boolean N/A

Specifies whether to convert tabs.

True to convert tabs; otherwise it is false.

SaveDocument.DocumentFormat.UnicodeText.IntelUnicodeByteOrder Boolean N/A

Enables or disables switching between big-endian and little-endian byte order.

True to enable switching between big endian and little endian byte order; false to disable switching between big endian and little endian byte order.

SaveDocument.DocumentFormat.UnicodeText.LineBreak String Maximum of 1024 characters and can be a null value String containing the characters to use when inserting Line breaks.
SaveDocument.DocumentFormat.UnicodeText.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks, otherwise it is false.

SaveDocument.DocumentFormat.UnicodeText.PageBreak String Maximum of 1024 characters and can be a null value String containing the characters that are used for page breaks.
SaveDocument.DocumentFormat.UnicodeText.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

End:SaveDocument.DocumentFormat.UnicodeText EndCategory N/A End of the Unicode Text output format options category
SaveDocument.DocumentFormat.RtfWordPad BeginCategory N/A Beginning of the RTF Word Pad output format options category
SaveDocument.DocumentFormat.RtfWordPad.Bullets Boolean N/A Specifies whether to display bullets. true to display bullets; otherwise it is false.
SaveDocument.DocumentFormat.RtfWordPad.CharColors Boolean N/A

Specifies whether the colors of the characters should be kept.

True to keep the font colors of characters; false, otherwise.

SaveDocument.DocumentFormat.RtfWordPad.HeadersFooters Enum None, Auto, Boxes, TabbedBox, Tabbed, Convert

Specifies the header and footer settings for the document

None: Ignore headers and footers.

Auto: Auto format Boxes: In boxes.

TabbedBox: Headers and footers placed in boxes.

Tabbed: Headers and footers in tabbed plain text.

Convert: Convert to ordinary text

SaveDocument.DocumentFormat.RtfWordPad.LineBreaks Boolean N/A

Specifies whether to insert line breaks.

True to insert line breaks; otherwise it is false.

SaveDocument.DocumentFormat.RtfWordPad.OutputMode Enum Auto, NoFormat, RetainFontAndParagraph, TruePage, FlowingPage, SpreadSheet

Levels of the format retention for the final output document.

Auto: Automatic format level.

NoFormat; All formatting information is ignored and replaced by default values.

RetainFontAndParagraph: Formatting information about fonts and paragraphs is retained, but the layout related information is ignored.

TruePage: Keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures and tables on the page with boxes, frames or other target application specific methods.

FlowingPage: Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary.

SpreadSheet: Exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet.

SaveDocument.DocumentFormat.RtfWordPad.PageBreaks Boolean N/A

Specifies whether to use page breaks.

True to use page breaks; otherwise it is false.

SaveDocument.DocumentFormat.RtfWordPad.Pictures Enum None, Original, 72, 100, 150, 200, 300

Specifies the DPI setting

None: None.

Original: use original X/Y resolution.

72: Both X and Y resolution are 72 DPI.

100: Both X and Y resolution are 100 DPI.

150: Both X and Y resolution are 150 DPI.

200: Both X and Y resolution are 200 DPI.

300: Both X and Y resolution are 300 DPI

SaveDocument.DocumentFormat.RtfWordPad.Tables Enum None, Retain, Tabbed, Spaces Specifies the table settings
SaveDocument.DocumentFormat.RtfWordPad.Tabs Boolean N/A

Specifies whether to retain the original tab positions or to use the defaults.

True to retain the original tab positions; false to use the default tab positions.

End:SaveDocument.DocumentFormat.RtfWordPad EndCategory N/A End of the RTF Word Pad output format options category
End:SaveDocument.DocumentFormat EndCategory N/A End of the document format save options category
End:SaveDocument EndCategory N/A End of the save document settings category

The following table lists all the output formats and shows which format levels are supported by each of them (related to SaveDocument.FormatLevel engine setting):

NoFormat RetainFontAndParagraph SpreadSheet TruePage FlowingPage
HTML 3.2 YES YES YES NO NO
HTML 4.0 YES YES NO YES NO
InfoPath NO NO NO YES NO
Microsoft Excel 97, 2000, 2007 YES YES YES NO NO
Microsoft Word 97, 2000, 2007, WordML YES YES NO YES YES
RTF Word 2000 YES YES NO YES YES
RTF for WordPad YES YES NO NO NO
Text YES NO NO NO NO
Text formatted NO NO NO YES NO
Unicode Text YES NO NO NO NO
Unicode Text formatted NO NO NO YES NO

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.