This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
c9f60a9f 14ef ad96 87f6 930f344b738f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represents the plot settings of a layout.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class PlotSettings : ICloneableVB
Public Class PlotSettings
Implements ICloneableC++
public ref class PlotSettings : ICloneableF#
type PlotSettings =
class
interface ICloneable
end| Inheritance | Object → PlotSettings |
| Implements | ICloneable |
| PlotSettings | Initializes a new instance of PlotSettings. |
| CurrentStyleSheet | Gets or sets the current style sheet name. |
| Flags | Gets or sets the plot layout flags. |
| 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. |
| PaperMargin | Gets or set the size, in millimeters, of unprintable margins of paper. |
| 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. |
| PlotType | Gets or sets the portion of paper space to output to the media. |
| PrintScale | Gets the scale factor. |
| PrintScaleDenominator | Gets or sets the denominator of custom print scale: drawing units. |
| PrintScaleNumerator | Gets or sets the numerator of custom print scale: real world paper units. |
| ScaleToFit | Gets or sets if the plot scale will be automatically computed show the drawing fits the media. |
| ShadePlotDPI | Gets or sets the shade plot custom DPI. |
| ShadePlotMode | Gets or sets the shade plot mode. |
| ShadePlotResolutionMode | Gets or sets the plot resolution mode. |
| 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. |
| 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |