Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

HorizontalScratchCount Property








Gets or sets the number of horizontal scratch lines.
Syntax
public int HorizontalScratchCount {get; set;}
'Declaration
 
Public Property HorizontalScratchCount As Integer
'Usage
 
Dim instance As AgingCommand
Dim value As Integer
 
instance.HorizontalScratchCount = value
 
value = instance.HorizontalScratchCount
public int HorizontalScratchCount {get; set;}

            

            
 
get_HorizontalScratchCount();
set_HorizontalScratchCount(value);
Object.defineProperty('HorizontalScratchCount');
public:
property int HorizontalScratchCount {
   int get();
   void set (    int value);
}

Property Value

Number of horizontal scratch lines. This property only accepts positive values.
Example
Refer to AgingCommand.
Requirements

Target Platforms

See Also

Reference

AgingCommand Class
AgingCommand Members

Error processing SSI file