Returns the default values.

Namespace: iTextSharp.text.xml
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Properties DefaultValues { get; }
Visual Basic
Public ReadOnly Property DefaultValues As Properties
	Get
Visual C++
public:
property Properties^ DefaultValues {
	Properties^ get ();
}

Field Value

the default values

See Also