Aspose::Words::Fields::IBarcodeGenerator interface

IBarcodeGenerator interface

Public interface for barcode custom generator. Implementation should be provided by user.

class IBarcodeGenerator : public virtual System::Object

Methods

MethodDescription
virtual GetBarcodeImage(System::SharedPtr<Aspose::Words::Fields::BarcodeParameters>)Generate barcode image using the set of parameters (for DisplayBarcode field).
virtual GetOldBarcodeImage(System::SharedPtr<Aspose::Words::Fields::BarcodeParameters>)Generate barcode image using the set of parameters (for old-fashioned Barcode field).
GetType() const override
Is(const System::TypeInfo&) const override
static Type()

See Also