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



Provides extra options for loading and saving PNG images.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class CodecsPngOptions 
Visual Basic (Usage)Copy Code
Dim instance As CodecsPngOptions
C# 
public class CodecsPngOptions 
C++/CLI 
public ref class CodecsPngOptions 

Remarks

To use this class, set up the options you want then call RasterCodecs.Load or RasterCodecs.Save.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsPngOptions

Requirements

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

See Also