Aspose::Pdf::Forms::BarcodeField::BarcodeField constructor

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)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&The page where to place new barcode.
rectconst System::SharedPtr<Rectangle>&Barcode sizes given in rectangle.

See Also

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)
ParameterTypeDescription
docconst System::SharedPtr<Document>&Document where field will be created.
rectconst System::SharedPtr<Rectangle>&Rectangle where field will be placed on the page.

See Also