API Reference
Class
PdfFormFieldValueAssessment
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:
PdfFormFieldValueAssessmentAssesses a value without changing the field or document. Text limits count Unicode scalar values.
Parameters
- field OfficeIMO.Pdf.PdfFormField
- value OfficeIMO.Pdf.PdfFormFieldValue
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object