Click or drag to resize
Pdftools logo

Widget Class

A form field widget

Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.FormsWidget

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Forms
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public class Widget : NativeObject

The Widget type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBox

The location on the page

Public propertyHidden

The widget's visibility

If then the widget is present, but is invisible and not available for user interaction. Depending on the NoPrint property it will, however, still be visible when printing.
Public propertyNoPrint

The widget's visibility when printing

If then the widget is not present in a print output of the document.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also