VisualsToXpsDocument.EndBatchWrite Method

Definition

Indicates that write operations must end.

public:
 override void EndBatchWrite();
public override void EndBatchWrite ();
override this.EndBatchWrite : unit -> unit
Public Overrides Sub EndBatchWrite ()

Remarks

After the last call to Write or WriteAsync, call this method.

You must call BeginBatchWrite before any write operations.

Applies to