See Also Examples Properties Methods Events
-= Imaging & cImaging Classes Documentation =-
See the "3. Using the Control" chapter of the root documentation to see how to create a reference to the component.
- In Visual Basic, MsAccess, VB.NET, VBA you just have to select the Imaging object into the Toolbox and draw it into your form.
- In C# you can instantiate the cImaging class using this syntax:
GdPicturePro5.cImaging oImaging = new gdpicturepro5.cimaging(); // For GdPicture Pro
GdPicture4.cImaging oImaging = new gdpicture4.cimaging(); // For GdPicture Light
Note: This class must be unlocked with a purchased license key. If you didn't do it , somes methods will display a Demo Message Box.
To unlock the class with your license key, use the SetLicenseNumber() method.
Ex: object.SetLicenseNumber("0012345678910111213141516")
You can purchase a license key here.