The Default Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets the default conversion options used by LEADTOOLS for converting an image.| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Default As RasterConvertOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As RasterConvertOptions value = RasterConvertOptions.Default | |
| C# | |
|---|---|
public static RasterConvertOptions Default {get;} | |
| C++/CLI | |
|---|---|
public: static property RasterConvertOptions Default { RasterConvertOptions get(); } | |
Property Value
The default conversion options used by LEADTOOLS for converting an image.This property returns a RasterConvertOptions structure that contains the default conversion options to be used to convert an image.
For more information, refer to the RasterConvertOptions structure members.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code