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

Show in webframe

SetTrnsChunk Method








An array of bytes that represents the alpha transform chunk of the PNG file.
Sets the alpha transform chunk of the PNG file.
Syntax
public void SetTrnsChunk( 
   byte[] chunk
)
'Declaration
 
Public Sub SetTrnsChunk( _
   ByVal chunk() As Byte _
) 
'Usage
 
Dim instance As CodecsPngLoadOptions
Dim chunk() As Byte
 
instance.SetTrnsChunk(chunk)
public void SetTrnsChunk( 
   byte[] chunk
)
@property (nonatomic, strong, nullable) NSData *trnsChunk
public void setTrnsChunk(byte[] chunk)
 function Leadtools.Codecs.CodecsPngLoadOptions.SetTrnsChunk( 
   chunk 
)
public:
void SetTrnsChunk( 
   array<byte>^ chunk
) 

Parameters

chunk
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