Class PdfRoleMap
Inheritance
System.Object
PdfRoleMap
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class PdfRoleMap : Object, IPdfWrapper
Constructors
PdfRoleMap()
Declaration
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