public class UserDefinedInfo extends Object
Encapsulates info of user-defined entries in a Pdf document.
Modifier and Type | Field and Description |
---|---|
String |
Key
ASCII string
|
UserDefinedInfo |
Next
next info entry
|
String |
Val
Unicode string
|
Constructor and Description |
---|
UserDefinedInfo()
default constructor
|
public String Key
ASCII string
public String Val
Unicode string
public UserDefinedInfo Next
next info entry
Copyright © 2016 Aspose. All Rights Reserved.