$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 'auto'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 'auto' , 150));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'crop'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'crop' , 'FFFFFF' , 'auto' , 'auto' , 'auto' , 0));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 50 , 'crop' , 'FFFFFF' , 0 , 'auto' , 'auto' , 0));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 100 , 300 , 'crop' , 'FFFFFF' , 'auto' , 0 , 0 , 'auto'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'whitespace' , 'FFFFFF' , 'auto' , 'auto' , 15 , 'auto'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'whitespace'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 500 , 75 , 'whitespace' , 'FFFFFF' , 'auto' , 'auto' , 'auto' , 0));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 500 , 75 , 'whitespace' , 'FFFFFF' , 'auto' , 0 , 'auto' , 'auto'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'whitespace' , 'FF0000'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'whitespace' , 'FF0000' , 0 , 'auto' , 'auto' , 'auto'));
$this->getResizedImage($this->document->getValue('document_thumbnailimage') , 300 , 300 , 'whitespace' , 'FF0000' , 'auto' , 'auto' , 0 , 'auto'));