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

Parameters

propertyName
Type: System..::.String

See Also