Skip to main content
Skip table of contents

PushbuttonField

PushbuttonField Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PushbuttonField[[PushbuttonField]]
  iTextSharp.text.pdf.BaseField[[BaseField]]
  class iTextSharp.text.pdf.BaseField abstractStyle;
  end
iTextSharp.text.pdf.BaseField --> iTextSharp.text.pdf.PushbuttonField

Members

Properties

Public properties
TypeNameMethods
PdfFormFieldFieldget
boolIconFitToBoundsget, set
floatIconHorizontalAdjustmentget, set
PRIndirectReferenceIconReferenceget, set
floatIconVerticalAdjustmentget, set
ImageImageget, set
intLayoutget, set
boolProportionalIconget, set
intScaleIconget, set
PdfTemplateTemplateget, set

Methods

Public methods

Details

Inheritance

Constructors

PushbuttonField

Source code

public PushbuttonField(PdfWriter writer, Rectangle box, string fieldName)
Arguments
TypeNameDescription
PdfWriterwriter
Rectanglebox
stringfieldName

Methods

GetAppearance

Source code

public virtual PdfAppearance GetAppearance()

Properties

Layout
public virtual int Layout { get; set; }
Image
public virtual Image Image { get; set; }
Template
public virtual PdfTemplate Template { get; set; }
ScaleIcon
public virtual int ScaleIcon { get; set; }
ProportionalIcon
public virtual bool ProportionalIcon { get; set; }
IconVerticalAdjustment
public virtual float IconVerticalAdjustment { get; set; }
IconHorizontalAdjustment
public virtual float IconHorizontalAdjustment { get; set; }
Field
public virtual PdfFormField Field { get; }
IconFitToBounds
public virtual bool IconFitToBounds { get; set; }
IconReference
public virtual PRIndirectReference IconReference { get; set; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.