PDF3DContent

Overview

PDF3DContent is a class in Aspose.PDF FOSS for .NET.

Embedded-stream content for a 3D artwork (U3D or PRC).

This class provides 12 methods for working with PDF3DContent objects in .NET programs. Available methods include: GetAsByteArray, GetAsStream, Load, LoadAsPRC, LoadAsU3D, PDF3DContent, SaveToFile. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Extension.

Properties

NameTypeAccessDescription
Extensionstring?ReadGets the extension.

Methods

SignatureDescription
PDF3DContent()Calls PDF3DContent on this PDF3DContent instance.
PDF3DContent(filename: string)
GetAsByteArray()Calls GetAsByteArray on this PDF3DContent instance.
GetAsStream()Calls GetAsStream on this PDF3DContent instance.
Load(filename: string)Calls Load on this PDF3DContent instance.
LoadAsPRC(stream: byte[])Calls LoadAsPRC on this PDF3DContent instance.
LoadAsPRC(stream: Stream)
LoadAsPRC(filename: string)
LoadAsU3D(stream: byte[])Calls LoadAsU3D on this PDF3DContent instance.
LoadAsU3D(stream: Stream)
LoadAsU3D(filename: string)
SaveToFile(filename: string)Calls SaveToFile on this PDF3DContent instance.

See Also