IRenderStream.Finish Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows the rendering extension to indicate that there is no additional content to be added to the given stream.
public:
void Finish();
public void Finish ();
abstract member Finish : unit -> unit
Public Sub Finish ()
Remarks
Calling the Finish method indicates that the stream is ready to be returned to the user or saved for later retrieval. No additional content may be written to the stream after the Finish method has been called.