Skip to content

ACadSharp.DwgPreview

Albert Domenech edited this page Apr 1, 2025 · 3 revisions

DwgPreview Class

Stores the thumbnail information to generate the preview for a CadDocument.

Definition

Namespace: ACadSharp

C#

public class DwgPreview

Properties

Returns Name Summary
PreviewType Code Code that specifies the type of media stored in the preview.
Byte[] RawHeader Header for the preview section.
Byte[] RawImage Bytes conforming the thumbnail.

Methods

Returns Name Summary
Void Save(System.String) Save the image into a file.
Clone this wiki locally