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



Provides options specifically for loading PNG images.

Syntax

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

Example

For an example, refer to CodecsPngOptions.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsPngLoadOptions

Requirements

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

See Also