C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the overlay image width in pixels.
public int InfoWidth { get; set; }
Public Property InfoWidth As Integer
public int InfoWidth {get; set;}
@property (nonatomic, assign) NSUInteger infoWidth
public int getInfoWidth()
public void setInfoWidth(int value)
<br/>get_InfoWidth();<br/>set_InfoWidth(value);<br/>Object.defineProperty('InfoWidth');
The overlay image width in pixels. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image width, 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