The following tables list the members exposed by the CADImage type.

Name Description
Public property AbsDepth Gets an absolute depths of the CADImage.
Public property AbsHeight Gets an absolute height of the CADImage.
Public property AbsWidth Gets an absolute width of the CADImage.
Public property Angle Gets or sets the angle for this CADImage object visualization.
Public property BackgroundColor Gets or sets a background color of this CADImage.
Public property BorderSize Gets or sets a border size in pixels.
Public property BorderType Gets or sets a border type.
Public property Center Gets or sets CADImage center point.
Public property Charset Gets or sets a character set for the text entities.
Public property Static CodePage Gets or sets a number that identifies the encoding used in the loaded CAD file.
Public property Converter Gets a converter that loads CAD entities from the file to draw them in the current CADImage.
Public property CurrentLayer Gets or sets a current layer for the CADImage.
Public property CurrentLayout Gets or sets a current layout for the CADImage.
Public property CurrentLayoutIndex Gets an index of the current layout.
Public property CurrentMarker Gets a currently selected marker.
Public property DefaultColor Gets or sets a default color for the CADImage.
Public property DefaultLayoutIndex Gets or sets a default layout index.
Public property DimensionsVisible Gets or sets a value indicating whether dimensions on the drawing are visible.
Public property DrawMode Gets or sets a current drawing mode.
Public property EnableSnap Gets or sets enablement of snap mode
Public property Extents Gets or sets an extents of the CADImage object.
Public property FileInf Gets information about a currently open file by means of the FileInfo class.
Public property GDIPainter Provides drawing functionality based on GDI+.
Public property GraphicsOutMode Specifies image draw mode.
Public property InterpolationMode Gets or sets the interpolation mode associated with current Graphics object
Public property Is3D Gets a value indicating whether this CADImage is three-dimensional.
Public property IsDraw3DAxes Gets or sets a value indicating whether 3D axes are shown on the drawing.
Public property IsDrawingRotated Gets a value indicating whether the CADImage has been rotated.
Public property IsShowBackground Gets or sets a value indicating using of a BackgroundColor.
Public property IsShowLineWeight Gets or sets a value indicating whether a thickness of lines in the CADImage is determined by the file data.
Public property IsSnapObject Gets a value, which shows if there is an object for snapping under current coordinates
Public property IsStopped For internal use.
Public property IsWithoutBorder Gest or sets a value indicating whether to draw the CADImage without borders.
Public property IsWithoutMargins Gets or sets a value indicating whether to draw the CADImage without margins.
Public property Static LastLoadedFilePath Specifying of the search directory (used for X-Refs, ImageEnt)
Public property LayersCount Gets a quantity of layers in this CADImage.
Public property Layouts Gets a collection of layouts in the current CADImage.
Public property LayoutsCount Gets a quantity of layouts in this CADImage.
Public property LineScaled Obsolete. Gets or sets a value indicating whether a width of lines to draw all entities in the drawing is specified by the file data.
Public property LineWeightScale Gets or sets a scale for drawing lines.
Public property MMToPixelX Gets or sets a value corresponding to amount of millimeters per one pixel.
Public property NavigateDrawMatrix
Public property NullWidth Gets or sets default thickness for lines used to draw a CADImage.
Public property NumberOfPartsInCircle Gets or sets a quantity of segments to be used to draw a circle.
Public property Painter Provides image drawing functionality.
Public property PrintDialog Gets or sets print dialog
Public property PureExtents Gets CADImage extents without margins.
Public property RecalcDotSingPts Should be assigned to true to correct render linetypes with shapes or text. Set to true before rendering when create or change linetype with shape or text
Public property ResizeDisproportionateDrawing For internal use
Public property SHXSearchPaths Gets or sets paths for searching SHX fonts.
Public property SearchSHXPaths Gets or sets a value specifying whether SHX paths will be searched for the fonts.
Public property SelectEntitiesCount Gets the number of selected entities
Public property SelectedEntities Gets or sets a list of selected entities
Public property SelectionMode Gets or sets a state of the Selection tool.
Public property Selector Provides selection functionality.
Public property SkipMMtoPixel For specific use
Public property SnapCurrent
Public property SnapOptions Represents Snap options for the CADImage object
Public property SnapRealPoint Gets a current point in absolute coordinates (drawing coordinates)
Public property SnapScreenPoint Gets current point in display coordinates
Public property TTFSmoothing Gets or sets a value indicating whether TTF fonts are smoothed.
Public property TextVisible Gets or sets a value indicating whether the texts in the CADImage are visible.
Public property UndoMode Gets or sets whether undo/redo is disable or enable for professional version
Public property UseDoubleBuffering Outdated. Does nothing
Public property UseLayerPriority
Public property UseMultyTTFFonts Gets or sets a value indicating whether a multimode is used for showing symbols.
Public property UseNullWidth Specifies if default width will be used instead of entity width.
Public property UseSHXFonts Specifies if SHX fonts will be used for visualization.
Public property UseTTFFonts Specifies if TTF fonts will be used for visualization.
Public property UseWinEllipse Gets or sets a value indicating whether arcs and circles in the CADImage are drawn with GDI+ drawing methods without linearization.
Top