'Declaration Public ReadOnly Property UserProps As System.Collections.ObjectModel.ObservableCollection(Of Metadata.UserProp)
public System.Collections.ObjectModel.ObservableCollection<Metadata.UserProp> UserProps {get;}
Note that the order of elements in the collection may change after saving and loading the document, this is due to the specifics of how properties are stored in the document, see the PDF specification for details.
'Declaration Public ReadOnly Property UserProps As System.Collections.ObjectModel.ObservableCollection(Of Metadata.UserProp)
public System.Collections.ObjectModel.ObservableCollection<Metadata.UserProp> UserProps {get;}