public class CadThumbnailImage extends Object
The Cad ThumbnailImage entity.
Constructor and Description |
---|
CadThumbnailImage()
Initializes a new instance of the
CadThumbnailImage class. |
Modifier and Type | Method and Description |
---|---|
int |
getBytesNumber()
Gets or sets the bytes number.
|
byte[] |
getPreviewImageData()
Gets or sets the preview image data.
|
void |
setBytesNumber(int value)
Gets or sets the bytes number.
|
void |
setPreviewImageData(byte[] value)
Gets or sets the preview image data.
|
public CadThumbnailImage()
Initializes a new instance of the CadThumbnailImage
class.
public final int getBytesNumber()
Gets or sets the bytes number.
public final void setBytesNumber(int value)
Gets or sets the bytes number.
value
- The bytes number.public final byte[] getPreviewImageData()
Gets or sets the preview image data.
public final void setPreviewImageData(byte[] value)
Gets or sets the preview image data.
value
- The preview image data.