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




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

    Property Value

    Object value.
    Remarks
    This property should be set to a filename string, a Stream, an ImGearPage, or an ImGearDocument.
    See Also