get font list on this document

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also