Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Metadata Class / UserProps Property

In This Topic
    UserProps Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public ReadOnly Property UserProps As System.Collections.ObjectModel.ObservableCollection(Of Metadata.UserProp)
    public System.Collections.ObjectModel.ObservableCollection<Metadata.UserProp> UserProps {get;}
    See Also