Reference Guide
GdPicture14 Namespace / LicenseManager Class / GetRedistPath Method





In This Topic
    GetRedistPath Method (LicenseManager)
    In This Topic
    Returns the Redist path of the GdPicture SDK.

    For demonstration purpose only. Do not use this method in a custom project.

    Syntax
    'Declaration
     
    
    Public Function GetRedistPath() As String
    public string GetRedistPath()
    public function GetRedistPath(): String; 
    public function GetRedistPath() : String;
    public: string* GetRedistPath(); 
    public:
    String^ GetRedistPath(); 

    Return Value

    The Redist path of the GdPicture SDK.
    See Also