ClearImage COM Server Send comments on this topic.
AutoRegister Method
See Also  Example
NewLeftMargin
New left margin in pixels
NewTopMargin
New top margin in pixels

Description

Set top and left margins

Syntax

Visual Basic
Public Sub AutoRegister( _
   ByVal NewLeftMargin As Long, _
   ByVal NewTopMargin As Long _
) 

Parameters

NewLeftMargin
New left margin in pixels
NewTopMargin
New top margin in pixels

Remarks

Size of image is preserved.

Example

VB Example (Visual Basic)Copy Code
Public Sub T_AutoRegister(ByRef Rep As CiRepair)
  Rep.AutoRegister 100, 100
End Sub

See Also