Uses of Enum
com.ironsoftware.ironpdf.render.FitToPaperModes
-
Uses of FitToPaperModes in com.ironsoftware.ironpdf.render
Modifier and TypeMethodDescriptionChromePdfRenderOptions.getFitToPaperMode()
Behavior when fitting HTML content to a physical paper size.static FitToPaperModes
Returns 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.Modifier and TypeMethodDescriptionvoid
ChromePdfRenderOptions.setFitToPaperMode
(FitToPaperModes value) Behavior when fitting HTML content to a physical paper size.