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 PDFEdit AddPDFEdit(
	string ControlName,
	RectangleF Box,
	string Text
)
Visual Basic (Declaration)
Public Function AddPDFEdit ( _
	ControlName As String, _
	Box As RectangleF, _
	Text As String _
) As PDFEdit
Visual C++
public:
PDFEdit^ AddPDFEdit(
	String^ ControlName, 
	RectangleF Box, 
	String^ Text
)

Parameters

ControlName
Type: System..::.String
Box
Type: System.Drawing..::.RectangleF
Text
Type: System..::.String

See Also