Filestack Documentation

Enumeration Transform​Aspect​Mode

@objc(FSTransformAspectMode)
public enum TransformAspectMode: UInt, CustomStringConvertible  

Represents an image transform aspect type.

TransformAspectMode TransformAspectMode UInt UInt TransformAspectMode->UInt CustomStringConvertible CustomStringConvertible TransformAspectMode->CustomStringConvertible

Conforms To

CustomStringConvertible
UInt

Enumeration Cases

preserve

case preserve

Preserve

constrain

case constrain

Constrain

letterbox

case letterbox

Letterbox

pad

case pad

Pad

crop

case crop

Crop

Properties

description

public var description: String  

Returns a String representation of self.