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

In This Topic
    IsAlive Property
    In This Topic
    Gets a value indicating whether the tracked object is alive.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAlive As System.Boolean
    public System.bool IsAlive {get;}

    Property Value

    true if tracked object is alive; otherwise, false.
    See Also