Table of Contents

Property PixelFormat

Namespace
LMKit.Document.Pdf
Assembly
LM-Kit.NET.dll

PixelFormat

Pixel format of the rendered ImageBuffer. Default RGB24.

public ImagePixelFormat PixelFormat { get; set; }

Property Value

ImagePixelFormat

Remarks

Pick GRAY8 for compact archival black-and-white output, or RGBA32 when the result will be composited over another layer.

Share