'Declaration Public Property MetadataTree As Vintasoft.Imaging.Metadata.PageMetadata
public Vintasoft.Imaging.Metadata.PageMetadata MetadataTree { get; set; }
public: __property Vintasoft.Imaging.Metadata.PageMetadata* get_MetadataTree(); public: __property void set_MetadataTree(
Vintasoft.Imaging.Metadata.PageMetadata* value
);
public:
property Vintasoft.Imaging.Metadata.PageMetadata^ MetadataTree { Vintasoft.Imaging.Metadata.PageMetadata^ get(); void set(Vintasoft.Imaging.Metadata.PageMetadata^ value); }