PDFStandardPrintFieldAttribute¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Defines a standard print field attribute.
Inheritance Object → PDFStructureElementAttribute → PDFStandardPrintFieldAttribute
Constructors¶
PDFStandardPrintFieldAttribute()¶
Initializes a new PDFStandardPrintFieldAttribute object.
Properties¶
Checked¶
Gets or sets the checked state of a radio button or check box.
Property Value
PDFStandardPrintFieldChecked
A PDFStandardPrintFieldChecked enum member specifying the state of a radio button or check box field.
CosDictionary¶
Gets the underlying COS dictionary.
Property Value
PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.
Description¶
Gets or sets the field description.
Property Value
String
The alternate name of the field.
Role¶
Gets or sets the print field role.
Property Value
PDFStandardPrintFieldRole
A PDFStandardPrintFieldRole enum member specifying the type of form field represented.