DwgDecoder Class |
Namespace: Atalasoft.Imaging.Codec.CadCam
The DwgDecoder type exposes the following members.
Name | Description | |
---|---|---|
DwgDecoder | Constructs a new DwgDecoder object. |
Name | Description | |
---|---|---|
BackgroundColor | Sets or gets the background color that will be used for a given drawing | |
DefaultSize | Sets or gets the default page size in inches. | |
FitToPage | Sets or gets how the drawing is fit to the page. | |
OutsidePageSize | Sets or gets the size of resulting images in pixels | |
Resolution | Sets or gets the resolution of resulting images. | |
SupportedImageType | Obsolete. Returns the ImageType that the implemented decoder class supports. (Inherited from ImageDecoder.) | |
UseOutsidePageSize | Sets or gets a flag indicating whether or not the files page size should be overridden. | |
Zoom | Gets or sets zoom factor. | |
ZoomPoint | Sets or gets the point from which zooming should be done on the image. |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the DwgDecoder | |
Dispose(Boolean) | Releases the unmanaged resources used by the DwgDecoder and optionally releases the managed resources | |
Distill | Scans through a document, extracts the geometry with each page, and optionally reduces it to primitives.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFrameCount | Returns the number of conceptual frames in a DWG file. (Overrides MultiFramedImageDecoderGetFrameCount(Stream).) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImageInfo(Stream) | Returns information about an image in the file. (Overrides ImageDecoderGetImageInfo(Stream).) | |
GetImageInfo(Stream, Int32) | Returns information about an image in the file. (Overrides MultiFramedImageDecoderGetImageInfo(Stream, Int32).) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValidFormat | Checks to see if a stream contains a DWG image. (Overrides ImageDecoderIsValidFormat(Stream).) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Read(Stream, ProgressEventHandler) | Reads an image from a stream. (Overrides ImageDecoderRead(Stream, ProgressEventHandler).) | |
Read(Stream, Int32, ProgressEventHandler) | Reads an image from a stream. (Overrides MultiFramedImageDecoderRead(Stream, Int32, ProgressEventHandler).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MAXRESOLUTION | A constant representing the maximum resolution for rasterizing an image. | |
MINRESOLUTION | A constant representing the minimum resolution for rasterizing an image. |