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

Show in webframe

VerticalScratchCount Property








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

            

            
 
get_VerticalScratchCount();
set_VerticalScratchCount(value);
Object.defineProperty('VerticalScratchCount');
public:
property int VerticalScratchCount {
   int get();
   void set (    int value);
}

Property Value

Number of vertical 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