Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Load Property (CodecsPngOptions)








Gets the options for loading PNG images.
Syntax
public CodecsPngLoadOptions Load {get;}
'Declaration
 
Public ReadOnly Property Load As CodecsPngLoadOptions
'Usage
 
Dim instance As CodecsPngOptions
Dim value As CodecsPngLoadOptions
 
value = instance.Load
public CodecsPngLoadOptions Load {get;}
@property (nonatomic, strong, readonly) LTCodecsPngLoadOptions* load
public CodecsPngLoadOptions getLoad()
 get_Load(); 
public:
property CodecsPngLoadOptions^ Load {
   CodecsPngLoadOptions^ get();
}

Property Value

The PNG load options.
Example
For an example, refer to CodecsPngOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPngOptions Class
CodecsPngOptions Members
PNG Files and Transparency

Error processing SSI file