Click or drag to resize
GraphicUtilOpenStream Method
Public API of XMLmind XSL-FO Converter for .NET
Opens the stream corresponding to specified location.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public static Stream OpenStream(
	string location
)

Parameters

location
Type: SystemString
the string form of an URI

Return Value

Type: Stream
opened input stream
Exceptions
ExceptionCondition
Exceptionif location cannot be parsed as an URL
Exceptionif an I/O error occurs during the operation
Remarks
This function supports "data:" locations.
See Also