Gets an array of available keys in the PDF document.
Read-write property
Visual Basic |
---|
Public Property Keys As Variant |
A variant value which represents the array of keys.
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.