XmpLangAlt.TryGetValue(String, out String) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| language | String |
| text | String |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
public bool TryGetValue(
string language,
out string text
)
Public Function TryGetValue(
language As String,
ByRef text As String
) As Boolean
| Name | Type |
|---|---|
| language | String |
| text | String |
| Type |
|---|
| Boolean |