Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

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:
property String^ Halftone {
   String^ get();
   void set (    String^ value);
}

Property Value

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

Target Platforms

See Also

Reference

TwainImageEffectsProperties Structure
TwainImageEffectsProperties Members

Error processing SSI file