LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PaperRoughness Property

Show in webframe







Gets or sets a percentage which represents the paper surface roughness.
Syntax
public int PaperRoughness {get; set;}
'Declaration
 
Public Property PaperRoughness As Integer
'Usage
 
Dim instance As ColoredPencilExtendedCommand
Dim value As Integer
 
instance.PaperRoughness = value
 
value = instance.PaperRoughness
public int PaperRoughness {get; set;}

            

            
 
get_PaperRoughness();
set_PaperRoughness(value);
Object.defineProperty('PaperRoughness');
public:
property int PaperRoughness {
   int get();
   void set (    int value);
}

Property Value

Percentage of paper surface roughness, expressed in tenths of a percent. Valid values are 0 to 1000. Default value is 100.
Example
Refer to ColoredPencilExtendedCommand example.
Requirements

Target Platforms

See Also

Reference

ColoredPencilExtendedCommand Class
ColoredPencilExtendedCommand Members

 

 


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