Click or drag to resize

PushButtonWidgetAnnotation Constructor (PdfBounds, String, String, String)

Initializes a new instance of the PushButtonWidgetAnnotation class.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PushButtonWidgetAnnotation(
	PdfBounds bounds,
	string name,
	string nameForUI,
	string nameForExport
)

Parameters

bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds of the annotation.
name
Type: SystemString
The name of the field.
nameForUI
Type: SystemString
The name for UI.
nameForExport
Type: SystemString
The name for export.
See Also