Click or drag to resize
Pdftools logo

Widget Class

A form field widget

Inheritance Hierarchy
SystemObject
  PdfTools.Toolbox.InternalNativeBase
    PdfTools.Toolbox.InternalNativeObject
      PdfTools.Toolbox.Pdf.FormsWidget

Namespace: PdfTools.Toolbox.Pdf.Forms
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
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