Modifier and Type | Method and Description |
---|---|
Thumbnail |
ThumbnailSet.getLarge()
A 1920x1920 scaled thumbnail.
|
Thumbnail |
ThumbnailSet.getMedium()
A 176x176 scaled thumbnail.
|
Thumbnail |
ThumbnailSet.getSmall()
A 48x48 cropped thumbnail.
|
Thumbnail |
ThumbnailSet.getSource()
A custom thumbnail image or the original image used to generate other thumbnails.
|
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailSet.setLarge(Thumbnail value)
A 1920x1920 scaled thumbnail.
|
void |
ThumbnailSet.setMedium(Thumbnail value)
A 176x176 scaled thumbnail.
|
void |
ThumbnailSet.setSmall(Thumbnail value)
A 48x48 cropped thumbnail.
|
void |
ThumbnailSet.setSource(Thumbnail value)
A custom thumbnail image or the original image used to generate other thumbnails.
|
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.