Note
This is general section, that applies to all Tessel Software Line programs that uses INI
file.
For internal use only. Parameters for library TSLRVC.
- AutoSelectingSingleFile
Binary value; when set to 1, the single image file is automatically selected for editing immediately after opening.
- BRAOpenOptions
Decimal (without prefix) or hexadecimal (prefixed with 0x) number. Used for control of document attribute files. Zero or sum of some of the following values:
0x0200 - read document attributes from its RLD file (can be used for backward compatibility);
0x0800 - read document attributes from TAF file;
0x1000 - do not save document attributes to RLD file;
0x2000 - do not save document attributes to TAF file;
For example, setting this parameter to 0x1A00 (which is a sum of 0x1000, 0x0800 and 0x0200) means: “read and write TAF file; read RLD file”. This is the default SuperEdit behavior.
- ClipboardCopyHeight
Height of the document copy in inches for the Copy command.
- ClipboardCopySpecHeight
Height of the document copy in inches for the
Copy Special
andCopy Special To...
commands.- ClipboardCopySpecWidth
Width of the document copy in inches for the
Copy Special
andCopy Special To...
commands.- ClipboardCopySpecXRes
Horizontal resolution of the document copy for the
Copy Special
andCopy Special To...
commands.- ClipboardCopySpecYRes
Vertical resolution of the document copy for the
Copy Special
andCopy Special To...
commands.- ClipboardCopyWidth
Width of the document copy in inches for the Copy command.
- ClipboardCopyXRes
Horizontal resolution of the document copy for the Copy command.
- ClipboardCopyYRes
Vertical resolution of the document copy for the Copy command.
- ConvertToOneFile
Binary value; setting it to 0 disables creation of the multi-page destination file while converting multiple input files.
- CopyBitmap
Copying data in the Device Dependent Bitmap format to the Clipboard.
- CopyDIBitmap
Copying data in the Device Independent Bitmap format to the Clipboard.
- CopyEmbeded
Binary value; copying data in the embedded object format to the Clipboard.
- CopyLink
Copying data in the link to a linked object format to the Clipboard.
- CopyMetafile
Copying data in the MS Windows system metafile format to the Clipboard.
- CrosshairVisible
Binary value; setting it to 1 causes SuperEdit to display crosshair at the current cursor position.
- DecPrecision
The option sets the floating-point numbers precision to be used in SuperEdit dialogs.
- DefaultVportsOverlapMode
Possible values:
0
- overlapping parts of viewports will be painted and printed with white solid brush,1
- overlapping parts are defined by most top defined viewport and only this viewport should be visible.
- DefBmpExt
Bitmap format may have DIB or BMP extension. When the user converts a raster file to the format, the default extension is chosen.
- DefCalsExt
CALS format may have GP4, CG4 or MIL extension. When the user converts a raster file to the format, the default extension is chosen.
- DefRasterUnits
Decimal value; defines default units for new raster drawings.
- DefTCDUnits
Decimal value; defines default units for new TCD documents.
- DefVectorUnits
Decimal value; defines default units for new vector drawings.
- DefVidarExt
Vidar format may have VID or VIM extension. When the user converts a raster file to the format, the default extension is chosen.
- DefXRes
Default raster image horizontal resolution.
- DefYRes
Default raster image vertical resolution.
- DelayedClipboardRendering
Binary value; immediate or delayed data rendering for data transfer through the Clipboard.
- DitherMode
If this option is checked, SuperEdit uses dithering to improve image colors mapping.
- LastSaveDir
Path name to the disk directory of the most recently open file.
- LastSaveFilter
File format code number of the most recently open file (this parameter must not be changed).
- LastSaveSubFormat
File compression mode code number of the most recently open file (this parameter must not be changed).
- MaximizeApplication
Binary value; setting it to 1 causes SuperEdit to cover the full screen when opened.
- MaximizeView
Binary value; setting it to 1 causes the open document window to cover the whole SuperEdit main window when opened.
- MaxUndoSteps
Decimal value; defines how many undo steps are allowed.
- PrintBitmapHeight
This parameters controls maximum height of "tile" used to create printouts.
If the resulting printout will exceed given value in pixels, hole image it will be divided into smaller tiles.
Value "
1024
" is suggested for use to ensure proper displaying images on Mobile devices.PrintBitmapHeight=1024
- PrintBitmapWidth
This parameters controls maximum width of "tile" used to create printouts.
If the resulting printout will exceed given value in pixels, hole image it will be divided into smaller tiles.
Value "
1024
" is suggested for use to ensure proper displaying images on Mobile devices.PrintBitmapWidth=1024
- PrintToFileWithMargins
This parameter is responsible for printing with or without margin in Print-outs to files (like
PDF
orPNG
).Possible values:
0
- prints without margins,1
- prints with margins.
Default value is
1
and it's recomended value, especially for printouts from HyperDoc Online.- ShowTwainInterface
Binary value; activates a scanner interface.
- TCDSaveMode
Binary value; defines how the
SaveAs
command works:0 - only the TCD file is saved;
1 - subdocuments are copied while saving the TCD file.
- TempDir
Path name to the disk directory where temporary files will be created.
- UseFullViewCache
Binary value; "0" blocks creation and usage of bitmap map for hole document(see description for Regenerate command);
- ViewBitmapHeight
View bitmap height in pixels.
- ViewBitmapWidth
View bitmap width in pixels.