ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearVersion Class / Copyright Property




In This Topic
    Copyright Property (ImGearVersion)
    In This Topic
    Gets copyright information.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Copyright As String
    'Usage
     
    Dim value As String
     
    value = ImGearVersion.Copyright
    public static string Copyright {get;}
    public: __property static string* get_Copyright();
    public:
    static property String^ Copyright {
       String^ get();
    }

    Property Value

    String value.
    See Also