Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 726 Bytes

configuration.md

File metadata and controls

22 lines (17 loc) · 726 Bytes
uid
tut_configuration

Device Configuration

Configuration can be managed through this API with use of Reliance RFG configuration files. The workflow for generating this files is to use Reliance Tools for PC to configure your printer to your desired settings. When ready, click File->Save Config and select where to save your file. The file will have the RFG file extension.

Getting a Config

Saving a Configuration

Code

Once you have an RFG file, you have a few options for getting it into your application. The most straightforward method is to use xref:PTIRelianceLib.BinaryFile.From*.

Code Sample

[!code-csharpMain]

[!include]