ImageGear .NET - Updated
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()
public ImGearPage CreatePage()
public: ImGearPage* CreatePage(); 
public:
ImGearPage^ 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