←Select platform

Info Property

Summary

Gets a value that determines whether overlay image info or actual image is needed.

Syntax
C#
VB
Objective-C
C++
Java
public bool Info { get; } 
Public ReadOnly Property Info As Boolean 
@property (nonatomic, assign, readonly) BOOL info 
public boolean getInfo() 
public: 
property bool Info { 
   bool 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.

Remarks

This property is input only.

Example

For an example, refer to RasterCodecs.StartOverlay

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly