'Declaration Public Property pageWidth As System.Nullable(Of Single)
public System.Nullable<float> pageWidth { get; set; }
public: __property System.Nullable<float> get_pageWidth(); public: __property void set_pageWidth(
System.Nullable<float> value
);
public:
property System.Nullable<float> pageWidth { System.Nullable<float> get(); void set(System.Nullable<float> value); }