Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / AnchoredObject Class / Object Property

In This Topic
    Object Property (AnchoredObject)
    In This Topic
    Gets or sets the embedded object referenced by the AnchoredObject.
    Syntax
    'Declaration
     
    Public Property Object As System.Object
    public System.object Object {get; set;}
    See Also