BarcodeField.BarcodeField
BarcodeField(Page, Rectangle)
Initializes new instance of the BarcodeField
class.
public BarcodeField(Page page, Rectangle rect)
Parameter | Type | Description |
---|---|---|
page | Page | The page where to place new barcode. |
rect | Rectangle | Barcode sizes given in rectangle. |
See Also
- class Page
- class Rectangle
- class BarcodeField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF
BarcodeField(Document, Rectangle)
Initializes new instance of the BarcodeField
class.
public BarcodeField(Document doc, Rectangle rect)
Parameter | Type | Description |
---|---|---|
doc | Document | Document where field will be created. |
rect | Rectangle | Rectangle where field will be placed on the page. |
See Also
- class Document
- class Rectangle
- class BarcodeField
- namespace Aspose.Pdf.Forms
- assembly Aspose.PDF