API Reference

Class

ReaderFormWidget

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Source-neutral form widget placement and annotation state.

Inheritance

  • Object
  • ReaderFormWidget

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

Constructors

Properties

public String FieldName { get; set; } #

Source field name associated with the widget, when available.

public Nullable<Int32> PageNumber { get; set; } #

One-based page number containing the widget, when available.

public Double X1 { get; set; } #

Left edge of the widget rectangle in source units.

public Double Y1 { get; set; } #

Bottom edge of the widget rectangle in source units.

public Double X2 { get; set; } #

Right edge of the widget rectangle in source units.

public Double Y2 { get; set; } #

Top edge of the widget rectangle in source units.

public Double Width { get; set; } #

Widget rectangle width in source units.

public Double Height { get; set; } #

Widget rectangle height in source units.

public String AppearanceState { get; set; } #

Current source appearance state name, when available.

public Boolean IsHidden { get; set; } #

True when the source marks the widget hidden.

public Boolean IsPrint { get; set; } #

True when the source marks the widget printable.

public Boolean IsReadOnly { get; set; } #

True when the source marks the widget read-only.

public Int32 NormalAppearanceStateCount { get; set; } #

Number of readable normal appearance states, when available.

public IReadOnlyList<String> NormalAppearanceStates { get; set; } #

Readable normal appearance state names, when available.