LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

VerticalScratchCount Property






Gets or sets the number of vertical scratch lines. .NET support WinRT support
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);
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: 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

AgingCommand Class
AgingCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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