This function creates new vector page with empty vector data.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_vector_page_create( HIGDIBINFO hDIB, HIGEAR* lphIGear ); |
Arguments:
Name | Type | Description |
hDIB | HIGDIBINFO | HIGDIBINFO used to populate the properties of the to-be-created vector page. |
lphIGear | HIGEAR* | A reference to the HIGEAR where the vector page will be created. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
To determine the number of errors currently on the error stack use IG_error_check. After fetching all error information you need using IG_error_get, use IG_error_clear to clear the stack. |
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None