PDF3DContent

PDF3DContent class

Class PDF3DContent.

The PDF3DContent type exposes the following members:

Constructors

NameDescription
PDF3DContent()Initializes a new instance of the PDF3DContent class.
PDF3DContent(filename)Initializes a new instance of the PDF3DContent class

Properties

NameDescription
extensionGets the extension .

Methods

NameDescription
load_as_prc(filename)Loads 3D content with the specified filename as PRC format.
load_as_prc(stream)Loads 3D content from stream as PRC format.
load_as_prc(stream)Loads 3D content from byte array as PRC format.
load_as_u3d(filename)Loads 3D content with the specified filename as U3D format.
load_as_u3d(stream)Loads 3D content from stream as U3D format.
load_as_u3d(stream)Loads 3D content from byte array as U3D format.
load(filename)Loads 3D content with the specified filename.
save_to_file(filename)Saves 3D content to file.
get_as_stream()Gets 3D content as stream.
get_as_byte_array()Gets 3D content as byte array.

See Also