Description
Captures an image of the workspace at the native resolution, scales it using the specified parameters, and then saves it.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
saveAsType
|
|
Description:
|
The type of image you wish to save.
|
Valid Values:
|
Value
|
Label
|
"BMP"
|
BMP
|
"GIF"
|
GIF
|
"JPEG"
|
JPEG
|
"PNG"
|
PNG
|
"TIFF"
|
TIFF
|
"EMF"
|
EMF
|
"PDF"
|
PDF
|
|
filename
|
|
Description:
|
The file to which the Workspace image will be saved.
|
scaleDimension
|
|
Description:
|
Determines whether width or height will be scaled to the specified size.
|
Valid Values:
|
Value
|
Label
|
0
|
Width
|
1
|
Height
|
|
scaledSize
|
|
Description:
|
The final size of the scaled dimension.
|
Units:
|
pixel
|
Valid Range:
|
scaledSize > 0
|
Syntax
OutputLayout.SaveWorkspaceImage(myString1, myString2, myVariable1, myVariable2);
|
See also
OutputLayoutManager Object
OutputLayoutManager.SaveWorkspaceImage
Output Layout Control Guide
|