Uses of Class
com.ironsoftware.ironpdf.render.PaperOrientation
-
Packages that use PaperOrientation Package Description com.ironsoftware.ironpdf.render -
-
Uses of PaperOrientation in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return PaperOrientation Modifier and Type Method Description PaperOrientationChromePdfRenderOptions. getPaperOrientation()Gets paper orientation.static PaperOrientationPaperOrientation. valueOf(String name)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 PaperOrientation Modifier and Type Method Description voidChromePdfRenderOptions. setPaperOrientation(PaperOrientation value)Sets paper orientation.
-