mDwfExportParamsBackgroundColor Property
 | 
Namespace:  Teigha.Export_Import
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public Color BackgroundColor { get; set; }
 
Public Property BackgroundColor As Color
        Get
        Set
 
public:
property Color BackgroundColor {
        Color get ();
        void set (Color value);
}
 
member BackgroundColor : Color with get, set
 
 
 
Property Value
Type: 
Color 
See Also