Parse the document specified by file name,
into an object ready for rendering.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void SetFile(
string fileName
)
Public Sub SetFile (
fileName As String
)
member SetFile :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
Path to a .doc, .docx, .dot or .dotx file.
See Also