A3DPDF3DAnnotGetJavascriptHighlightManagerName
-
A3DStatus
A3DPDF3DAnnotGetJavascriptHighlightManagerName(const A3DPDF3DAnnot *p3DAnnot, A3DUTF8Char **ppcHighlightManagerName) deprecated
A3DStatusA3DPDF3DAnnotGetJavascriptHighlightManagerName(constA3DPDF3DAnnot* p3DAnnot,A3DUTF8Char** ppcHighlightManagerName)Function to retrieve the name of the javascript Highlight Manager object.
DeprecatedThis function is deprecated. Please use
A3DPDF3DNodeSceneGetJavascriptManagerName()instead. This will be removed in version 2026.1.0. On PDF files generated with the datamodel API, customers can configure properties for highlighting behaviour within 3D scenes. With this, customers need to write some JavaScript at the document level (typically on the UI widgets on a page) to set the highlight properties. This Highlight Manager object returned by this function can be used to do that. Please refer to the section ‘Setting up Properties for Highlight or Select on 3D Scene Widget’ in programming guide for more details. This function must be called after inserting the 3d annot object withA3DPDFPageInsert3DAnnot()orA3DPDFPageFieldSet3DAnnot().Parameters
p3DAnnot: The 3D Annot to work with.
ppcHighlightManagerName: The Highlight Manager name as a string.