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

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