Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / ObjectReference Class / Object Property

In This Topic
    Object Property (ObjectReference)
    In This Topic
    Gets a weak reference to the tracked object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Object As System.WeakReference
    public System.WeakReference Object {get;}

    Property Value

    The weak reference to the tracked object.
    See Also