PDF3DAnnotation.PDF3DAnnotation

PDF3DAnnotation(Page, Rectangle, PDF3DArtwork)

Initializes a new instance of the PDF3DAnnotation class.

public PDF3DAnnotation(Page page, Rectangle rect, PDF3DArtwork pdf3DArtwork)
ParameterTypeDescription
pagePageThe page.
rectRectangleThe rectangle.
pdf3DArtworkPDF3DArtworkThe 3D Artwork.

See Also


PDF3DAnnotation(Page, Rectangle, PDF3DArtwork, PDF3DActivation)

Initializes a new instance of the PDF3DAnnotation class.

public PDF3DAnnotation(Page page, Rectangle rect, PDF3DArtwork pdf3DArtwork, 
    PDF3DActivation activation)
ParameterTypeDescription
pagePageThe page.
rectRectangleThe rectangle.
pdf3DArtworkPDF3DArtworkThe 3D Artwork.
activationPDF3DActivationThe activation mode.

Exceptions

exceptioncondition
Exception3D Stream is already added to current 3D Artwork

See Also