ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearCADPage Class / SaveOptions Property




In This Topic
    SaveOptions Property
    In This Topic
    Contains save options for this ImGearCADPage
    Syntax
    'Declaration
     
    Public ReadOnly Property SaveOptions As Dictionary(Of String,Object)
    'Usage
     
    Dim instance As ImGearCADPage
    Dim value As Dictionary(Of String,Object)
     
    value = instance.SaveOptions
    public Dictionary<string,object> SaveOptions {get;}
    public: __property Dictionary<string*,Object*>* get_SaveOptions();
    public:
    property Dictionary<String^,Object^>^ SaveOptions {
       Dictionary<String^,Object^>^ get();
    }
    See Also