ClearImage COM Server Send comments on this topic.
Create Method
See Also 
Width
Height

Description

Create a Bitonal image

Syntax

Visual Basic
Public Sub Create( _
   ByVal Width As Long, _
   ByVal Height As Long _
) 

Parameters

Width
Height

Remarks

This method generates an error if Image object is a zone.

Use CreateBpp to create an image object for color or grayscale

See Also