ImageGear .NET v24.14 - Updated September 15, 2020
CreatePage Method




ImageGear24.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : CreatePage Method
The method for creating ImGearPage barcodes.
Syntax
'Declaration
 
Public Function CreatePage() As ImGearPage
 
'Usage
 
Dim instance As ImGearBarcodeWriterBase
Dim value As ImGearPage
 
value = instance.CreatePage()

Return Value

An ImGearPage with the image of the requested barcode.
Remarks

The CreatePage method returns a ImGearPage with an image of the barcode.

See Also

Reference

ImGearBarcodeWriterBase Class
ImGearBarcodeWriterBase Members