PDFVisualRadioButtonWidget¶
Namespace: O2S.Components.PDF4NET.View.Forms
Defines a radiobuton widget that is displayed in a control.
Inheritance Object → PDFVisualAnnotation → PDFVisualFieldWidget → PDFVisualCheckWidget → PDFVisualRadioButtonWidget
Constructors¶
PDFVisualRadioButtonWidget(PDFRadioButtonWidget)¶
Initializes a new PDFVisualRadioButtonWidget object.
Parameters
fieldWidget PDFRadioButtonWidget
The underlying field widget.
Properties¶
Annotation¶
Gets the underlying PDF annotation.
Property Value
PDFAnnotation
A PDF annotation.
BackgroundColor¶
Gets or sets the widget background color.
Property Value
PDFColor
A specifying the widget's background color.
Exceptions
ArgumentOutOfRangeException
Thrown when the property is set to a color other than Gray, RGB or CMYK.
BorderColor¶
Gets or sets the widget border color.
Property Value
PDFColor
A specifying the widget's border color.
Exceptions
ArgumentOutOfRangeException
Thrown when the property is set to a color other than Gray, RGB or CMYK.
BorderDashPattern¶
Gets or sets the array that represents the dash pattern when the PDFVisualFieldWidget.BorderStyle property is set to .
Property Value
Double[]
An array of double values specifying the style of the dashed line.
BorderStyle¶
Gets or sets the widget border style.
Property Value
PDFAnnotationBorderStyle
A enum specifying the style of the widget border.
BorderWidth¶
Gets or sets the widget border width.
Property Value
Double
A specifying the widget's border width.
Checked¶
Gets or set a value indicating whether the check widget is in the checked state.
Property Value
Boolean
True if the check widget is in the checked state; otherwise, false.
CheckedStateNormalAppearance¶
Gets or sets the normal visual appearance for the widget in checked state.
Property Value
PDFAnnotationAppearance
The normal visual appearance of the widget in checked state.
Remarks
The visual appearance of the widget in checked state when the user does not interact with the widget.
CheckStyle¶
Gets or sets the style of the checked widget.
Property Value
PDFCheckStyle
A that represents the style of the checked widget.
DisplayRectangle¶
Gets or sets the visual rectangle of this annotation.
Property Value
PDFDisplayRectangle
A that represents the position and size of the annotation on the page.
Remarks
The visual rectangle is relative to the top left corner of the page.
ExportValue¶
Gets or sets the widget's export value.
Property Value
String
The symbolic value associated with the check widget.
Remarks
When the form data is exported as FDF/XFDF/HTML or XML and the check widget is checked then this value is written to exported data stream.
NormalAppearance¶
Gets or sets the annotation normal appearance.
Property Value
PDFAnnotationAppearance
A specifying how the annotation is presented visually on the page.
RadioButtonWidget¶
Gets the underlying radiobuton widget.
Property Value
PDFRadioButtonWidget
A object representing the non-visual radiobuton widget.
Tag¶
Gets or sets an object that contains user-defined data associated with the annotation.
Property Value
Remarks
This property can be used to store any custom information relevant to the annotation at
runtime. The value is not used by the annotation itself and is intended solely for application-specific
data.
NOTE: The value of this property is not persisted in the PDF file.
UncheckedStateNormalAppearance¶
Gets or sets the normal visual appearance for the widget in unchecked state.
Property Value
PDFAnnotationAppearance
The normal visual appearance of the widget in unchecked state.
Remarks
The visual appearance of the widget in unchecked state when the user does not interact with the widget.
VisualField¶
Gets the visual field that owns this widget.
Property Value
PDFVisualField
A PDFVisualField descendant that represents a field in the PDF document.
VisualPage¶
Gets the page that owns the anotation.
Property Value
PDFVisualPage
The PDFVisualPage that owns the annotation.
Widget¶
Gets the underlying field widget.
Property Value
PDFFieldWidget
A object representing the non-visual field widget.