PreviewOptions

PreviewOptions(CreatePageStream)

Initializes a new instance of the PreviewOptions class causing the output stream to be closed.

public PreviewOptions(CreatePageStream createPageStream)
Parameter Type Description
createPageStream CreatePageStream Creates a stream for a specific page preview.

See Also


PreviewOptions(CreatePageStream, ReleasePageStream)

Initializes a new instance of PreviewOptions class causing the output stream to be returned to the client for further use.

public PreviewOptions(CreatePageStream createPageStream, ReleasePageStream releasePageStream)
Parameter Type Description
createPageStream CreatePageStream Creates a stream for a specific page preview
releasePageStream ReleasePageStream Notifies that the page preview generation is done and gets the output stream.

See Also