Table of Contents

Property Fields

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

Fields

Gets the form field widgets of the document, in page order. Empty when the document carries no interactive form.

public IReadOnlyList<PdfFormFieldInfo> Fields { get; }

Property Value

IReadOnlyList<PdfFormFieldInfo>
Share