PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / UserData Property

In This Topic
    UserData Property (C1PrintDocument)
    In This Topic
    Gets or sets arbitrary data associated with the current document.
    Syntax
    'Declaration
     
    Public Property UserData As Object
    public object UserData {get; set;}
    See Also