Gets or sets a value that represents the black screen angle in a hundredths of degrees (+/-).
public int BlackAngle { get; set; }
Public Property BlackAngle As Integer
public int BlackAngle {get; set;}
@property (nonatomic, assign) NSInteger blackAngle
public int getBlackAngle()
public void setBlackAngle(int value)
<br/>get_BlackAngle();<br/>set_BlackAngle(value);<br/>Object.defineProperty('BlackAngle');
Value represents the black screen angle in a hundredths of degrees (+/-). A positive value will rotate the screen clockwise, while a negative value will rotate the screen counter-clockwise. Valid values are from -36000 to + 36000.
Refer to ColorHalftoneCommand 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