gets or sets the amount of image x-axis (Width) scaling.
public int XScale { get; set; }
Public Property XScale As Integer
public int XScale {get; set;}
@property (nonatomic, assign) NSUInteger xScale
public int getXScale()
public void setXScale(int value)
<br/>get_XScale();<br/>set_XScale(value);<br/>Object.defineProperty('XScale');
The amount of image x-axis (Width) scaling. This is a percentage value (divided internally by 100). This value must be equal to the one returned from GetTransformationParameters. This property accepts only positive values.
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