public uint BackgroundColor {get; set;}
public: __property uint get_BackgroundColor(); public: __property void set_BackgroundColor( uint value );
'Declaration Public Property BackgroundColor As UInteger
'Usage Dim instance As CADPDFSaveOptions Dim value As UInteger instance.BackgroundColor = value value = instance.BackgroundColor