View.SaveAsBitmap Method
Parent Object: ViewDescription
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. |