PlotSettingsPlotPaperMargins Property
|
Property that represents the margins of the
paper for this PlotSettings object. Margins are measured from their
respective edges to the plot area and are independent of plot
rotation. All distances are represented in millimeters, regardless
of the drawing units.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public Extents2d PlotPaperMargins { get; }
Public ReadOnly Property PlotPaperMargins As Extents2d
Get
public:
property Extents2d PlotPaperMargins {
Extents2d get ();
}
member PlotPaperMargins : Extents2d with get
Property Value
Extents2d
See Also