Share

AcDbPlotSettings::ShadePlotResLevel Enumeration

C++

enum ShadePlotResLevel {
  kDraft,
  kPreview,
  kNormal,
  kPresentation,
  kMaximum,
  kCustom
};

File

dbplotsettings.h

Members

Members Description
kDraft Plot as wireframe; this setting is legacy mode
kPreview Plot at one quarter of the current device resolution, to a maximum of 150 dpi@AcDbPlotSettings::@ShadePlotResLevel::kNormal Plot at half the current device resolution, to a maximum of 300 dpi; this is the default setting
kPresentation Plot at the current device resolution, to a maximum of 600 dpi
kMaximum Plot at the current device resolution, with no maximum
kCustom Plot at the current device resolution, to a maximum dpi specified by the shade plot custom dpi

Description

This is record AcDbPlotSettings::ShadePlotResLevel.

Was this information helpful?