'Declaration Public Property PredefinedPageSizes As System.Collections.Generic.Dictionary(Of String,VintasoftSize)
public System.Collections.Generic.Dictionary<string,VintasoftSize> PredefinedPageSizes { get; set; }
public: __property System.Collections.Generic.Dictionary<string,VintasoftSize*>* get_PredefinedPageSizes(); public: __property void set_PredefinedPageSizes(
System.Collections.Generic.Dictionary<string,VintasoftSize*>* value
);
public:
property System.Collections.Generic.Dictionary<string,VintasoftSize^>^ PredefinedPageSizes { System.Collections.Generic.Dictionary<string,VintasoftSize^>^ get(); void set(System.Collections.Generic.Dictionary<string,VintasoftSize^>^ value); }