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



The CodecsThumbnailOptions structure provides options for the RasterCodecs.ReadThumbnail method.

Syntax

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

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.Codecs.CodecsThumbnailOptions

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also