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

BarcodeField::BarcodeField(System::SharedPtr<Aspose::Pdf::Page>, System::SharedPtr<Rectangle>) constructor

Initializes new instance of the BarcodeField class.

Aspose::Pdf::Forms::BarcodeField::BarcodeField(System::SharedPtr<Aspose::Pdf::Page> page, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>The page where to place new barcode.
rectSystem::SharedPtr<Rectangle>Barcode sizes given in rectangle.

See Also

BarcodeField::BarcodeField(System::SharedPtr<Document>, System::SharedPtr<Rectangle>) constructor

Initializes new instance of the BarcodeField class.

Aspose::Pdf::Forms::BarcodeField::BarcodeField(System::SharedPtr<Document> doc, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
docSystem::SharedPtr<Document>Document where field will be created.
rectSystem::SharedPtr<Rectangle>Rectangle where field will be placed on the page.

See Also