Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

bb87c3f6 da6d 769e 5a80 0a592dec57aa

haplokuon edited this page May 6, 2023 · 1 revision

ShadePlotDPI Property

netDxf 3.0.0 Library

Gets or sets the shade plot custom DPI.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public short ShadePlotDPI { get; set; }

VB

Public Property ShadePlotDPI As Short
	Get
	Set

C++

public:
property short ShadePlotDPI {
	short get ();
	void set (short value);
}

F#

member ShadePlotDPI : int16 with get, set

Property Value

Int16

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally