Table of Contents

Class PngImageHelperConstants

Namespace
iText.IO.Image
Assembly
itext.io.dll
public class PngImageHelperConstants
Inheritance
PngImageHelperConstants
Inherited Members

Constructors

PngImageHelperConstants()

public PngImageHelperConstants()

Fields

ABSOLUTE_COLORMETRIC

public const string ABSOLUTE_COLORMETRIC = "/AbsoluteColormetric"

Field Value

string

BITS_PER_COMPONENT

public const string BITS_PER_COMPONENT = "BitsPerComponent"

Field Value

string

COLORS

public const string COLORS = "Colors"

Field Value

string

COLUMNS

public const string COLUMNS = "Columns"

Field Value

string

INTENT

public const string INTENT = "Intent"

Field Value

string

MASK

public const string MASK = "Mask"

Field Value

string

PERCEPTUAL

public const string PERCEPTUAL = "/Perceptual"

Field Value

string

PREDICTOR

public const string PREDICTOR = "Predictor"

Field Value

string

RELATIVE_COLORIMETRIC

public const string RELATIVE_COLORIMETRIC = "/RelativeColorimetric"

Field Value

string

SATURATION

public const string SATURATION = "/Saturation"

Field Value

string