Skip to content

PDFStandardPrintFieldAttribute

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a standard print field attribute.

public class PDFStandardPrintFieldAttribute : PDFStructureElementAttribute

Inheritance ObjectPDFStructureElementAttributePDFStandardPrintFieldAttribute

Constructors

PDFStandardPrintFieldAttribute()

Initializes a new PDFStandardPrintFieldAttribute object.

public PDFStandardPrintFieldAttribute()

Properties

Checked

Gets or sets the checked state of a radio button or check box.

public PDFStandardPrintFieldChecked Checked { get; set; }

Property Value

PDFStandardPrintFieldChecked
A PDFStandardPrintFieldChecked enum member specifying the state of a radio button or check box field.


CosDictionary

Gets the underlying COS dictionary.

public PDFCosDictionary CosDictionary { get; }

Property Value

PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.


Description

Gets or sets the field description.

public string Description { get; set; }

Property Value

String
The alternate name of the field.


Role

Gets or sets the print field role.

public PDFStandardPrintFieldRole Role { get; set; }

Property Value

PDFStandardPrintFieldRole
A PDFStandardPrintFieldRole enum member specifying the type of form field represented.