Click or drag to resize

PlotSettings Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents the plot settings of a layout.
Inheritance Hierarchy
SystemObject
  netDxf.ObjectsPlotSettings

Namespace:  netDxf.Objects
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class PlotSettings : ICloneable
Request Example View Source

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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also