PDF::Objects::Boolean
Inherits PDF::Objects::Base < Reference < Object
Represents a PDF boolean object.
PDF booleans are the keywords true and false.
bool = PDF::Objects::Boolean.new(true)
bool.to_pdf # => "true"
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)
value
Source