public interface IReleasePageStream
Defines a method which releases the stream created by the passed ICreatePageStream implementation.
| Modifier and Type | Method and Description |
|---|---|
void |
releasePageStream(int pageNumber,
OutputStream pageStream)
Represents a method which releases the stream created by the passed
ICreatePageStream implementation. |
void releasePageStream(int pageNumber,
OutputStream pageStream)
Represents a method which releases the stream created by the passed ICreatePageStream implementation.
pageNumber - The page number of a generated page preview.pageStream - The stream containing the generated page preview.
Learn more
Copyright © 2026. All rights reserved.