public class PDF3DStream extends Object
Class PDF3DStream.
Constructor and Description |
---|
PDF3DStream(IDocument doc,
PDF3DArtwork pdf3DArtwork)
Initializes a new instance of the
PDF3DStream class. |
Modifier and Type | Method and Description |
---|---|
PDF3DContent |
getContent()
Gets or sets the content.
|
void |
setContent(PDF3DContent value)
Gets or sets the content.
|
public PDF3DStream(IDocument doc, PDF3DArtwork pdf3DArtwork)
Initializes a new instance of the PDF3DStream
class.
doc
- The document.pdf3DArtwork
- The 3D Artwork.public PDF3DContent getContent()
Gets or sets the content.
public void setContent(PDF3DContent value)
Gets or sets the content.
value
- : The PDF3DContent object content.