ContentServerActionsTextFromWord Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.TextFromWord(System.IO.Stream)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.ActionsAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string TextFromWord(
Stream stream
)
Public Shared Function TextFromWord (
stream As Stream
) As String
public:
static String^ TextFromWord(
Stream^ stream
)
static member TextFromWord :
stream : Stream -> string
Parameters
- stream Stream
[Missing <param name="stream"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.TextFromWord(System.IO.Stream)"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ContentServerActions.TextFromWord(System.IO.Stream)"]
See Also