Table of Contents

Class PdfGenerationOptions

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

Controls how PDF documents are generated. Passed as an optional parameter to all PDF-producing APIs (image-to-PDF, searchable PDF, etc.).

public sealed class PdfGenerationOptions
Inheritance
PdfGenerationOptions
Inherited Members

Properties

Binary1Encoding

Encoding for BINARY1 (1-bit) images. Default: CcittGroup4.

Creator

The name of the application that created the original document content. Written to both the PDF Info dictionary and XMP metadata for PDF/A. Default: "LM-Kit".

Default

Default options used when no explicit options are provided.

Gray8Encoding

Encoding for GRAY8 images. Default: Jpeg.

JpegQuality

JPEG quality (1–100). Only applies when the image encoding is Jpeg. Default: 70.

Producer

The name of the application that produced the PDF. Written to both the PDF Info dictionary and XMP metadata for PDF/A. Default: "LM-Kit".

Rgb24Encoding

Encoding for RGB24 images. Default: Jpeg.

Rgba32Encoding

Encoding for RGBA32 images. Default: Jpeg.

Version

PDF file format version to write. Default: Pdf17.

Share