BarcodePrinter Methods
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The BarcodePrinter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddBarcodeValue | Adds barcode value that will be used to generate barcodes for printing. | |
| AddBarcodeValues | Adds barcode values that will be used to generate barcodes for printing. | |
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
Prints barcodes to specified printer. | ||
| Reset | ||
| SetDuplex | Sets duplex mode by predefined name. The predefined names of duplex modes should correspond to the Duplex enumeration. | |
| SetGrid | Sets dimensions of the grid that will be used to allocate generated barcodes on a page. | |
| SetMargins | Sets the margins for the printed page. | |
| SetPaperSize | Sets paper format by predefined name, such as "A4" or "Letter". The predefined names of paper formats should correspond to the PaperKind enumeration. | |
| SetPaperSource | Sets paper source by predefined name. The names of predefined paper sources should correspond to the PaperSourceKind enumeration. | |
| SetPrinterResolution(String) | Sets printer resolution by predefined name such as "High" or "Draft". The names of predefined resolutions should correspond to the PrinterResolutionKind enumeration. | |
| SetPrinterResolution(Int32, Int32) | Sets custom printer resolution. | |
| ToString | (Inherited from Object.) |
See Also