C#
VB
Java
Objective-C
WinRT C#
C++
Gets a value that determines whether overlay image info or actual image is needed.
public bool Info { get; } Public ReadOnly Property Info As Boolean public bool Info {get;} @property (nonatomic, assign, readonly) BOOL info public boolean getInfo() get_Info(); public:property bool Info {bool get();}
| Value | Description |
|---|---|
| true | Only the information about the overlay image is needed. You must now in fill in the InfoWidth, InfoHeight, InfoXResolution and InfoYResolution properties of this CodecsOverlayData object. |
| false | The actual overlay image is needed. You must now load the overlay image into the Image property of this CodecsOverlayData object. |
This property is input only.
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
