PlotStyleDataVirtualPenNumber Property
|
Property that represents the virtual pen
number to use for a plot style in range from 1 to 255. Many
plotters that do not use pens can simulate the performance of a pen
plotter by using virtual pens. If you allow software to control the
pens, the Plot Style Table values for the Lineweight, Linetype,
Screening, Line End Style, Line Join Style, and Fill Style settings
are effective and override the settings on the plotter's control
panel.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int VirtualPenNumber { get; set; }
Public Property VirtualPenNumber As Integer
Get
Set
public:
property int VirtualPenNumber {
int get ();
void set (int value);
}
member VirtualPenNumber : int with get, set
Property Value
Int32
See Also