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