PdfPage.Add3dAnnotation Method (PdfRectangle, Pdf3dStream)

Adds the new 3D annotation based on 3D data from Pdf3dStream.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public Pdf3dAnnotation Add3dAnnotation(
	PdfRectangle bounds,
	Pdf3dStream data
)
VB
Public Function Add3dAnnotation ( 
	bounds As PdfRectangle,
	data As Pdf3dStream
) As Pdf3dAnnotation

Parameters

bounds
Type: BitMiracle.Docotic.Pdf.PdfRectangle
The bounds of the 3D annotation.
data
Type: BitMiracle.Docotic.Pdf.Pdf3dStream
The 3D data to use in the annotation.

Return Value

Type: Pdf3dAnnotation
The newly created Pdf3dAnnotation object.

See Also