LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsPngLoadOptions Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsPngLoadOptions Class



Provides options specifically for loading PNG images.

Object Model

CodecsPngLoadOptions Class

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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also