LibreOffice
LibreOffice 24.2 SDK API Reference
|
This struct defines the attributes of a Bar Code. More...
import"BarCode.idl";
Public Attributes | |
long | Type |
Type of the Bar Code that is to be generated. More... | |
string | Payload |
Text for which Bar Code is made. More... | |
long | ErrorCorrection |
Bar Code Error Correction Level. More... | |
long | Border |
Border surrounding the Bar Code It is a non-negative value. More... | |
This struct defines the attributes of a Bar Code.
long Border |
Border surrounding the Bar Code It is a non-negative value.
One Border unit is equal to one dot in the generated Bar code.
long ErrorCorrection |
Bar Code Error Correction Level.
string Payload |
Text for which Bar Code is made.
long Type |
Type of the Bar Code that is to be generated.
Supported types - 0:"QR Code", 1:"Code 128"