PDFImageSizeFit
public enum PDFImageSizeFit
Constants defining scaling behaviour of an image, if not enough space to render full size is given.
-
Undocumented
Declaration
Swift
case width
-
Undocumented
Declaration
Swift
case height
-
Undocumented
Declaration
Swift
case widthHeight
-
Creates representable object
Declaration
Swift
public var JSONRepresentation: AnyObject