This class represents the 3D comment note. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 331, page 694.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 9.39f, page 74.

A 3D comment note dictionary defines a text annotation attached to a point in 3D model space. Comment notes allow reviewers to attach textual remarks to specific locations on the model.

The A1 entry holds the anchor point in model coordinates. The N1 entry holds the surface normal at the anchor point. The TP entry specifies the position of the note text label.

The TB entry, when true, causes the note to display in a text bubble. The TS entry holds the note text content. The C entry holds the note colour. The UT entry controls unit display. The S entry specifies the scale.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DMeasurementElement
          WebSupergoo.ABCpdf14.Elements.D3DCommentNoteElement

 

   
   
Method
Description
D3DCommentNoteElement Create a new D3DCommentNoteElement.
inherited methods...

 

   
   
Property
Description
EntryA1 Represents the "A1" entry of the 3d comment note object.
EntryN1 Represents the "N1" entry of the 3d comment note object.
EntryTP Represents the "TP" entry of the 3d comment note object.
EntryTB Represents the "TB" entry of the 3d comment note object.
EntryTS Represents the "TS" entry of the 3d comment note object.
EntryC Represents the "C" entry of the 3d comment note object.
EntryUT Represents the "UT" entry of the 3d comment note object.
EntryS Represents the "S" entry of the 3d comment note object.
inherited properties...