Table of Contents

Class PngCompressionLevel

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Provides a class for specifying the PNG compression level.

public class PngCompressionLevel : CompressionParameterAssignment
Inheritance
PngCompressionLevel
Inherited Members

Properties

Value

Gets or sets a value specifying the PNG compression level from 0 to 9. A higher value means a smaller size and longer compression time. Default value is 3.

[Range(0, 9)]
public int Value { get; set; }

Property Value

int