Hi,
I want to pass destinationpath as MemoryStream to VectorLayer.Convert for further use. If there is any option can you please share chunk of code.
I want to execute below code
var outputStream = new MemoryStream(); …...any way to pass destination path as memory stream Aspose.GIS...MemoryStream as the destination path to the VectorLayer.Convert method...