Winnovative Word to PDF Converter

PdfForm Class

Winnovative Word to PDF Converter Documentation
This class represents the PDF form of a PDF document
Inheritance Hierarchy

SystemObject
  WnvWordToPdfPdfForm

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public class PdfForm

The PdfForm type exposes the following members.

Properties

  NameDescription
Public propertyDocument
The form owner document
Public propertyFields
The form fields
Top
Methods

  NameDescription
Public methodAddButton
Creates a button in PDF form
Public methodAddCheckBox
Creates a check box form field in PDF form of the PDF document
Public methodAddComboBox
Creates a combo box field in PDF form
Public methodAddListBox
Creates a list box field in PDF form
Public methodAddRadioButtonsGroup
Creates a group of radio buttons in PDF form
Public methodAddTextBox
Creates a text box form field in PDF form of the PDF document
Public methodCreateFieldStyle
Creates a form field style
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlattenFields
Flattens the fields in the PDF form
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference