CadPlotSettingsShadePlotCustomDpi Property |
Gets or sets the shade plot custom dpi.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic short ShadePlotCustomDpi { get; set; }
Public Property ShadePlotCustomDpi As Short
Get
Set
public:
property short ShadePlotCustomDpi {
short get ();
void set (short value);
}
member ShadePlotCustomDpi : int16 with get, set
Property Value
Type:
Int16
The shade plot custom dpi.
See Also