Click or drag to resize

PlotSettings Class

Represents the plot settings of a layout.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.ObjectsPlotSettings

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class PlotSettings : ICloneable

The PlotSettings type exposes the following members.

Constructors
  NameDescription
Public methodPlotSettings
Initializes a new plot settings.
Top
Properties
  NameDescription
Public propertyBottomMargin
Gets or set the size, in millimeters, of unprintable margin on bottom side of paper.
Public propertyCurrentStyleSheet
Gets or sets the current style sheet name.
Public propertyFlags
Gets or sets the plot layout flags.
Public propertyLeftMargin
Gets or set the size, in millimeters, of unprintable margin on left side of paper.
Public propertyOrigin
Gets or sets the plot origin in millimeters.
Public propertyPageSetupName
Gets or sets the page setup name.
Public propertyPaperImageOrigin
Gets or sets the paper image origin.
Public propertyPaperRotation
Gets or sets the paper rotation.
Public propertyPaperSize
Gets or sets the plot paper size: physical paper width and height in millimeters.
Public propertyPaperSizeName
Gets or set the paper size name.
Public propertyPaperUnits
Gets or sets the paper units.
Public propertyPlotterName
Gets or sets the name of system printer or plot configuration file.
Public propertyPrintScale
Gets the scale factor.
Public propertyPrintScaleDenominator
Gets or sets the denominator of custom print scale: real world (paper) units
Public propertyPrintScaleNumerator
Gets or sets the numerator of custom print scale: real world (paper) units
Public propertyRightMargin
Gets or set the size, in millimeters, of unprintable margin on right side of paper.
Public propertyTopMargin
Gets or set the size, in millimeters, of unprintable margin on top side of paper.
Public propertyViewName
Gets or sets the plot view name.
Public propertyWindowBottomLeft
Gets or sets the plot lower-left window corner.
Public propertyWindowUpRight
Gets or sets the plot upper-right window corner.
Top
Methods
  NameDescription
Public methodClone
Creates a new plot settings that is a copy of the current instance.
Top
See Also