LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SetTrnsChunk Method

Show in webframe







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
)
-(void)setTrnsChunk:(NSData*)data;
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.