Aspose::BarCode::Generation::QrParameters Class Reference

QR parameters. More...

Inherits System::Object.

Public Member Functions

ECIEncodings get_QrECIEncoding () const
 Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. More...
 
void set_QrECIEncoding (ECIEncodings value)
 Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR. More...
 
QREncodeMode get_QrEncodeMode () const
 QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. More...
 
void set_QrEncodeMode (QREncodeMode value)
 QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto. More...
 
QREncodeType get_QrEncodeType () const
 QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. More...
 
void set_QrEncodeType (QREncodeType value)
 QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR. More...
 
QRErrorLevel get_QrErrorLevel () const
 Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. More...
 
void set_QrErrorLevel (QRErrorLevel value)
 Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel. More...
 
QRVersion get_QrVersion () const
 Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. More...
 
void set_QrVersion (QRVersion value)
 Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto. More...
 
Aspose::BarCode::Generation::MicroQRVersion get_MicroQRVersion () const
 Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. More...
 
void set_MicroQRVersion (Aspose::BarCode::Generation::MicroQRVersion value)
 Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto. More...
 
RectMicroQRVersion get_RectMicroQrVersion () const
 Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. More...
 
void set_RectMicroQrVersion (RectMicroQRVersion value)
 Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto. More...
 
float get_AspectRatio ()
 Height/Width ratio of 2D BarCode module. More...
 
void set_AspectRatio (float value)
 Height/Width ratio of 2D BarCode module. More...
 
System::SharedPtr< System::Text::Encodingget_CodeTextEncoding () const
 Gets the encoding of codetext. Default value: UTF-8 More...
 
void set_CodeTextEncoding (System::SharedPtr< System::Text::Encoding > value)
 Sets the encoding of codetext. Default value: UTF-8 More...
 
System::SharedPtr< QrStructuredAppendParametersget_StructuredAppend () const
 QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes. More...
 
void set_StructuredAppend (System::SharedPtr< QrStructuredAppendParameters > value)
 QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes. More...
 
System::String ToString () const override
 Returns a human-readable string representation of this QrParameters. More...
 
- Public Member Functions inherited from System::Object
ASPOSECPP_SHARED_API Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ASPOSECPP_SHARED_API ~Object ()
 Destroys object. Frees all internal data structures. More...
 
ASPOSECPP_SHARED_API Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
ASPOSECPP_SHARED_API void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
ASPOSECPP_SHARED_API void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual ASPOSECPP_SHARED_API bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual ASPOSECPP_SHARED_API int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual ASPOSECPP_SHARED_API ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual ASPOSECPP_SHARED_API const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual ASPOSECPP_SHARED_API bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual ASPOSECPP_SHARED_API void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual ASPOSECPP_SHARED_API bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 
template<>
bool Equals (double const &objA, double const &objB)
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 

Detailed Description

QR parameters.

Member Function Documentation

◆ get_AspectRatio()

float Aspose::BarCode::Generation::QrParameters::get_AspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ get_CodeTextEncoding()

System::SharedPtr<System::Text::Encoding> Aspose::BarCode::Generation::QrParameters::get_CodeTextEncoding ( ) const

Gets the encoding of codetext. Default value: UTF-8

Deprecated:
This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. False

◆ get_MicroQRVersion()

Aspose::BarCode::Generation::MicroQRVersion Aspose::BarCode::Generation::QrParameters::get_MicroQRVersion ( ) const

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

◆ get_QrECIEncoding()

ECIEncodings Aspose::BarCode::Generation::QrParameters::get_QrECIEncoding ( ) const

Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR.

◆ get_QrEncodeMode()

QREncodeMode Aspose::BarCode::Generation::QrParameters::get_QrEncodeMode ( ) const

QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.

◆ get_QrEncodeType()

QREncodeType Aspose::BarCode::Generation::QrParameters::get_QrEncodeType ( ) const

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.

Deprecated:
This property is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type. False

◆ get_QrErrorLevel()

QRErrorLevel Aspose::BarCode::Generation::QrParameters::get_QrErrorLevel ( ) const

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.

◆ get_QrVersion()

QRVersion Aspose::BarCode::Generation::QrParameters::get_QrVersion ( ) const

Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.

◆ get_RectMicroQrVersion()

RectMicroQRVersion Aspose::BarCode::Generation::QrParameters::get_RectMicroQrVersion ( ) const

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

◆ get_StructuredAppend()

System::SharedPtr<QrStructuredAppendParameters> Aspose::BarCode::Generation::QrParameters::get_StructuredAppend ( ) const

QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes.

◆ set_AspectRatio()

void Aspose::BarCode::Generation::QrParameters::set_AspectRatio ( float  value)

Height/Width ratio of 2D BarCode module.

◆ set_CodeTextEncoding()

void Aspose::BarCode::Generation::QrParameters::set_CodeTextEncoding ( System::SharedPtr< System::Text::Encoding value)

Sets the encoding of codetext. Default value: UTF-8

Deprecated:
This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. False

◆ set_MicroQRVersion()

void Aspose::BarCode::Generation::QrParameters::set_MicroQRVersion ( Aspose::BarCode::Generation::MicroQRVersion  value)

Version of MicroQR Code. From version M1 to version M4. Default value is MicroQRVersion.Auto.

◆ set_QrECIEncoding()

void Aspose::BarCode::Generation::QrParameters::set_QrECIEncoding ( ECIEncodings  value)

Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. Not supported by MicroQR.

◆ set_QrEncodeMode()

void Aspose::BarCode::Generation::QrParameters::set_QrEncodeMode ( QREncodeMode  value)

QR symbology type of BarCode's encoding mode. Default value: QREncodeMode.Auto.

◆ set_QrEncodeType()

void Aspose::BarCode::Generation::QrParameters::set_QrEncodeType ( QREncodeType  value)

QR / MicroQR selector mode. Select ForceQR for standard QR symbols, Auto for MicroQR.

Deprecated:
This property is obsolete and will be removed in future releases. It is recommended to use separate MicroQR barcode type. False

◆ set_QrErrorLevel()

void Aspose::BarCode::Generation::QrParameters::set_QrErrorLevel ( QRErrorLevel  value)

Level of Reed-Solomon error correction for QR, MicroQR and RectMicroQR barcode. From low to high: LevelL, LevelM, LevelQ, LevelH. See QRErrorLevel.

◆ set_QrVersion()

void Aspose::BarCode::Generation::QrParameters::set_QrVersion ( QRVersion  value)

Version of QR Code.From Version1 to Version40. Default value is QRVersion.Auto.

◆ set_RectMicroQrVersion()

void Aspose::BarCode::Generation::QrParameters::set_RectMicroQrVersion ( RectMicroQRVersion  value)

Version of RectMicroQR Code. From version R7x59 to version R17x139. Default value is RectMicroQRVersion.Auto.

◆ set_StructuredAppend()

void Aspose::BarCode::Generation::QrParameters::set_StructuredAppend ( System::SharedPtr< QrStructuredAppendParameters value)

QR structured append parameters. Structured append mode is not suppported by MicroQR and RectMicroQR barcodes.

◆ ToString()

System::String Aspose::BarCode::Generation::QrParameters::ToString ( ) const
overridevirtual

Returns a human-readable string representation of this QrParameters.

Returns
A string that represents this QrParameters.

Reimplemented from System::Object.