'Declaration Public Property ScanOrientation As WiaScanOrientation
public WiaScanOrientation ScanOrientation { get; set; }
public: __property WiaScanOrientation get_ScanOrientation(); public: __property void set_ScanOrientation(
WiaScanOrientation value
);
public:
property WiaScanOrientation ScanOrientation { WiaScanOrientation get(); void set(WiaScanOrientation value); }