PDF3DStream

Overview

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

PDF /3DD stream wrapper — pairs a PDF3DArtwork with its document-owned content stream.

This class provides 1 method for working with PDF3DStream objects in .NET programs. Available methods include: PDF3DStream. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Content.

Properties

NameTypeAccessDescription
ContentPDF3DContent?Read/WriteGets or sets the content.

Methods

SignatureDescription
PDF3DStream(doc: Document, pdf3DArtwork: PDF3DArtwork)Calls PDF3DStream on this PDF3DStream instance.

See Also