InlineXbrlDocument

InlineXbrlDocument(string)

Initializes a new instance of InlineXbrlDocument class and open a file.

public InlineXbrlDocument(string fileName)
ParameterTypeDescription
fileNameStringThe file name.

See Also


InlineXbrlDocument(Stream)

Initializes a new instance of InlineXbrlDocument class and opens it with a stream..

public InlineXbrlDocument(Stream stream)
ParameterTypeDescription
streamStreamThe file stream.

See Also


InlineXbrlDocument(string, LoadOptions)

Initializes a new instance of InlineXbrlDocument class and open a file.

public InlineXbrlDocument(string fileName, LoadOptions options)
ParameterTypeDescription
fileNameStringThe file name.
optionsLoadOptionsThe load options.

See Also


InlineXbrlDocument(Stream, LoadOptions)

Initializes a new instance of InlineXbrlDocument class and opens it with a stream.

public InlineXbrlDocument(Stream stream, LoadOptions options)
ParameterTypeDescription
streamStreamThe file name.
optionsLoadOptionsThe load options.

See Also