'Declaration Public Property automaticalOrientation As AutoTextOrientationRequestParams
public AutoTextOrientationRequestParams automaticalOrientation { get; set; }
public: __property AutoTextOrientationRequestParams* get_automaticalOrientation(); public: __property void set_automaticalOrientation(
AutoTextOrientationRequestParams* value
);
public:
property AutoTextOrientationRequestParams^ automaticalOrientation { AutoTextOrientationRequestParams^ get(); void set(AutoTextOrientationRequestParams^ value); }