'Declaration Public Property ZoomScalePageLayoutView As System.Nullable(Of UInteger)
public System.Nullable<uint> ZoomScalePageLayoutView { get; set; }
public: __property System.Nullable<uint> get_ZoomScalePageLayoutView(); public: __property void set_ZoomScalePageLayoutView(
System.Nullable<uint> value
);
public:
property System.Nullable<uint> ZoomScalePageLayoutView { System.Nullable<uint> get(); void set(System.Nullable<uint> value); }