Table of Contents

Class PdfFormFillResult

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

The filled PDF bytes together with the report describing what was written, as returned by Fill(string, PdfFormFillRequest, CancellationToken).

public sealed class PdfFormFillResult
Inheritance
PdfFormFillResult
Inherited Members

Properties

Data

Gets the complete filled PDF file.

Report

Gets the report describing what was written and what was skipped.

Share