'Declaration Public Property IDTree As PdfStructureElementDictionary
public PdfStructureElementDictionary IDTree { get; set; }
public: __property PdfStructureElementDictionary* get_IDTree(); public: __property void set_IDTree(
PdfStructureElementDictionary* value
);
public:
property PdfStructureElementDictionary^ IDTree { PdfStructureElementDictionary^ get(); void set(PdfStructureElementDictionary^ value); }