[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Metadata.UserProps

UserProps Property

UserProps

Gets the list of document custom properties.

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 ObservableCollection<Metadata.UserProp> UserProps { get; }
Public ReadOnly Property UserProps As ObservableCollection(Of Metadata.UserProp)