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
x: double
y: double
width: double
height: double
quietZoneSize: uint
codeColor: QRColor
backgroundColor: QRColor

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