C#
VB
WinRT C#
C++
Gets or sets a percentage which represents the paper surface roughness.
public int PaperRoughness { get; set; }
Public Property PaperRoughness As Integer
public int PaperRoughness {get; set;}
get_PaperRoughness();
set_PaperRoughness(value);
Object.defineProperty('PaperRoughness');
Percentage of paper surface roughness, expressed in tenths of a percent. Valid values are 0 to 1000. Default value is 100.
Refer to ColoredPencilExtendedCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET