7#ifndef FXBARCODE_PDF417_BC_PDF417WRITER_H_
8#define FXBARCODE_PDF417_BC_PDF417WRITER_H_
13#include "core/fxcrt/data_vector.h"
14#include "core/fxcrt/widestring.h"
15#include "fxbarcode/BC_TwoDimWriter.h"
20 EncodeResult(DataVector<uint8_t> data, int32_t width, int32_t height);
BC_TYPE GetType() override
bool Encode(WideStringView contents) override
bool RenderDevice(CFX_RenderDevice *device, const CFX_Matrix &matrix) override
~CBC_PDF417Writer() override
EncodeResult Encode(WideStringView contents) const
bool SetErrorCorrectionLevel(int32_t level) override
void RenderDeviceResult(CFX_RenderDevice *device, const CFX_Matrix &matrix)
fxcrt::WideStringView WideStringView
DataVector< uint8_t > data