PDFView4NET WPF Edition
GetRawValue Method (PDFDocumentInformation)




O2S.Components.PDFView4NET Namespace > PDFDocumentInformation Class : GetRawValue Method
The key in the document information for which the value has been requested.
Gets the value of the specified key.
Syntax
'Declaration
 
Public Function GetRawValue( _
   ByVal key As String _
) As String
'Usage
 
Dim instance As PDFDocumentInformation
Dim key As String
Dim value As String
 
value = instance.GetRawValue(key)
public string GetRawValue( 
   string key
)
public: string* GetRawValue( 
   string* key
) 
public:
String^ GetRawValue( 
   String^ key
) 

Parameters

key
The key in the document information for which the value has been requested.

Return Value

The value of the given key, or null if the document information does not contain the key.
Exceptions
ExceptionDescription
Thrown when key is null or an empty string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocumentInformation Class
PDFDocumentInformation Members