Class: DynamicPDFApi::PageOrientation

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_client/PageOrientation.rb

Overview

Represents different types of the page orientation.

Constant Summary collapse

PORTRAIT =

Page Orientation of portrait.

"Portrait".freeze
LANDSCAPE =

Page Orientation of landscape.

"Landscape".freeze