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 PDFControl this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As PDFControl
Visual C++
public:
property PDFControl^ default[String^ name] {
	PDFControl^ get (String^ name);
}

Parameters

name
Type: System..::.String

See Also