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.12.2
Syntax
public class ThumbnailImage

The ThumbnailImage type exposes the following members.

Constructors
  NameDescription
Public methodThumbnailImage
The thumbnail image.
Top
Properties
  NameDescription
Public propertyHasImage
True if the thumbnail bitmap was decoded successfully.
Public propertyHeight
Preview height in pixels (0 if no image).
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)
Public propertyWidth
Preview width in pixels (0 if no image).
Top
See Also