Write3DPDF(Write3DPdfParams, Stream) Constructor

To stream with write params.
Public Sub New( _ 
ByVal writeParams As Write3DPdfParams, _ 
ByVal stream As Stream
)
This language is not supported or no code example is available.
public Write3DPDF( 
Write3DPdfParams writeParams
Stream stream 
)
This language is not supported or no code example is available.

Parameters

writeParams
Write3DPdfParams

The Write3DPdfParams

stream
Stream

The file stream

Remarks
 
The closing of the stream is delegated to you.

.NET Framework

Supported in: 4.8

In this article

Definition