Class PdfFormCheckBoxFieldSetOptions

PdfFormCheckBoxFieldSetOptions class

Represents options for set properties in CheckboxField.

public class PdfFormCheckBoxFieldSetOptions : PdfFormFieldSetOptions

Constructors

NameDescription
PdfFormCheckBoxFieldSetOptions()The default constructor.

Properties

NameDescription
AlternateName { get; set; }Gets/sets the value to determine property AlternateName for created/modified field (if will be set).
Checked { get; set; }
Color { get; set; }Gets/sets the value to determine property Color for created/modified field (if will be set).
Contents { get; set; }Gets/sets the value to determine property Contents for created/modified field (if will be set).
DefaultAppearance { get; set; }Gets/sets the value to determine property DefaultAppearance for created/modified field (if will be set).
Exportable { get; set; }Gets/sets the value to determine whether created/modified field is exportable or not (if will be set).
FitIntoRectangle { get; set; }Gets/sets the value to determine whether created/modified field is fit into rectangle or not (if will be set).
Flags { get; set; }Gets/sets the value to determine property Flags for created/modified field (if will be set).
IsSharedField { get; set; }Gets/sets the value to determine whether created/modified field is shared field or not (if will be set).
MappingName { get; set; }Gets/sets the value to determine property MappingName for created/modified field (if will be set).
MaxFontSize { get; set; }Gets/sets the value to determine property MaxFontSize for created/modified field (if will be set).
MinFontSize { get; set; }Gets/sets the value to determine property MinFontSize for created/modified field (if will be set).
Name { get; set; }Gets/sets the value to determine property Name for created/modified field (if will be set).
PartialName { get; set; }Gets/sets the value to determine property PartialName for created/modified field (if will be set).
ReadOnly { get; set; }Gets/sets the value to determine whether created/modified field is read only or not (if will be set).
Rect { get; set; }Rectangle that be setted to field(s).
Required { get; set; }Gets/sets the value to determine whether created/modified field is required or not (if will be set).
Style { get; set; }
TextHorizontalAlignment { get; set; }Gets/sets the value to determine property TextHorizontalAlignment for created/modified field (if will be set).
UpdateAppearanceOnConvert { get; set; }Gets/sets the value to determine whether created/modified field is update appearance on convert or not (if will be set).
UseFontSubset { get; set; }Gets/sets the value to determine whether created/modified field is use font subset or not (if will be set).
Value { get; set; }Gets/sets the value to determine property Value for created/modified field (if will be set).

Fields

NameDescription
HighlightingGets/sets the value to determine property Highlighting for created/modified field (if will be set).

See Also