RadioButtonOptionField

RadioButtonOptionField

Overview

RadioButtonOptionField is a class in Aspose.PDF FOSS for .NET. Inherits from: BaseParagraph.

One option of a RadioButtonField.

This class provides 3 methods for working with RadioButtonOptionField objects in .NET programs. Available methods include: Clone, RadioButtonOptionField. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Border, Caption, Characteristics, DefaultAppearance, Height, HorizontalAlignment, and 13 more.

Properties

NameTypeAccessDescription
DefaultAppearanceDefaultAppearanceReadDefault-appearance settings (/DA) applied to the option’s widget.
CaptionAspose.Pdf.Text.TextFragment?Read/WriteCaption text shown next to the radio glyph.
OptionNamestring?Read/WriteThe /Opt name written into the parent field when this option is added.
StyleBoxStyleRead/WriteVisual style of the radio glyph.
WidthdoubleRead/WriteWidth of the option’s widget rectangle in points.
HeightdoubleRead/WriteHeight of the option’s widget rectangle in points.
BorderBorder?Read/WriteBorder styling applied to the option’s widget.
CharacteristicsAspose.Pdf.Annotations.CharacteristicsReadVisual-characteristics dictionary (/MK) applied to the option’s widget.
RectRectangle?ReadThe option’s widget rectangle.
HorizontalAlignmentHorizontalAlignmentRead/WriteHorizontal alignment applied to this paragraph.
VerticalAlignmentVerticalAlignmentRead/WriteVertical alignment applied to this paragraph.
MarginMarginInfo?Read/WriteOuter-margin info applied to this paragraph.
IsFirstParagraphInColumnboolRead/WriteForce the paragraph to start a new column.
IsKeptWithNextboolRead/WriteKeep this paragraph on the same page as the next one.
IsInNewPageboolRead/WriteForce the paragraph to start on a new page.
IsInLineParagraphboolRead/WriteInline paragraph flag (does not start a new line).
HyperlinkTextstring?Read/WriteLegacy string-typed hyperlink target.
HyperlinkHyperlink?Read/WriteTyped hyperlink decoration applied to the paragraph.
ZIndexintRead/WriteZ-order index used by the DOM renderer.

Methods

SignatureDescription
RadioButtonOptionField()Calls RadioButtonOptionField on this RadioButtonOptionField instance.
RadioButtonOptionField(page: Page, rect: Rectangle)
Clone()Shallow clone — copies scalar/ref-shared state.

See Also