Tag: programming

How can I programmatically get a preview of a label from NiceLabel?

Getting a preview of a label from NiceLabel is quite easy. All you have to do is call GetLabelPreviewEx method of the INiceLabel interface. GetLabelPreviewEx has 6 parameters: file name: full path to the file where NiceLabel will generate image

Posted in NiceLabel, SDK Tagged with: , , , ,

How can I programmatically get a list of variables from NiceLabel?

The following piece of code shows how you can programmatically get a list of variables from a label (.lbl) file. For this sample to work you will have to add reference to “niceengine5wr.dll” that is usually installed in the “c:\Program

Posted in NiceLabel, SDK Tagged with: , , , ,