LabVIEW configuration file/Printing: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
This is a list of LabVIEW ini File settings relating to Printing. {{TOCright}} | |||
This is a list of LabVIEW ini File settings relating to Printing. | |||
== colorPrinting == | {{ labviewconfigurationkey | ||
| keyname = colorPrinting | |||
| example =colorPrinting=FALSE | |||
| datatype =b | |||
| description =Print in Color | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = marginB | |||
| example =marginB=1.25 | |||
| datatype =f | |||
| description =Bottom margin | |||
| permitted_values =0 to Unknown | |||
| default =0 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code> | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = marginL | |||
| example =marginL=1.00 | |||
| datatype =f | |||
| description =Left margin | |||
| permitted_values =0 to Unknown | |||
| default =0 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code> | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = marginR | |||
| example =marginR=2.25 | |||
| datatype =f | |||
| description =Right margin | |||
| permitted_values =0 to Unknown | |||
| default =0 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code> | |||
}} | |||
{{ labviewconfigurationkey | |||
| keyname = marginT | |||
| example =marginT=2.00 | |||
| datatype =f | |||
| description =Top margin | |||
| permitted_values =0 to Unknown | |||
| default =0 | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code> | |||
}} | |||
== marginUnitInch == | {{ labviewconfigurationkey | ||
| keyname = marginUnitInch | |||
| example =marginUnitInch=FALSE | |||
| datatype =b | |||
| description =Select inches (<code>TRUE</code>) or millimeters (<code>FALSE</code>) for margins | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== postScriptLevel2 == | {{ labviewconfigurationkey | ||
| keyname = postScriptLevel2 | |||
| example =postScriptLevel2=FALSE | |||
| datatype =b | |||
| description =PostScript level 2 printing | |||
| permitted_values =TRUE or FALSE | |||
| default =TRUE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== postScriptPrinting == | {{ labviewconfigurationkey | ||
| keyname = postScriptPrinting | |||
| example =postScriptPrinting=TRUE | |||
| datatype =b | |||
| description =PostScript printing | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== printerDithering == | {{ labviewconfigurationkey | ||
| keyname = printerDithering | |||
| example =printerDithering=TRUE | |||
| datatype =b | |||
| description = Permit printer dithering | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== printUsingBitmap == | {{ labviewconfigurationkey | ||
| keyname = printUsingBitmap | |||
| example =printUsingBitmap=TRUE | |||
| datatype =b | |||
| description =Bitmap printing | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 3 | |||
| LV2 = 4 | |||
| LV3 = 5 | |||
| LV4 = 6 | |||
| LV5 = 7 | |||
| LV6 = 8 | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =None | |||
}} | |||
== useMargins == | {{ labviewconfigurationkey | ||
| keyname = useMargins | |||
| example =useMargins=TRUE | |||
| datatype =b | |||
| description =Use the margins defined in this config file | |||
| permitted_values =TRUE or FALSE | |||
| default =FALSE | |||
| LV1 = 5 | |||
| LV2 = 6 | |||
| LV3 = 7 | |||
| LV4 = 8 | |||
| LV5 = | |||
| LV6 = | |||
| OS1 =w | |||
| OS2 =m | |||
| OS3 =l | |||
| OS4 =u | |||
| notes =When this setting is <code>TRUE</code>, LabVIEW uses the margins defined by [[#marginB|marginB]], [[#marginL|marginL]], [[#marginR|marginR]], and [[#marginT|marginT]] | |||
}} | |||
[[Category:Configuration File|Printing]] |
Latest revision as of 19:02, 9 February 2009
This is a list of LabVIEW ini File settings relating to Printing.
colorPrinting
Example | colorPrinting=FALSE
|
---|---|
Description | Print in Color |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | TRUE |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
marginB
Example | marginB=1.25
|
---|---|
Description | Bottom margin |
Datatype | Float |
Permitted Values | 0 to Unknown |
Default Value | 0 |
LabVIEW Versions | |
OS's Supported | |
Notes | This setting is only effective if useMargins is set to TRUE
|
marginL
Example | marginL=1.00
|
---|---|
Description | Left margin |
Datatype | Float |
Permitted Values | 0 to Unknown |
Default Value | 0 |
LabVIEW Versions | |
OS's Supported | |
Notes | This setting is only effective if useMargins is set to TRUE
|
marginR
Example | marginR=2.25
|
---|---|
Description | Right margin |
Datatype | Float |
Permitted Values | 0 to Unknown |
Default Value | 0 |
LabVIEW Versions | |
OS's Supported | |
Notes | This setting is only effective if useMargins is set to TRUE
|
marginT
Example | marginT=2.00
|
---|---|
Description | Top margin |
Datatype | Float |
Permitted Values | 0 to Unknown |
Default Value | 0 |
LabVIEW Versions | |
OS's Supported | |
Notes | This setting is only effective if useMargins is set to TRUE
|
marginUnitInch
Example | marginUnitInch=FALSE
|
---|---|
Description | Select inches (TRUE ) or millimeters (FALSE ) for margins
|
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | TRUE |
LabVIEW Versions | |
OS's Supported | |
Notes | None |
postScriptLevel2
Example | postScriptLevel2=FALSE
|
---|---|
Description | PostScript level 2 printing |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | TRUE |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
postScriptPrinting
Example | postScriptPrinting=TRUE
|
---|---|
Description | PostScript printing |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
printerDithering
Example | printerDithering=TRUE
|
---|---|
Description | Permit printer dithering |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
printUsingBitmap
Example | printUsingBitmap=TRUE
|
---|---|
Description | Bitmap printing |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions |
3.x , 4.x , 5.x , 6.x , 7.x , 8.x |
OS's Supported | |
Notes | None |
useMargins
Example | useMargins=TRUE
|
---|---|
Description | Use the margins defined in this config file |
Datatype | Boolean |
Permitted Values | TRUE or FALSE |
Default Value | FALSE |
LabVIEW Versions | |
OS's Supported | |
Notes | When this setting is TRUE , LabVIEW uses the margins defined by marginB, marginL, marginR, and marginT
|