Table of Contents

Constructor PdfFormFieldValue

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

PdfFormFieldValue(string, string)

Initializes a field value.

public PdfFormFieldValue(string name, string value)

Parameters

name string

The exact field name.

value string

The value to write; see the class remarks for the per-kind semantics.

Exceptions

ArgumentException

Thrown when name is null or empty.

Share