The Publish.Field class is a concept class for field-related enumerations. More...

Inheritance diagram for HPS.Publish.Field:

Public Types

enum  Type {
  Type.Text = 0, Type.Button = 1, Type.DropDown = 2, Type.ListBox = 3,
  Type.CheckBox = 4, Type.RadioButton = 5, Type.DigitalSignature = 6, Type.BarCode = 7
}
 Enumerates the field types that Publish can identify in a PDF. More...
 

Public Member Functions

virtual void Dispose ()
 
 Field (HPS.Publish.Field in_that)
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The Publish.Field class is a concept class for field-related enumerations.

Member Enumeration Documentation

Enumerates the field types that Publish can identify in a PDF.

Enumerator
Text 

Text field (kA3DPDFText)

Button 

Button field (kA3DPDFButton)

DropDown 

Drop-down field (kA3DPDFDropDown)

ListBox 

List box field (kA3DPDFListBox)

CheckBox 

Check box field (kA3DPDFCheckBox)

RadioButton 

Radio button field (kA3DPDFRadioButton)

DigitalSignature 

Digital signature field (kA3DPDFDigitalSignature)

BarCode 

Bar code field (kA3DPDFBarCode)


The documentation for this class was generated from the following file:
  • internals/hps_sprk_publish/source/cs/HPS.Publish.cs