method EposXml.EposText.prototype.size EposText.prototype.size(): { width?: number; height?: number; } Return Type { width?: number; height?: number; }
method EposXml.EposText.prototype.size EposText.prototype.size(size: { width?: number; height?: number; }): void Parameters size: { width?: number; height?: number; } Return Type void