Table of Contents

Property PageRange

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

PageRange

1-based page selector for multi-page operations. Examples: "1-3", "1,3,5", "2-4,7". null, empty, or "*" selects every page. Parsed by GetPageIndexes(string, int).

public string PageRange { get; set; }

Property Value

string

Remarks

Ignored by single-page methods that take an explicit page index.

Share