Table of Contents

Class AcroPushButtonField

Namespace
UglyToad.PdfPig.AcroForms.Fields
Assembly
UglyToad.PdfPig.dll

A push button responds immediately to user input without storing any state.

public class AcroPushButtonField : AcroFieldBase
Inheritance
AcroPushButtonField
Inherited Members
Extension Methods

Constructors

AcroPushButtonField(DictionaryToken, string, AcroButtonFieldFlags, AcroFieldCommonInformation, int?, PdfRectangle?)

Create a new AcroPushButtonField.

public AcroPushButtonField(DictionaryToken dictionary, string fieldType, AcroButtonFieldFlags fieldFlags, AcroFieldCommonInformation information, int? pageNumber, PdfRectangle? bounds)

Parameters

dictionary DictionaryToken
fieldType string
fieldFlags AcroButtonFieldFlags
information AcroFieldCommonInformation
pageNumber int?
bounds PdfRectangle?

Properties

Flags

The AcroButtonFieldFlags which define the behaviour of this button type.

public AcroButtonFieldFlags Flags { get; }

Property Value

AcroButtonFieldFlags