←Select platform

PaperRoughness Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int PaperRoughness { get; set; } 
  
Public Property PaperRoughness As Integer 
public int PaperRoughness {get; set;} 
  
get_PaperRoughness(); 
set_PaperRoughness(value); 
Object.defineProperty('PaperRoughness');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly