ModifyPageOptions
data class ModifyPageOptions(var rotation: ImageRotation = ImageRotation.NONE, var polygon: List<PointF>? = null, var filters: List<ParametricFilter>? = null)
Options for modifying a page within a document.
Constructors
Link copied to clipboard
constructor(rotation: ImageRotation = ImageRotation.NONE, polygon: List<PointF>? = null, filters: List<ParametricFilter>? = null)