ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailPage Class / Source Property




In This Topic
    Source Property (ImGearThumbnailPage)
    In This Topic
    Gets the source of the image document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As Object
    'Usage
     
    Dim instance As ImGearThumbnailPage
    Dim value As Object
     
    value = instance.Source
    public object Source {get;}
    public: __property Object* get_Source();
    public:
    property Object^ Source {
       Object^ get();
    }

    Property Value

    Object value.
    Remarks
    The source of the image document is a filename string, a Stream, an ImGearPage, or an ImGearDocument.
    See Also