| Visual Basic (Declaration) | |
|---|---|
Public Overridable ReadOnly Property RasterCodecsInstance As RasterCodecs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual RasterCodecs RasterCodecsInstance {get;} | |
| C++/CLI | |
|---|---|
public: virtual property RasterCodecs RasterCodecsInstance { RasterCodecs get(); } | |
Return Value
Returns the RasterCodecs that is used for loading and saving Master Form images.The source code of this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code