Method: AsposePdfCloud::ImageHeader#background
- Defined in:
- lib/aspose_pdf_cloud/models/image_header.rb
#background ⇒ Object
Sets or gets a bool value that indicates the content is stamped as background. If the value is true, the stamp content is layed at the bottom. By defalt, the value is false, the stamp content is layed at the top.
32 33 34 |
# File 'lib/aspose_pdf_cloud/models/image_header.rb', line 32 def background @background end |