Jump to content

LabVIEW configuration file/Printing: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
New page: This is a list of LabVIEW ini File settings relating to Printing. == colorPrinting == Example: <code>pcolorPrinting=FALSE</code><br/> Description: Print in Color<br/> Datatype: <FONT COLO...
 
mNo edit summary
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This is a list of LabVIEW ini File settings relating to Printing.
This is a list of LabVIEW ini File settings relating to Printing. {{TOCright}}


== colorPrinting ==
{{ labviewconfigurationkey
Example: <code>pcolorPrinting=FALSE</code><br/>
| keyname = colorPrinting
Description: Print in Color<br/>
| example =colorPrinting=FALSE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Print in Color
Default Value: <code>TRUE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== marginB ==
{{ labviewconfigurationkey
Example: <code>marginB=1.25</code><br/>
| keyname = marginB
Description: Bottom margin<br/>
| example =marginB=1.25
Datatype: <FONT COLOR=#FF8000>Float</FONT><br/>
| datatype =f
Permitted Values: 0 to Unknown<br/>
| description =Bottom margin
Default Value: <code>0</code><br/>
| permitted_values =0 to Unknown
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| default =0
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code><br/>
| 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>
}}


== marginL ==
{{ labviewconfigurationkey
Example: <code>marginL=1.00</code><br/>
| keyname = marginL
Description: Left margin<br/>
| example =marginL=1.00
Datatype: <FONT COLOR=#FF8000>Float</FONT><br/>
| datatype =f
Permitted Values: 0 to Unknown<br/>
| description =Left margin
Default Value: <code>0</code><br/>
| permitted_values =0 to Unknown
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| default =0
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code><br/>
| 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>
}}


== marginR ==
{{ labviewconfigurationkey
Example: <code>marginR=2.25</code><br/>
| keyname = marginR
Description: Right margin<br/>
| example =marginR=2.25
Datatype: <FONT COLOR=#FF8000>Float</FONT><br/>
| datatype =f
Permitted Values: 0 to Unknown<br/>
| description =Right margin
Default Value: <code>0</code><br/>
| permitted_values =0 to Unknown
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| default =0
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code><br/>
| 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>
}}


== marginT ==
{{ labviewconfigurationkey
Example: <code>marginT=2.00</code><br/>
| keyname = marginT
Description: Top margin<br/>
| example =marginT=2.00
Datatype: <FONT COLOR=#FF8000>Float</FONT><br/>
| datatype =f
Permitted Values: 0 to Unknown<br/>
| description =Top margin
Default Value: <code>0</code><br/>
| permitted_values =0 to Unknown
LabVIEW Versions: 6.x, 7.x, 8.x<br/>
| default =0
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code><br/>
| 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
Example: <code>marginUnitInch=FALSE</code><br/>
| keyname = marginUnitInch
Description: Select inches (<code>TRUE</code>) or millimeters (<code>FALSE</code>) for margins<br/>
| example =marginUnitInch=FALSE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Select inches (<code>TRUE</code>) or millimeters (<code>FALSE</code>) for margins
Default Value: <code>TRUE</code> (inches)<br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: None<br/>
| LV2 = 6
| LV3 = 7
| LV4 = 8
| LV5 =
| LV6 =
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== postScriptLevel2 ==
{{ labviewconfigurationkey
Example: <code>postScriptLevel2=FALSE</code><br/>
| keyname = postScriptLevel2
Description: PostScript level 2 printing<br/>
| example =postScriptLevel2=FALSE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =PostScript level 2 printing
Default Value: <code>TRUE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =TRUE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== postScriptPrinting ==
{{ labviewconfigurationkey
Example: <code>postScriptPrinting=TRUE</code><br/>
| keyname = postScriptPrinting
Description: PostScript printing<br/>
| example =postScriptPrinting=TRUE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =PostScript printing
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== printerDithering ==
{{ labviewconfigurationkey
Example: <code>printerDithering=TRUE</code><br/>
| keyname = printerDithering
Description: Permit printer dithering<br/>
| example =printerDithering=TRUE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description = Permit printer dithering
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]]<br/>
| LV1 = 3
Notes: None<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== printUsingBitmap ==
{{ labviewconfigurationkey
Example: <code>printUsingBitmap=TRUE</code><br/>
| keyname = printUsingBitmap
Description: Bitmap printing<br/>
| example =printUsingBitmap=TRUE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Bitmap printing
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 3
Notes: None<br/>
| LV2 = 4
| LV3 = 5
| LV4 = 6
| LV5 = 7
| LV6 = 8
| OS1 =w
| OS2 =m
| OS3 =l
| OS4 =u
| notes =None
}}


== useMargins ==
{{ labviewconfigurationkey
Example: <code>useMargins=TRUE</code><br/>
| keyname = useMargins
Description: Use the margins defined in the .\labview.ini file<br/>
| example =useMargins=TRUE
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
| datatype =b
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
| description =Use the margins defined in this config file
Default Value: <code>FALSE</code><br/>
| permitted_values =TRUE or FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x<br/>
| default =FALSE
OS's Supported: [[Image:logo.Windows.png]][[Image:logo.Mac.png]][[Image:logo.Linux.png]][[Image:logo.Sun.png]]<br/>
| LV1 = 5
Notes: When this setting is <code>TRUE</code>, LabVIEW uses the margins defined by [[#marginB|marginB]], [[#marginL|marginL]], [[#marginR|marginR]], and [[#marginT|marginT]] in the .\labview.ini file<br/>
| 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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes When this setting is TRUE, LabVIEW uses the margins defined by marginB, marginL, marginR, and marginT