LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

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. .NET support WinRT support Silverlight support
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
)
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPngLoadOptions Class
CodecsPngLoadOptions Members
PNG Files and Transparency

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.