Class PdfRoleMap
Inheritance
System.Object
PdfRoleMap
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfRoleMap : IPdfWrapper
Constructors
PdfRoleMap()
Declaration
public PdfRoleMap()
Properties
CustomRoles
Declaration
public IReadOnlyCollection<string> CustomRoles { get; }
Property Value
Type |
---|
System.Collections.Generic.IReadOnlyCollection<System.String> |
Methods
Add(String, String)
Declaration
public void Add(string customStructureType, string standardStructureType)
Parameters
Type | Name | Description |
---|---|---|
System.String | customStructureType | |
System.String | standardStructureType |
TryGetStandardType(String, out String)
Declaration
public bool TryGetStandardType(string customStructureType, out string standardStructureType)
Parameters
Type | Name | Description |
---|---|---|
System.String | customStructureType | |
System.String | standardStructureType |
Returns
Type |
---|
System.Boolean |