Keysight Pathwave 89600 VSA .NET API
SaveBitmap(String,BitmapType) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Printer Class > SaveBitmap Method : SaveBitmap(String,BitmapType) Method


fileName
The file name to which to save the image.
fileType
The desired image format.

Glossary Item Box

Save an image of the main window to the named file in the indicated format.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SaveBitmap( _
   ByVal fileName As String, _
   ByVal fileType As BitmapType _
) 
C# 
public abstract void SaveBitmap( 
   string fileName,
   BitmapType fileType
)
C++/CLI 
public:
abstract void SaveBitmap( 
   String^ fileName,
   BitmapType fileType
) 

Parameters

fileName
The file name to which to save the image.
fileType
The desired image format.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also