Aspose::Pdf::Annotations::PDF3DContent class

PDF3DContent class

Class PDF3DContent.

class PDF3DContent : public System::Object

Methods

MethodDescription
get_Extension() constGets the extension .
GetAsByteArray()Gets 3D content as byte array.
GetAsStream()Gets 3D content as stream.
Load(System::String)Loads 3D content with the specified filename.
LoadAsPRC(System::String)Loads 3D content with the specified filename as PRC format.
LoadAsPRC(System::SharedPtr<System::IO::Stream>)Loads 3D content from stream as PRC format.
LoadAsPRC(System::ArrayPtr<uint8_t>)Loads 3D content from byte array as PRC format.
LoadAsU3D(System::String)Loads 3D content with the specified filename as U3D format.
LoadAsU3D(System::SharedPtr<System::IO::Stream>)Loads 3D content from stream as U3D format.
LoadAsU3D(System::ArrayPtr<uint8_t>)Loads 3D content from byte array as U3D format.
PDF3DContent()Initializes a new instance of the PDF3DContent class.
PDF3DContent(System::String)Initializes a new instance of the PDF3DContent class.
SaveToFile(System::String)Saves 3D content to file.

See Also