ClearImage COM API
pScaleType Property
CiTools Object : pScaleType Property
Description
Type of threshold applied to scaling down bi-tonal image
Property type
Read-write property
Syntax
Visual Basic
Public Property pScaleType As EScaleType
Remarks
The default value is ciScaleThreshold
Example
Sub ScaleImage(imageFile As String, imageFileOut As String)
    ' Create objects and open input images
  Dim Ci As New CiServer
  Dim Tools As CiTools: Set Tools = Ci.CreateTools
  Tools.Image.Open imageFile
    ' Do processing
  Tools.ScaleImage 0.5, 0.5
    ' Save results
  Tools.Image.SaveAs imageFileOut, ciEXT
End Sub
See Also

CiTools Object  | CiTools Members  | ScaleImage  | pScaleType  | pScaleThreshold