'Declaration Public Property IsPortraitOrientation As System.Nullable(Of Boolean)
public System.Nullable<bool> IsPortraitOrientation { get; set; }
public: __property System.Nullable<bool> get_IsPortraitOrientation(); public: __property void set_IsPortraitOrientation(
System.Nullable<bool> value
);
public:
property System.Nullable<bool> IsPortraitOrientation { System.Nullable<bool> get(); void set(System.Nullable<bool> value); }
Property Value
True - page has portrait orientation; false - page has landscape orientation.