←Select platform

HalftoneImage Method

Summary

Converts a 1-bit, 4-bit, 8-bit, 16-bit, 24-bit, or 32-bit image to a halftoned image, with a specified pattern rotation. A halftoned image is a 1-bit image that has been dithered for black and white printing or display.

Syntax
C#
VB
C++
public void HalftoneImage( 
   HalftoneRequest request, 
   RasterImage image 
) 
Public Sub HalftoneImage( 
   ByVal request As HalftoneRequest, 
   ByVal image As RasterImage 
) 
public:  
   void HalftoneImage( 
      HalftoneRequest^ request, 
      RasterImage^ image 
   ) 

Parameters

request

Request containing the image processing parameters.

image

Image to be processed.

Return Value

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly