get_thumbnail_size


Description:

public bool get_thumbnail_size (out int width, out int height)

Returns true if this has a thumbnail associated with it.

It also fills in width and height with the width and height of the thumbnail. The values of width and height are not changed if no appropriate thumbnail exists.

Parameters:

this

A Page

width

return location for width

height

return location for height

Returns:

true, if this has a thumbnail associated with it.