Share

View.SaveAsBitmap Method

Parent Object: View

Description

Method that saves the view as a bitmap.

Syntax

View.SaveAsBitmap( FullFileName As String, Width As Long, Height As Long )

Parameters

Name Type Description
FullFileName String Input String value that specifies the full filename of the file to which to save the view.
Width Long Input Long that specifies the width of the view.
Height Long Input Long that specifies the height of the view.

Version

Introduced in version 6

Was this information helpful?