getThumbnail
Contents
[
Hide
]getThumbnail(float scaleX, float scaleY) function
Returns a Thumbnail Bitmap object with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
getThumbnail() function
Returns a Thumbnail Image object (20% of real size).
Result
BufferedImage
getThumbnail(Dimension imageSize) function
Returns a Thumbnail Bitmap object with specified size.
Parameters
Name | Type | Description |
---|---|---|
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage
getThumbnail(TiffOptions options) function
Returns a Thumbnail tiff BufferedImage object with specified parameters.
Parameters
Name | Type | Description |
---|---|---|
options | TiffOptions | Tiff options. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when options.NotesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull. |
getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting) function
Returns a Thumbnail BufferedImage object.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting, float scaleX, float scaleY) function
Returns a Thumbnail BufferedImage object with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
getThumbnail(NotesCommentsLayoutingOptions notesCommentsLayouting, Dimension imageSize) function
Returns a Thumbnail BufferedImage object with specified size.
Parameters
Name | Type | Description |
---|---|---|
notesCommentsLayouting | NotesCommentsLayoutingOptions | Options for notes and comments layouting. |
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
getThumbnail(RenderingOptions options) function
Returns a Thumbnail BufferedImage object.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Rendering options. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
getThumbnail(RenderingOptions options, float scaleX, float scaleY) function
Returns a Thumbnail BufferedImage object with custom scaling.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Rendering options. |
scaleX | float | The value by which to scale this Thumbnail in the x-axis direction. |
scaleY | float | The value by which to scale this Thumbnail in the y-axis direction. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when notesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |
getThumbnail(RenderingOptions options, Dimension imageSize) function
Returns a Thumbnail BufferedImage object with specified size.
Parameters
Name | Type | Description |
---|---|---|
options | RenderingOptions | Rendering options. |
imageSize | Dimension | Size of the image to create. |
Result
BufferedImage
Error
Error | Condition |
---|---|
InvalidOperationException | Thrown when options.NotesCommentsLayouting.NotesPosition takes the value NotesPositions.BottomFull |