Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfFormFieldValueAssessment

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Metadata-based feedback for a proposed interactive form value.

Inheritance

  • Object
  • PdfFormFieldValueAssessment

Remarks

This assessment does not execute JavaScript or replace document permissions, mutation planning, appearance generation, or saved-output validation. Required fields produce warnings so unfinished forms can be saved.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Methods

public static PdfFormFieldValueAssessment Assess(PdfFormField field, PdfFormFieldValue value) #
Returns: PdfFormFieldValueAssessment

Assesses a value without changing the field or document. Text limits count Unicode scalar values.

Parameters

field OfficeIMO.Pdf.PdfFormField requiredposition: 0
value OfficeIMO.Pdf.PdfFormFieldValue requiredposition: 1

Properties

public IReadOnlyList<PdfFormFieldValueIssue> Issues { get; } #

Issues found in the field's declared metadata and proposed value.

public Boolean HasErrors { get; } #

Whether the proposed interactive edit conflicts with declared field constraints.