Method: AsposePdfCloud::ChoiceField#is_shared_field
- Defined in:
- lib/aspose_pdf_cloud/models/choice_field.rb
#is_shared_field ⇒ Object
Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it’s appearance will be visible on all pages of the document. If false, separated field will be created for every document page.
62 63 64 |
# File 'lib/aspose_pdf_cloud/models/choice_field.rb', line 62 def is_shared_field @is_shared_field end |