Returns the width of the resource's thumbnail image.
int|null The thumbnail width in pixels, or NULL if there is no thumbnail.
public function getThumbnailWidth() { return $this->thumbnailWidth; }