Gets or sets the amount of image y-axis (Height) scaling.
public int YScale { get; set; }
Public Property YScale As Integer
public int YScale {get; set;}
@property (nonatomic, assign) NSUInteger yScale
public int getYScale()
public void setYScale(int value)
<br/>get_YScale();<br/>set_YScale(value);<br/>Object.defineProperty('YScale');
The amount of image y-axis (Height) scaling. This is a percentage value (divided internally by 100). This value must be equal to the one returned from GetTransformationParameters. This parameter 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