Skip to content

PDFField Class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class PDFField : PDFObject
Visual Basic
Public Class PDFField _
	Inherits PDFObject
Visual C++
public ref class PDFField : public PDFObject

Inheritance Hierarchy

System..::..Object
  CuteEditor.Convertor.PDF..::..PDFBaseObject
    CuteEditor.Convertor.PDF..::..PDFSubObject
      CuteEditor.Convertor.PDF..::..PDFObject
        CuteEditor.Convertor.PDF..::..PDFField
          CuteEditor.Convertor.PDF..::..PDFButtonField
          CuteEditor.Convertor.PDF..::..PDFChoiceField
          CuteEditor.Convertor.PDF..::..PDFSignatureField
          CuteEditor.Convertor.PDF..::..PDFTextField

See Also