ThreeDData Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents a 3D data (.u3d) in PDF document.
Inheritance Hierarchy
Bytescout.PDFThreeDData
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.3.0.623-master
Syntax
The ThreeDData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ThreeDData(Stream) | Creates a new 3D data initialized from specified stream. |
![]() | ThreeDData(String) | Creates a new 3D data initialized from the specified existing file. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Save(Stream) | Saves the contents of this Bytescout.PDF.ThreeDData to the specified stream. |
![]() | Save(String) | Saves the contents of this Bytescout.PDF.ThreeDData to the specified file. |
![]() | ToString | (Inherited from Object.) |
See Also