Method: DynamicPDFApi::LineStyle.dash

Defined in:
lib/ruby_client/LineStyle.rb

.dashObject

Gets a dashed line.



57
58
59
# File 'lib/ruby_client/LineStyle.rb', line 57

def self.dash
  LineStyle.new('dash')
end