ACadSharp.Objects.PlotSettings - DomCR/ACadSharp GitHub Wiki
Represents a object
Object name
Dxf class name
Namespace: ACadSharp.Objects
C#
DxfNameAttribute
DxfSubClassAttribute
public class PlotSettings
Returns | Name | Summary |
---|---|---|
Double |
DenominatorScale | Denominator of custom print scale: drawing units |
PlotFlags |
Flags | Plot layout flags |
Double |
NumeratorScale | Numerator of custom print scale: real world(paper) units |
String |
ObjectName | |
ObjectType |
ObjectType | |
String |
PageName | Page Setup name |
Double |
PaperHeight | Physical paper height in millimeters |
XY |
PaperImageOrigin | Paper image origin |
Double |
PaperImageOriginX | Paper image origin: X value |
Double |
PaperImageOriginY | Paper image origin: Y value |
PlotRotation |
PaperRotation | Plot paper rotation. |
String |
PaperSize | Paper size |
PlotPaperUnits |
PaperUnits | Plot paper units. |
Double |
PaperWidth | Physical paper width in millimeters |
Double |
PlotOriginX | Plot origin: X value of origin offset in millimeters |
Double |
PlotOriginY | Plot origin: Y value of origin offset in millimeters |
PlotType |
PlotType | Portion of paper space to output to the media |
String |
PlotViewName | Plot view name |
Double |
PrintScale | Gets the scale factor. |
ScaledType |
ScaledFit | Standard scale type |
Int16 |
ShadePlotDPI | Shade plot custom DPI. |
UInt64 |
ShadePlotIDHandle | ShadePlot ID/Handle(optional) |
ShadePlotMode |
ShadePlotMode | Plot shade mode. |
ShadePlotResolutionMode |
ShadePlotResolutionMode | Plot resolution. |
Double |
StandardScale | A floating point scale factor that represents the standard scale value specified in code 75. |
String |
StyleSheet | Current style sheet |
String |
SubclassMarker | |
String |
SystemPrinterName | Name of system printer or plot configuration file |
PaperMargin |
UnprintableMargin | Size, in millimeters, of unprintable margins of paper |
Double |
WindowLowerLeftX | Plot window area: X value of lower-left window corner |
Double |
WindowLowerLeftY | Plot window area: Y value of upper-right window corner |
Double |
WindowUpperLeftX | Plot window area: X value of lower-left window corner |
Double |
WindowUpperLeftY | Plot window area: Y value of upper-right window corner |