Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

Halftone Property






Gets or sets the name of the used pattern.
Syntax
public string Halftone {get; set;}
'Declaration
 
Public Property Halftone As String
'Usage
 
Dim instance As TwainImageEffectsProperties
Dim value As String
 
instance.Halftone = value
 
value = instance.Halftone
public string Halftone {get; set;}
 get_Halftone();
set_Halftone(value);
public:
property String^ Halftone {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the used pattern.
Example
Refer to TwainProperties.ImageEffects example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.