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