CadThumbnailImage
Contents
[
Hide
]The Cad ThumbnailImage entity.
Constructors
| Constructor | Description |
|---|---|
| CadThumbnailImage() | Initializes a new instance of the CadThumbnailImage class. |
Methods
| Method | Description |
|---|---|
| getBytesNumber() | Gets or sets the bytes number. |
| setBytesNumber(int value) | Gets or sets the bytes number. |
| getPreviewImageData() | Gets or sets the preview image data. |
| setPreviewImageData(byte[] value) | Gets or sets the preview image data. |
CadThumbnailImage()
public CadThumbnailImage()
Initializes a new instance of the CadThumbnailImage class.
getBytesNumber()
public final int getBytesNumber()
Gets or sets the bytes number.
Returns: int - The bytes number.
setBytesNumber(int value)
public final void setBytesNumber(int value)
Gets or sets the bytes number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The bytes number. |
getPreviewImageData()
public final byte[] getPreviewImageData()
Gets or sets the preview image data.
Returns: byte[] - The preview image data.
setPreviewImageData(byte[] value)
public final void setPreviewImageData(byte[] value)
Gets or sets the preview image data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | The preview image data. |