ClearImage COM Server
AutoCrop Method
See Also  Example  Send Feedback
NewLeftMargin
NewTopMargin
NewRightMargin
NewBottomMargin
CiRepair Object : AutoCrop Method

Description

Set image margins

Syntax

Visual Basic
Public Sub AutoCrop( _
   ByVal NewLeftMargin As Long, _
   ByVal NewTopMargin As Long, _
   ByVal NewRightMargin As Long, _
   ByVal NewBottomMargin As Long _
) 

Parameters

NewLeftMargin
NewTopMargin
NewRightMargin
NewBottomMargin

Remarks

Size of image is changed.

Example

VB Example (Visual Basic)Copy Code
Public Sub T_AutoCrop(ByRef Rep As CiRepair)
  Rep.AutoCrop 50, 50, 50, 50
End Sub

See Also

© 1992-2011. Inlite Research, Inc. All Rights Reserved.