[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.Model3DStream.-ctor

Model3DStream Constructor

Model3DStream(Stream, IPdfName)

Initializes a new instance of the Model3DAnnotation class.

Declaration
public Model3DStream(Stream stream, IPdfName format)
Public Sub New(stream As Stream, format As IPdfName)
Parameters
Type Name Description
Stream stream

The Stream object containing 3D data.

IPdfName format

The IPdfName object defining the format of 3D data, the Model3DStreamFormat static class defines the valid values.