RenderErrorCode
RenderErrorCode enumeration
Represents possible missing sections in CAD file
public enum RenderErrorCode
Values
Name | Value | Description |
---|---|---|
MissingHeader | 0 |
Header is missing |
MissingLayouts | 1 |
Layouts information is missing |
MissingBlocks | 2 |
Block information is missing |
MissingDimensionStyles | 3 |
Dimension styles information is missing |
MissingStyles | 4 |
Styles information is missing |
PdfRendererFailed | 5 |
Unable to render drawing parts with PDF |
EmbeddedImageFailed | 6 |
Unable to export embedded image |
See Also
- namespace Aspose.CAD.ImageOptions
- assembly Aspose.CAD