Skip to content

PDFUserProperties

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a set of user properties that can be used as an attribute for a structure element.

public class PDFUserProperties : PDFStructureElementAttribute

Inheritance ObjectPDFStructureElementAttributePDFUserProperties

Constructors

PDFUserProperties()

Initializes a new PDFUserProperties object.

public PDFUserProperties()

Properties

CosDictionary

Gets the underlying COS dictionary.

public PDFCosDictionary CosDictionary { get; }

Property Value

PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.


Properties

Gets the collection of properties included in this set.

public PDFUserPropertyCollection Properties { get; }

Property Value

PDFUserPropertyCollection
A collection of PDFUserProperty collection.