Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfFormFieldValueIssueCode

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Reasons reported by interactive form-value assessment.

Inheritance

  • Enum
  • PdfFormFieldValueIssueCode

Usage

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

Values

public const PdfFormFieldValueIssueCode ReadOnly #

The field is read-only.

Value: 0
public const PdfFormFieldValueIssueCode UnsupportedField #

The field cannot be filled interactively.

Value: 1
public const PdfFormFieldValueIssueCode MultipleValues #

A scalar field received multiple values.

Value: 2
public const PdfFormFieldValueIssueCode MaximumLength #

The proposed text exceeds the declared maximum length.

Value: 3
public const PdfFormFieldValueIssueCode RequiredValue #

A required field has no value.

Value: 4
public const PdfFormFieldValueIssueCode NoToggleToOff #

A selected radio group cannot be cleared.

Value: 5
public const PdfFormFieldValueIssueCode UnknownChoice #

The proposed choice is not offered by a non-editable field.

Value: 6