'Declaration Public Property ScanRotation As WiaScanRotation
public WiaScanRotation ScanRotation { get; set; }
public: __property WiaScanRotation get_ScanRotation(); public: __property void set_ScanRotation(
WiaScanRotation value
);
public:
property WiaScanRotation ScanRotation { WiaScanRotation get(); void set(WiaScanRotation value); }