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
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Inheritance
Constructors
PushbuttonField
Source code
public PushbuttonField(PdfWriter writer, Rectangle box, string fieldName)
Arguments
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