Class Pdf3dStream
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for a 3D stream.
public sealed class Pdf3dStream
- Inheritance
-
Pdf3dStream
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- Animation
(PDF 1.7) Gets the animation settings.
- DefaultView
Gets or sets the default (initial) view of the 3D artwork.
- Format
Gets the format of the 3D data contained in the stream.
- OnInstantiate
Gets or sets a JavaScript code that shall be executed when the 3D stream is instantiated.
- Views
Gets the collection of 3D views associated with this 3D artwork.
Methods
- Save(Stream)
Saves the 3D data to the specified stream.
- Save(string)
Saves the 3D data to the file with specified name.