CadImageThumbnailImage Property |
Gets or sets the thumbnail image.
Namespace:
Aspose.CAD.FileFormats.Cad
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadThumbnailImage ThumbnailImage { get; set; }
Public Property ThumbnailImage As CadThumbnailImage
Get
Set
public:
property CadThumbnailImage^ ThumbnailImage {
CadThumbnailImage^ get ();
void set (CadThumbnailImage^ value);
}
member ThumbnailImage : CadThumbnailImage with get, set
Property Value
Type:
CadThumbnailImage
The thumbnail image.
See Also