←Select platform

PaperRoughness Property

Summary

Gets or sets a percentage which represents the paper surface roughness.

Syntax
C#
VB
C++
public int PaperRoughness { get; set; } 
  
Public Property PaperRoughness As Integer 
public: 
property int PaperRoughness { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly