Playbook Documentation

Enumeration Snapshot​Support.​Image​Format

public enum ImageFormat  

The image format of the exported file.

Member Of

SnapshotSupport

A namespace for the methods supporting to generate snapshot from scenarios.

Enumeration Cases

png

case png

The PNG image file format.

jpeg

case jpeg(quality: CGFloat) 

The JPEG image file format with given compression quality.

Properties

file​Extension

public var fileExtension: String  

A file extension string for the image file exported by this image format.