Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfStaticFormEvidenceKind

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

Visual evidence that supported a proposed static-form field.

Inheritance

  • Enum
  • PdfStaticFormEvidenceKind

Usage

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

Values

public const PdfStaticFormEvidenceKind OutlinedField #

A stroked, empty rectangular field outline.

Value: 0
public const PdfStaticFormEvidenceKind Underline #

A horizontal writing line.

Value: 1
public const PdfStaticFormEvidenceKind CheckBox #

A small, square checkbox outline.

Value: 2