RotationAngle Property (original) (raw)

Summary

Gets and sets the rotation (or skew) angle of this barcode in degrees.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public virtual int RotationAngle { get; set; } 
@property (nonatomic, assign) NSInteger rotationAngle; 

public int getRotationAngle() public void setRotationAngle(int value)

[BrowsableAttribute(false)] public: virtual property int RotationAngle { int get(); void set ( int ); }

Property Value

The rotation (or skew) angle of this barcode in degrees. The default value is 0.

Example

This example will use RotationAngle to correct the skew angle of a document.