PDFView4NET WinForms Edition


The key in the action for which the value has been requested.
GetRawValue Method (PDFPage)
Gets the value of the specified key.
Syntax
'Declaration
 
Public Function GetRawValue( _
   ByVal key As String _
) As String
'Usage
 
Dim instance As PDFPage
Dim key As String
Dim value As String
 
value = instance.GetRawValue(key)
public string GetRawValue( 
   string key
)

Parameters

key
The key in the action for which the value has been requested.

Return Value

The value of the given key, or null if the action does not contain the key.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also