OutputLayoutManager.SaveWorkspaceImage(String, String) Method

Top 

Description

Saves an image of the workspace at the native resolution.

 

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

OutputLayoutManager.SaveWorkspaceImage(

String saveAsType,


String filename)

 

 

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.

 

 

 

Syntax

OutputLayout.SaveWorkspaceImage(myString1, myString2);

 

 

See also

OutputLayoutManager Object

OutputLayoutManager.SaveWorkspaceImage

Output Layout Control Guide