Jump to content

LabVIEW configuration file/Printing: Difference between revisions

From LabVIEW Wiki
Crelf (talk | contribs)
mNo edit summary
Tims (talk | contribs)
Line 5: Line 5:
Example: <code>pcolorPrinting=FALSE</code><br/>
Example: <code>pcolorPrinting=FALSE</code><br/>
Description: Print in Color<br/>
Description: Print in Color<br/>
Datatype: <FONT COLOR=#008000>Booelan</FONT><br/>
Datatype: <FONT COLOR=#008000>Boolean</FONT><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Permitted Values: <code>TRUE</code> or <code>FALSE</code><br/>
Default Value: <code>TRUE</code><br/>
Default Value: <code>TRUE</code><br/>

Revision as of 22:15, 7 May 2007

Template:LabVIEW configuration back This is a list of LabVIEW ini File settings relating to Printing.

colorPrinting

Example: pcolorPrinting=FALSE
Description: Print in Color
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

marginB

Example: marginB=1.25
Description: Bottom margin
Datatype: Float
Permitted Values: 0 to Unknown
Default Value: 0
LabVIEW Versions: 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: 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: 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: 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: Booelan
Permitted Values: TRUE or FALSE
Default Value: TRUE (inches)
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: Booelan
Permitted Values: TRUE or FALSE
Default Value: TRUE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

postScriptPrinting

Example: postScriptPrinting=TRUE
Description: PostScript printing
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

printerDithering

Example: printerDithering=TRUE
Description: Permit printer dithering
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

printUsingBitmap

Example: printUsingBitmap=TRUE
Description: Bitmap printing
Datatype: Booelan
Permitted Values: TRUE or FALSE
Default Value: FALSE
LabVIEW Versions: 5.x, 6.x, 7.x, 8.x
OS's Supported:
Notes: None

useMargins

Example: useMargins=TRUE
Description: Use the margins defined in the .\labview.ini file
Datatype: Booelan
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 in the .\labview.ini file