Click or drag to resize

Pdf3DAnnotation Class

Represents 3D annotation
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.Net.WrappersPdfWrapper
    Patagames.Pdf.Net.AnnotationsPdfAnnotation
      Patagames.Pdf.Net.AnnotationsPdf3DAnnotation

Namespace: Patagames.Pdf.Net.Annotations
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class Pdf3DAnnotation : PdfAnnotation

The Pdf3DAnnotation type exposes the following members.

Constructors
 NameDescription
Public methodPdf3DAnnotation(PdfPage) Creates a new Pdf3DAnnotation.
Public methodPdf3DAnnotation(PdfPage, PdfTypeBase) Initializes a new instance of the Pdf3DAnnotation class based on the specified dictionary.
Top
Remarks
3D annotations are the means by which 3D artwork is represented in a PDF document.
Note  Note
This annotation is currently not supported by the SDK.
See Also