PlotSettings Class |
Namespace: netDxf.Objects
The PlotSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| PlotSettings |
Initializes a new plot settings.
|
| Name | Description | |
|---|---|---|
| BottomMargin |
Gets or set the size, in millimeters, of unprintable margin on bottom side of paper.
| |
| CurrentStyleSheet |
Gets or sets the current style sheet name.
| |
| Flags |
Gets or sets the plot layout flags.
| |
| LeftMargin |
Gets or set the size, in millimeters, of unprintable margin on left side of paper.
| |
| Origin |
Gets or sets the plot origin in millimeters.
| |
| PageSetupName |
Gets or sets the page setup name.
| |
| PaperImageOrigin |
Gets or sets the paper image origin.
| |
| PaperRotation |
Gets or sets the paper rotation.
| |
| PaperSize |
Gets or sets the plot paper size: physical paper width and height in millimeters.
| |
| PaperSizeName |
Gets or set the paper size name.
| |
| PaperUnits |
Gets or sets the paper units.
| |
| PlotterName |
Gets or sets the name of system printer or plot configuration file.
| |
| PrintScale |
Gets the scale factor.
| |
| PrintScaleDenominator |
Gets or sets the denominator of custom print scale: real world (paper) units
| |
| PrintScaleNumerator |
Gets or sets the numerator of custom print scale: real world (paper) units
| |
| RightMargin |
Gets or set the size, in millimeters, of unprintable margin on right side of paper.
| |
| TopMargin |
Gets or set the size, in millimeters, of unprintable margin on top side of paper.
| |
| ViewName |
Gets or sets the plot view name.
| |
| WindowBottomLeft |
Gets or sets the plot lower-left window corner.
| |
| WindowUpRight |
Gets or sets the plot upper-right window corner.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new plot settings that is a copy of the current instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |