Uses of Enum
com.ironsoftware.ironpdf.render.FitToPaperModes
Packages that use FitToPaperModes
-
Uses of FitToPaperModes in com.ironsoftware.ironpdf.render
Methods in com.ironsoftware.ironpdf.render that return FitToPaperModesModifier and TypeMethodDescriptionChromePdfRenderOptions.getFitToPaperMode()Behavior when fitting HTML content to a physical paper size.static FitToPaperModesReturns the enum constant of this type with the specified name.static FitToPaperModes[]FitToPaperModes.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 FitToPaperModesModifier and TypeMethodDescriptionvoidChromePdfRenderOptions.setFitToPaperMode(FitToPaperModes value) Behavior when fitting HTML content to a physical paper size.