Type Default Value Read Only Description
IList<string> null No Represents the "Name" entry of the optional content usage user dictionary object.

 

   

Notes
 

Represents the "Name" entry of the optional content usage user dictionary object.

It is a required entry defined as part of the PDF 1.0 specification.

It contains an array which contains strings, representing PDF string objects.

If you read the specification you will see that an array of one string may be represented as a single string rather than an array. However we always present this property as an array to simplify the interface. It is only if you add or remove items in the array, that the underlying representation will be changed.

For definitive details see:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 102, page 232.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 100, page 284.

The Name entry holds the identifier of the target user or user group. It may be a single string or an array of strings when multiple users or groups are targeted. Applications compare this against the current user's identity when deciding whether to show the content.

 

   

Example
 
None.