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

Show in webframe

BumpNick Property








Gets a value that indicates whether to remove bumps or fill in nicks.
Syntax
public SmoothCommandBumpNickType BumpNick {get;}
'Declaration
 
Public ReadOnly Property BumpNick As SmoothCommandBumpNickType
'Usage
 
Dim instance As SmoothCommandEventArgs
Dim value As SmoothCommandBumpNickType
 
value = instance.BumpNick
public SmoothCommandBumpNickType BumpNick {get;}
@property (nonatomic, assign, readonly) LTSmoothCommandBumpNickType bumpNick
public SmoothCommandBumpNickType getBumpNick()
 get_BumpNick(); 
public:
property SmoothCommandBumpNickType BumpNick {
   SmoothCommandBumpNickType get();
}

Property Value

Value that indicates whether to remove bumps or fill in nicks.
Example
Refer to SmoothCommand.
Requirements

Target Platforms

See Also

Reference

SmoothCommandEventArgs Class
SmoothCommandEventArgs Members

Error processing SSI file