Uses of Enum
com.ironsoftware.ironpdf.render.PaperOrientation
Packages that use PaperOrientation
-
Uses of PaperOrientation in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return PaperOrientationModifier and TypeMethodDescriptionChromePdfRenderOptions.getPaperOrientation()
Gets paper orientation.static PaperOrientation
Returns the enum constant of this type with the specified name.static PaperOrientation[]
PaperOrientation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ironsoftware.ironpdf.render with parameters of type PaperOrientationModifier and TypeMethodDescriptionvoid
ChromePdfRenderOptions.setPaperOrientation
(PaperOrientation value) Sets paper orientation.