ImageGear .NET - Updated
CreatePage Method




ImageGear23.Barcode Assembly > ImageGear.Barcode Namespace > ImGearBarcodeWriterBase Class : CreatePage Method
The method for creating ImGearPage barcodes.
Syntax
'Declaration
 
<SuppressMessageAttribute(Category="Microsoft.Reliability", 
   CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Historical matching with Barcode Xpress")>
Public Function CreatePage() As ImGearPage
'Usage
 
Dim instance As ImGearBarcodeWriterBase
Dim value As ImGearPage
 
value = instance.CreatePage()
[SuppressMessage(Category="Microsoft.Reliability", 
   CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Historical matching with Barcode Xpress")]
public ImGearPage CreatePage()
[SuppressMessage(Category="Microsoft.Reliability", 
   CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Historical matching with Barcode Xpress")]
public: ImGearPage* CreatePage(); 
[SuppressMessage(Category="Microsoft.Reliability", 
   CheckId="CA2002:DoNotLockOnObjectsWithWeakIdentity", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="Historical matching with Barcode Xpress")]
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