PngBitsPerSample Enum

Enumerates available PNG bit depths for the PngIndexedColorFormat ..

public enum PngBitsPerSample
Public Enum PngBitsPerSample

Inheritance: ObjectValueTypeEnumPngBitsPerSample

Fields

PngBitsPerSample.Bit111 bit per sample or per palette index (not per pixel). See also: PngMonochromeColorFormat
PngBitsPerSample.Bit161616 bits per sample or per palette index (not per pixel).
PngBitsPerSample.Bit222 bits per sample or per palette index (not per pixel).
PngBitsPerSample.Bit444 bits per sample or per palette index (not per pixel).
PngBitsPerSample.Bit888 bits per sample or per palette index (not per pixel).

Licensing Info

This enum is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF.Rasterizer

In this topic