Method: Pdfcrowd::ImageToPdfClient#setTag
- Defined in:
- lib/pdfcrowd.rb
#setTag(tag) ⇒ Object
Tag the conversion with a custom value. The tag is used in conversion statistics. A value longer than 32 characters is cut off.
-
tag
- A string with the custom tag. -
Returns - The converter object.
5049 5050 5051 5052 |
# File 'lib/pdfcrowd.rb', line 5049 def setTag(tag) @fields['tag'] = tag self end |