GetRawValue Method (PDFBookmark)
Gets the value of the specified key.
Syntax
'Usage Dim instance As PDFBookmark Dim key As String Dim value As String value = instance.GetRawValue(key)
Parameters
- key
- The key in the bookmark for which the value has been requested.
Return Value
The value of the given key, or null if the bookmark does not contain the key.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also