Pdf3dStream Class

Class for a 3D stream.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.Pdf3dStream

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class Pdf3dStream
VB
Public NotInheritable Class Pdf3dStream

The Pdf3dStream type exposes the following members.

Properties

  NameDescription
Public propertyAnimation
(PDF 1.7) Gets the animation settings.
Public propertyDefaultView
Gets or sets the default (initial) view of the 3D artwork.
Public propertyFormat
Gets the format of the 3D data contained in the stream.
Public propertyOnInstantiate
Gets or sets a JavaScript code that shall be executed when the 3D stream is instantiated.
Public propertyViews
Gets the collection of 3D views associated with this 3D artwork.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSave(Stream)
Saves the 3D data to the specified stream.
Public methodSave(String)
Saves the 3D data to the file with specified name.
Public methodToString (Inherited from Object.)

See Also