GraphicUtilOpenStream Method |
Public API of XMLmind XSL-FO Converter for .NET
Opens the stream corresponding to specified location.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public static Stream OpenStream(
string location
)
Public Shared Function OpenStream (
location As String
) As Stream
public:
static Stream^ OpenStream(
String^ location
)
Parameters
- location
- Type: SystemString
the string form of an URI
Return Value
Type:
Streamopened input stream
Exceptions Exception | Condition |
---|
Exception | if location
cannot be parsed as an URL |
Exception | if an I/O error occurs
during the operation |
Remarks
This function supports "data:" locations.
See Also