PlotStyleDataColorPolicy
Property
|
Property that represents color policy for
plotting. Available values: * 0 (NoPolicy) - No color policy. A
drawing is exported with its native color palette (as is). * 1
(Mono) - Drawing is exported to a monochrome .pdf file. * 2
(Grayscale) - Drawing is exported to a grayscale .pdf file. Native
colors are converted into grayscale.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int ColorPolicy { get; set; }
Public Property ColorPolicy As Integer
Get
Set
public:
property int ColorPolicy {
int get ();
void set (int value);
}
member ColorPolicy : int with get, set
Property Value
Int32
See Also