LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

VerticalScratchCount Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.