C#
VB
Java
Objective-C
WinRT C#
C++
Sets the alpha transform chunk of the PNG file.
public void SetTrnsChunk(
byte[] chunk
)
Public Sub SetTrnsChunk( _
ByVal chunk() As Byte _
)
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
)
chunk
An array of bytes that represents the alpha transform chunk of the PNG file.
For an example, refer to CodecsPngOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET