CadOptions Class
Provides options for rendering CAD drawings.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsCadOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class CadOptions

The CadOptions type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Image background color
Public propertyHeight
The height of the output result in pixels.
Public propertyLayers
The CAD drawing layers to render.
Public propertyLayoutName
The name of the specific layout to render. Layout name is case-sensitive.
Public propertyPc3File
PC3 - plotter configuration file
Public propertyRenderLayouts
Indicates whether layouts from CAD document should be rendered.
Public propertyScaleFactor
Values higher than 1 will enlarge output result; values between 0 and 1 will make output result smaller.
Public propertyTiles
The drawing regions to render.
Public propertyWidth
The width of the output result in pixels.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberForRenderingByHeight
Initializes new instance of CadOptions class for rendering by height.
Public methodStatic memberForRenderingByScaleFactor
Initializes new instance of CadOptions class for rendering by scale factor.
Public methodStatic memberForRenderingByWidth
Initializes new instance of CadOptions class for rendering by width.
Public methodStatic memberForRenderingByWidthAndHeight
Initializes new instance of CadOptions class for rendering by width and height.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also