ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADPDFSaveOptions Class / BackgroundColor Property




In This Topic
    BackgroundColor Property
    In This Topic
    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