QREncodeParams Class Documentation

classQREncodeParams : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

Used to control how the QR code is created.

Referenced by

Constructor & Destructor Documentation

QREncodeParams

QREncodeParams(QREncodeParamsrhs, InternalConstructsignifier)

Parameters

signifier: InternalConstruct

QREncodeParams

QREncodeParams(stringtext, doublex, doubley, doublewidth, doubleheight, QRErrorCorrectionLevelerrorLevel, uintquietZoneSize, QRColorcodeColor, QRColorbackgroundColor)

Parameters

text: string

The text string to encode in the QR code.

x: double

The X coordinate of the lower-left corner of the QR code on the page, in user space units.

y: double

The Y coordinate of the lower-left corner of the QR code on the page, in user space units.

width: double

The width of the QR code, in user space units.

height: double

The height of the QR code, in user space units.

errorLevel: QRErrorCorrectionLevel

The error correction level for the QR code.

quietZoneSize: uint

The size of the quiet zone (margin) around the QR code, in modules.

codeColor: QRColor

The color of the QR code modules (the dark elements).

backgroundColor: QRColor

The 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:

QREncodeParams

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void