Click or drag to resize

ThumbnailImage Class

The THUMBNAILIMAGE section of a DXF file exists only if a preview image has been saved with the DXF file.
Inheritance Hierarchy
SystemObject
  DXFReaderNETThumbnailImage

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class ThumbnailImage

The ThumbnailImage type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailImage
The thumbnail image.
Top
Properties
  NameDescription
Public propertyImage
Gets or sets the thumbnail image (if any).
Public propertyNumberOfBytes
The number of bytes in the image
Public propertyPreviewImageData
Preview image data (multiple lines; 256 characters maximum per line)
Top
See Also