Aspose::Pdf::Forms::BarcodeField::BarcodeField constructor
Contents
[
Hide
]BarcodeField::BarcodeField(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&) constructor
Initializes new instance of the BarcodeField class.
Aspose::Pdf::Forms::BarcodeField::BarcodeField(const System::SharedPtr<Aspose::Pdf::Page> &page, const System::SharedPtr<Rectangle> &rect)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | The page where to place new barcode. |
| rect | const System::SharedPtr<Rectangle>& | Barcode sizes given in rectangle. |
See Also
- Typedef SharedPtr
- Class Page
- Class Rectangle
- Class BarcodeField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
BarcodeField::BarcodeField(const System::SharedPtr<Document>&, const System::SharedPtr<Rectangle>&) constructor
Initializes new instance of the BarcodeField class.
Aspose::Pdf::Forms::BarcodeField::BarcodeField(const System::SharedPtr<Document> &doc, const System::SharedPtr<Rectangle> &rect)
| Parameter | Type | Description |
|---|---|---|
| doc | const System::SharedPtr<Document>& | Document where field will be created. |
| rect | const System::SharedPtr<Rectangle>& | Rectangle where field will be placed on the page. |
See Also
- Typedef SharedPtr
- Class Document
- Class Rectangle
- Class BarcodeField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++