Class PDF3DContent
PDF3DContent class
Class PDF3DContent.
public class PDF3DContent
Constructors
Name | Description |
---|
PDF3DContent() | Initializes a new instance of the PDF3DContent class. |
PDF3DContent(string) | Initializes a new instance of the PDF3DContent class. |
Properties
Name | Description |
---|
Extension { get; } | Gets the extension . |
Methods
Name | Description |
---|
GetAsByteArray() | Gets 3D content as byte array. |
GetAsStream() | Gets 3D content as stream. |
Load(string) | Loads 3D content with the specified filename. |
LoadAsPRC(byte[]) | Loads 3D content from byte array as PRC format. |
LoadAsPRC(Stream) | Loads 3D content from stream as PRC format. |
LoadAsPRC(string) | Loads 3D content with the specified filename as PRC format. |
LoadAsU3D(byte[]) | Loads 3D content from byte array as U3D format. |
LoadAsU3D(Stream) | Loads 3D content from stream as U3D format. |
LoadAsU3D(string) | Loads 3D content with the specified filename as U3D format. |
SaveToFile(string) | Saves 3D content to file. |
See Also