Adds the new 3D annotation based on 3D data from
Stream.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public Pdf3dAnnotation Add3dAnnotation(
PdfRectangle bounds,
Stream stream
)
VB
Public Function Add3dAnnotation (
bounds As PdfRectangle,
stream As Stream
) As Pdf3dAnnotation
Parameters
- bounds
- Type: BitMiracle.Docotic.Pdf.PdfRectangle
The bounds of the 3D annotation. - stream
- Type: System.IO.Stream
The stream containing 3D data in U3D or PRC format.
Return Value
Type:
Pdf3dAnnotationThe newly created
Pdf3dAnnotation object.
See Also