Table of Contents

Class PdfUserPropertiesAttributes

Namespace
iText.Kernel.Pdf.Tagging
Assembly
itext.kernel.dll
public class PdfUserPropertiesAttributes : PdfStructureAttributes
Inheritance
PdfUserPropertiesAttributes
Inherited Members

Constructors

PdfUserPropertiesAttributes()

public PdfUserPropertiesAttributes()

PdfUserPropertiesAttributes(IList<PdfUserProperty>)

public PdfUserPropertiesAttributes(IList<PdfUserProperty> userProperties)

Parameters

userProperties IList<PdfUserProperty>

PdfUserPropertiesAttributes(PdfDictionary)

public PdfUserPropertiesAttributes(PdfDictionary attributesDict)

Parameters

attributesDict PdfDictionary

Methods

AddUserProperty(PdfUserProperty)

public virtual PdfUserPropertiesAttributes AddUserProperty(PdfUserProperty userProperty)

Parameters

userProperty PdfUserProperty

Returns

PdfUserPropertiesAttributes

GetNumberOfUserProperties()

public virtual int GetNumberOfUserProperties()

Returns

int

GetUserProperty(int)

public virtual PdfUserProperty GetUserProperty(int i)

Parameters

i int

Returns

PdfUserProperty

RemoveUserProperty(int)

public virtual PdfUserPropertiesAttributes RemoveUserProperty(int i)

Parameters

i int

Returns

PdfUserPropertiesAttributes