'Declaration Public Property PageSize As System.Nullable(Of VintasoftSize)
public System.Nullable<VintasoftSize> PageSize { get; set; }
public: __property System.Nullable<VintasoftSize*>* get_PageSize(); public: __property void set_PageSize(
System.Nullable<VintasoftSize*>* value
);
public:
property System.Nullable<VintasoftSize^>^ PageSize { System.Nullable<VintasoftSize^>^ get(); void set(System.Nullable<VintasoftSize^>^ value); }