EVO HTML to PDF Converter

PdfForm Class

Winnovative Client for Windows Universal Platform Documentation
This class represents the PDF form of a PDF document
Inheritance Hierarchy

SystemObject
  Winnovative.HtmlToPdfClientPdfForm

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_UWP (in WnvHtmlToPdfClient_UWP.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public class PdfForm

The PdfForm type exposes the following members.

Properties

  NameDescription
Public propertyParentDocument
Gets the form parent document
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 methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlattenFields
Flattens the fields in the PDF form
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference