Interface to use in order to output a view to another medium.
More...
|
|
| Writer (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
virtual void | WriteAll () |
| | Output all the data.
|
| |
|
virtual void | WriteInit () |
| | Initialize file and output only the header.
|
| |
|
virtual void | WriteData () |
| | Output the data. Should be called between writeInit() and writeFinish().
|
| |
|
virtual void | WriteFinish () |
| | Write footer (if any) and finalize file. Should be called after writeData().
|
| |
|
virtual string | Name () |
| | Returns the name of the writer.
|
| |
|
virtual string | Version () |
| | Returns the version of the writer.
|
| |
| virtual void | SetOption (string parameter, VariantDataValue data) |
| | Set an option value to writer.
|
| |
|
string | ToString () |
| | Return a string representation.
|
| |
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (Writer obj) |
| |
|
|
virtual void | Dispose (bool disposing) |
| |
Interface to use in order to output a view to another medium.
◆ SetOption()
| virtual void IOLink.Writer.SetOption |
( |
string |
parameter, |
|
|
VariantDataValue |
data |
|
) |
| |
|
inlinevirtual |
Set an option value to writer.
- Parameters
-
| parameter | name of parameter whose value must be set |
| data | value to set for the given parameter. Must be built with MetadataValue factory |
- Exceptions
-
| Error | if parameter is not known or given data is not valid |
The documentation for this class was generated from the following file:
- Release/net/generated/Writer.cs