Gets or sets the overlay image vertical resolution in pixels per inch.
public int InfoYResolution { get; set; }
Public Property InfoYResolution As Integer
public int InfoYResolution {get; set;}
@property (nonatomic, assign) NSUInteger infoYResolution
public int getInfoYResolution()
public void setInfoYResolution(int value)
<br/>get_InfoYResolution();<br/>set_InfoYResolution(value);<br/>Object.defineProperty('InfoYResolution');
The overlay image vertical resolution in pixels per inch. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image vertical resolution, otherwise ignore.
This property is output.
For an example, refer to RasterCodecs.StartOverlay
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