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
| Name | Type | Access | Description |
|---|---|---|---|
DefaultAppearance | DefaultAppearance | Read | Default-appearance settings (/DA) applied to the option’s widget. |
Caption | Aspose.Pdf.Text.TextFragment? | Read/Write | Caption text shown next to the radio glyph. |
OptionName | string? | Read/Write | The /Opt name written into the parent field when this option is added. |
Style | BoxStyle | Read/Write | Visual style of the radio glyph. |
Width | double | Read/Write | Width of the option’s widget rectangle in points. |
Height | double | Read/Write | Height of the option’s widget rectangle in points. |
Border | Border? | Read/Write | Border styling applied to the option’s widget. |
Characteristics | Aspose.Pdf.Annotations.Characteristics | Read | Visual-characteristics dictionary (/MK) applied to the option’s widget. |
Rect | Rectangle? | Read | The option’s widget rectangle. |
HorizontalAlignment | HorizontalAlignment | Read/Write | Horizontal alignment applied to this paragraph. |
VerticalAlignment | VerticalAlignment | Read/Write | Vertical alignment applied to this paragraph. |
Margin | MarginInfo? | Read/Write | Outer-margin info applied to this paragraph. |
IsFirstParagraphInColumn | bool | Read/Write | Force the paragraph to start a new column. |
IsKeptWithNext | bool | Read/Write | Keep this paragraph on the same page as the next one. |
IsInNewPage | bool | Read/Write | Force the paragraph to start on a new page. |
IsInLineParagraph | bool | Read/Write | Inline paragraph flag (does not start a new line). |
HyperlinkText | string? | Read/Write | Legacy string-typed hyperlink target. |
Hyperlink | Hyperlink? | Read/Write | Typed hyperlink decoration applied to the paragraph. |
ZIndex | int | Read/Write | Z-order index used by the DOM renderer. |
Methods
| Signature | Description |
|---|---|
RadioButtonOptionField() | Calls RadioButtonOptionField on this RadioButtonOptionField instance. |
RadioButtonOptionField(page: Page, rect: Rectangle) | |
Clone() | Shallow clone — copies scalar/ref-shared state. |