ReleasePageStream

ReleasePageStream delegate

Releases stream which was instantiated by the method associated with CreatePageStream delegate.

public delegate void ReleasePageStream(int pageNumber, Stream pageStream);
Parameter Type Description
pageNumber Int32 Number of the page.
pageStream Stream The stream created by the method associated with CreatePageStream delegate.

See Also