Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsOverlayData Class : Info Property |
public bool Info {get;}
'Declaration
Public ReadOnly Property Info As Boolean
'Usage
Dim instance As CodecsOverlayData Dim value As Boolean value = instance.Info
public bool Info {get;}
@property (nonatomic, assign, readonly) BOOL info
public boolean getInfo()
get_Info();
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. |