Namespace StarMicronics.CloudPrnt.Documents
Classes
ImageDoc
An implementation of the ICpDocument interface which handles bit-image based docuemnts. ImageDoc documents can be created from a bit-image input source, such as Jpeg, PNG, BMP, GIF data, and can be output as Jpeg, PNG or native printer graphic command data. Images can also be dithered and scaled to fit the output device, if specified through the JobConversionOptions property.
MarkupDoc
An implementation of the ICpDocument interface which handles Star Markup Language based documents. Star Markup Language can define documents with a mixture of bit-image and plain text data, and provides control over text decoration/scaling, barcode printing, autocutter and other POS printer specific features. Star Markup also enables support of multiple device sizes by offering automatic word wrapping and column alignment.
TextDoc
An implementation of the ICpDocument interface which handles plain text based docuemnts. TextDoc documents can be created from a UTF8 or Ascii encoded text source. and can be output as plain text or native printer graphic command data. When output as printer command data, some effort will be made to select a suitable printer side code page, and encode the text data to match. For best results when printing multiple languages, use a UTF8 capable printer and enable UTF8 support through JobConversionOptions.