PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / UserData Property

In This Topic
    UserData Property (SampleC1PrintDocument)
    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