PngViewOptions Constructor (CreatePageStream) |
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic PngViewOptions(
CreatePageStream createPageStream
)
Public Sub New (
createPageStream As CreatePageStream
)
public:
PngViewOptions(
CreatePageStream^ createPageStream
)
new :
createPageStream : CreatePageStream -> PngViewOptions
Parameters
- createPageStream
- Type: GroupDocs.Viewer.InterfacesCreatePageStream
The method that instantiates stream used to write output page data.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when createPageStream is null. |
See Also