Table of Contents

Class PdfSplitterProgressEventArgs

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

Progress data reported by PdfSplitter multi-output methods (SplitToFiles) after each part is saved.

public sealed class PdfSplitterProgressEventArgs : EventArgs
Inheritance
PdfSplitterProgressEventArgs
Inherited Members

Remarks

Set Cancel to true from a progress callback to abort the operation. Parts already saved stay on disk; subsequent parts are not produced.

Properties

Cancel

Set to true to abort processing of remaining parts. Parts already saved are preserved on disk.

OutputPath

Output path the part was written to.

PageRange

The page range string applied to this part (e.g. "1-3").

PartIndex

Zero-based index of the part just saved (within the iteration).

TotalParts

Total number of parts this operation will produce.

Share