Gets or sets the overlay image horizontal resolution in pixels per inch.
public int InfoXResolution { get; set; }
Public Property InfoXResolution As Integer
public int InfoXResolution {get; set;}
@property (nonatomic, assign) NSUInteger infoXResolution
public int getInfoXResolution()
public void setInfoXResolution(int value)
<br/>get_InfoXResolution();<br/>set_InfoXResolution(value);<br/>Object.defineProperty('InfoXResolution');
The overlay image horizontal 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 horizontal 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