Accusoft.PdfXpress5.Net
Keys Property
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > DocumentMetadata Class : Keys Property




Glossary Item Box

Gets a static, single-dimensional array of all available keys currently in the PDF document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Property Value

A string array which contains all available keys in the document.

Remarks

This property provides a snapshot of the list of keys in the PDF document. Any keys added after this property is accessed will not be available in the string array that was returned. Simply access this property again to get a new list which contains the added keys.

Since the array type implements IEnumerable, you can use foreach iteration on all arrays in C#, or the For Each iteration on all arrays in VB.NET.

See Also

©2012. Accusoft Corporation. All Rights Reserved.