Contents

QLThumbnailRequestGetMaximumSize(_:)

Returns the maximum size (in points) specified for the thumbnail image.

Declaration

func QLThumbnailRequestGetMaximumSize(_ thumbnail: QLThumbnailRequest!) -> CGSize

Parameters

  • thumbnail:

    The thumbnail request object.

Return Value

The maximum size (in points) specified for the thumbnail image.

Discussion

Thread-safety: This function should be called in the same thread as the thumbnail request is made in; generally, this is the same thread in which the GenerateThumbnailForURL callback was invoked.

See Also

Handling thumbnail requests