Class PdfUserPropertiesAttributes
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
GetNumberOfUserProperties()
public virtual int GetNumberOfUserProperties()
Returns
GetUserProperty(int)
public virtual PdfUserProperty GetUserProperty(int i)
Parameters
i
int
Returns
RemoveUserProperty(int)
public virtual PdfUserPropertiesAttributes RemoveUserProperty(int i)
Parameters
i
int