QREncodeParams Class Documentation
classQREncodeParams : SystemIDisposableNamespace:Datalogics::PDFL
- Inherits from:
SystemIDisposable
Detailed Description
Used to control how the QR code is created.
Referenced by
Uses types
Constructor & Destructor Documentation
QREncodeParams
QREncodeParams(QREncodeParamsrhs, InternalConstructsignifier)Parameters
rhs: QREncodeParamssignifier: InternalConstruct
QREncodeParams
QREncodeParams(stringtext, doublex, doubley, doublewidth, doubleheight, QRErrorCorrectionLevelerrorLevel, uintquietZoneSize, QRColorcodeColor, QRColorbackgroundColor)Parameters
text: stringThe text string to encode in the QR code.
x: doubleThe X coordinate of the lower-left corner of the QR code on the page, in user space units.
y: doubleThe Y coordinate of the lower-left corner of the QR code on the page, in user space units.
width: doubleThe width of the QR code, in user space units.
height: doubleThe height of the QR code, in user space units.
errorLevel: QRErrorCorrectionLevelThe error correction level for the QR code.
quietZoneSize: uintThe size of the quiet zone (margin) around the QR code, in modules.
codeColor: QRColorThe color of the QR code modules (the dark elements).
backgroundColor: QRColorThe color of the background behind the QR code modules.
Create a new QREncodeParams object using the specified values.
~QREncodeParams
~QREncodeParams()Property Documentation
BackgroundColor
QRColorBackgroundColor[get, set]CodeColor
QRColorCodeColor[get, set]ErrorCorrectionLevel
QRErrorCorrectionLevelErrorCorrectionLevel[get, set]Height
doubleHeight[get, set]QuietZoneSize
uintQuietZoneSize[get, set]TextToEncode
stringTextToEncode[get, set]Width
doubleWidth[get, set]X
doubleX[get, set]Y
doubleY[get, set]Member Function Documentation
ConstructorRetrieve
static QREncodeParamsConstructorRetrieve(System.IntPtrignored)Parameters
ignored: System.IntPtr
Returns:
QREncodeParamsDispose
voidDispose()Returns:
voidDisposeChildren
voidDisposeChildren()Returns:
void