Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsStartDecompressOptions Structure
See Also  Members  
Leadtools.Codecs Namespace : CodecsStartDecompressOptions Structure



Provides information and parameters for the RasterCodecs.StartDecompress method.

Syntax

Visual Basic (Declaration) 
Public Structure CodecsStartDecompressOptions 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As CodecsStartDecompressOptions
C# 
public struct CodecsStartDecompressOptions : ValueType 
C++/CLI 
public value class CodecsStartDecompressOptions : public ValueType 

Example

For an example, refer to RasterCodecs.StartDecompress.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Codecs.CodecsStartDecompressOptions

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also