Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Info As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsOverlayData Dim value As Boolean value = instance.Info |
C# | |
---|---|
public bool Info {get;} |
Property 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)