Table of Contents

Class PdfFormFillReport

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

Describes the outcome of a PdfForm fill: how many values were written, which were skipped and why, and how the output was finalized.

public sealed class PdfFormFillReport
Inheritance
PdfFormFillReport
Inherited Members

Properties

FieldsSet

Gets the number of requested values that were written.

FieldsSkipped

Gets the number of requested values that were skipped. Every skipped value is explained by an entry in Issues.

Flattened

Gets whether the output was flattened, turning the values into static page content and removing the editable fields.

FormFlushed

Gets whether the interactive form state was committed back into the document. false when no value was written.

Issues

Gets one entry per skipped value, naming the field and the reason.

Share