PlotSettingsValidatorSetClosestMediaName
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetClosestMediaName(
PlotSettings plotSet,
double paperWidth,
double paperHeight,
PlotPaperUnit units,
bool matchPrintableArea
)
Public Sub SetClosestMediaName (
plotSet As PlotSettings,
paperWidth As Double,
paperHeight As Double,
units As PlotPaperUnit,
matchPrintableArea As Boolean
)
public:
void SetClosestMediaName(
PlotSettings^ plotSet,
double paperWidth,
double paperHeight,
PlotPaperUnit units,
bool matchPrintableArea
)
member SetClosestMediaName :
plotSet : PlotSettings *
paperWidth : float *
paperHeight : float *
units : PlotPaperUnit *
matchPrintableArea : bool -> unit
Parameters
- plotSet PlotSettings
-
- paperWidth Double
-
- paperHeight Double
-
- units PlotPaperUnit
-
- matchPrintableArea Boolean
-
See Also