mPDFExportParamsColor_Policy
Property
|
Property that represents export color policy
value. 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 to grayscale.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ColorPolicy Color_Policy { get; set; }
Public Property Color_Policy As ColorPolicy
Get
Set
public:
property ColorPolicy Color_Policy {
ColorPolicy get ();
void set (ColorPolicy value);
}
member Color_Policy : ColorPolicy with get, set
Property Value
ColorPolicy
See Also