Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Structure Namespace / MarkInfo Class / UserProperties Property

In This Topic
    UserProperties Property
    In This Topic
    Gets or sets a flag indicating the presence of structure elements that contain user properties attributes.
    Syntax
    'Declaration
     
    Public Property UserProperties As System.Nullable(Of Boolean)
    public System.Nullable<bool> UserProperties {get; set;}
    See Also