pdf object list, the list of object order by ObjectIndex

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

Syntax

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

See Also