Save

Save(string)

Creates and saves the inline xbrl file to the disk.

public void Save(string fileName)
Parameter Type Description
fileName String The name of created file.

See Also


Save(Stream)

Creates and saves the inline xbrl file to the stream.

public void Save(Stream stream)
Parameter Type Description
stream Stream The stream.

See Also


Save(string, SaveOptions)

Creates and saves the inline xbrl file to the disk.

public void Save(string fileName, SaveOptions saveOptions)
Parameter Type Description
fileName String The name of created file.
saveOptions SaveOptions The save options.

See Also


Save(Stream, SaveOptions)

Creates and saves the inline xbrl file to the stream.

public void Save(Stream stream, SaveOptions saveOptions)
Parameter Type Description
stream Stream The stream.
saveOptions SaveOptions The save options.

See Also