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

Show in webframe

GetTrnsChunk Method








Gets the alpha transform chunk of the PNG file.
Syntax
public byte[] GetTrnsChunk()
'Declaration
 
Public Function GetTrnsChunk() As Byte()
'Usage
 
Dim instance As CodecsPngLoadOptions
Dim value() As Byte
 
value = instance.GetTrnsChunk()
public byte[] GetTrnsChunk()
@property (nonatomic, strong, nullable) NSData *trnsChunk
public byte[] getTrnsChunk()
 function Leadtools.Codecs.CodecsPngLoadOptions.GetTrnsChunk()
public:
array<byte>^ GetTrnsChunk(); 

Return Value

An array of bytes that represents the alpha transform chunk of the PNG file.
Example
For an example, refer to CodecsPngOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPngLoadOptions Class
CodecsPngLoadOptions Members
PNG Files and Transparency

Error processing SSI file