PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the PDFEdit class

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

Syntax

C#
public PDFEdit(
	PDFPage AOwner,
	string AName
)
Visual Basic (Declaration)
Public Sub New ( _
	AOwner As PDFPage, _
	AName As String _
)
Visual C++
public:
PDFEdit(
	PDFPage^ AOwner, 
	String^ AName
)

Parameters

AOwner
Type: PDFTech..::.PDFPage
AName
Type: System..::.String

See Also