Table of Contents

Property PageRange

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

PageRange

An optional 1-based page range string (e.g., "1-5, 7, 9-12") specifying which pages to consider for OCR. Pages outside this range are left untouched. When null, empty, or "*", all pages are considered.

public string PageRange { get; set; }

Property Value

string
Share