ImageGear .NET - Updated
BackgroundColor Property (CADPDFSaveOptions)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADPDFSaveOptions Class : BackgroundColor Property
Background color save option
Syntax
'Declaration
 
Public Property BackgroundColor As UInteger
'Usage
 
Dim instance As CADPDFSaveOptions
Dim value As UInteger
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public uint BackgroundColor {get; set;}
public: __property uint get_BackgroundColor();
public: __property void set_BackgroundColor( 
   uint value
);
public:
property uint BackgroundColor {
   uint get();
   void set (    uint value);
}
See Also

Reference

CADPDFSaveOptions Class
CADPDFSaveOptions Members