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.4.0+02318d3e3f9645a1305b87026fb971a660079e54
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 propertyLocked

Whether the widget can be modified

This does not restrict modification of the widget's content.
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