Enum RenderErrorCode

RenderErrorCode enumeration

Represents possible missing sections in CAD file

public enum RenderErrorCode

Values

NameValueDescription
MissingHeader0Header is missing
MissingLayouts1Layouts information is missing
MissingBlocks2Block information is missing
MissingDimensionStyles3Dimension styles information is missing
MissingStyles4Styles information is missing
PdfRendererFailed5Unable to render drawing parts with PDF
EmbeddedImageFailed6Unable to export embedded image
MissingClass7Class is not registered

See Also