←Select platform

GetTrnsChunk Method

Summary

Gets the alpha transform chunk of the PNG file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte[] GetTrnsChunk() 
Public Function GetTrnsChunk() As Byte() 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly