←Select platform

GetTrnsChunk Method

Summary

Gets the alpha transform chunk of the PNG file.

Syntax
C#
VB
Objective-C
C++
Java
public byte[] GetTrnsChunk() 
Public Function GetTrnsChunk() As Byte() 
@property (nonatomic, strong, nullable) NSData *trnsChunk 
public byte[] 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly