PDF .NET Library Documentation - PDF Technologies, Inc.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFButton AddPDFButton(
	PDFPage owner,
	string ControlName,
	RectangleF Box,
	string Caption
)
Visual Basic (Declaration)
Public Function AddPDFButton ( _
	owner As PDFPage, _
	ControlName As String, _
	Box As RectangleF, _
	Caption As String _
) As PDFButton
Visual C++
public:
PDFButton^ AddPDFButton(
	PDFPage^ owner, 
	String^ ControlName, 
	RectangleF Box, 
	String^ Caption
)

Parameters

owner
Type: PDFTech..::.PDFPage
ControlName
Type: System..::.String
Box
Type: System.Drawing..::.RectangleF
Caption
Type: System..::.String

See Also