for GdPicture.NET
XTractFlow.API Namespace / Configuration Class / RegisterGdPictureKey Method
The GdPicture license key.



In This Topic

    RegisterGdPictureKey Method

    In This Topic
    Registers a GdPicture license key, which is a mandatory step to run XtractFlow.
    Syntax
    'Declaration
     
    
    Public Shared Sub RegisterGdPictureKey( _
       ByVal licenseKey As String _
    ) 
    'Usage
     
    
    Dim licenseKey As String
     
    Configuration.RegisterGdPictureKey(licenseKey)
    public static void RegisterGdPictureKey( 
       string licenseKey
    )
    public:
    static void RegisterGdPictureKey( 
       String^ licenseKey
    ) 

    Parameters

    licenseKey
    The GdPicture license key.
    See Also