| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Info As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool Info {get;} | |
Return Value
| 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. |
For an example, refer to RasterCodecs.StartOverlay
This property is input only.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family