Jump to content

LabVIEW configuration file/Printing: Difference between revisions

From LabVIEW Wiki
No edit summary
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{LabVIEW configuration back}}
This is a list of LabVIEW ini File settings relating to Printing. {{TOCright}}
[[Category:Development Environment]]
This is a list of LabVIEW ini File settings relating to Printing.


{{ labviewconfigurationkey
{{ labviewconfigurationkey
Line 21: Line 19:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = marginB
| keyname = marginB
Line 40: Line 39:
| OS4 =u
| OS4 =u
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = marginL
| keyname = marginL
Line 59: Line 59:
| OS4 =u
| OS4 =u
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = marginR
| keyname = marginR
Line 78: Line 79:
| OS4 =u
| OS4 =u
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = marginT
| keyname = marginT
Line 97: Line 99:
| OS4 =u
| OS4 =u
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
| notes =This setting is only effective if [[#useMargins|useMargins]] is set to <code>TRUE</code>
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = marginUnitInch
| keyname = marginUnitInch
Line 116: Line 119:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = postScriptLevel2
| keyname = postScriptLevel2
Line 135: Line 139:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = postScriptPrinting
| keyname = postScriptPrinting
Line 154: Line 159:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = printerDithering
| keyname = printerDithering
Line 173: Line 179:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = printUsingBitmap
| keyname = printUsingBitmap
Line 192: Line 199:
| OS4 =u
| OS4 =u
| notes =None
| notes =None
}}
}}  
 
{{ labviewconfigurationkey
{{ labviewconfigurationkey
| keyname = useMargins
| keyname = useMargins
Line 212: Line 220:
| notes =When this setting is <code>TRUE</code>, LabVIEW uses the margins defined by [[#marginB|marginB]], [[#marginL|marginL]], [[#marginR|marginR]], and [[#marginT|marginT]]
| 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