Class PdfRoleMap
Inheritance
System.Object
PdfRoleMap
Assembly: Syncfusion.Pdf.UWP.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
Explicit Interface Implementations
IPdfWrapper.Element
Gets PDF primitive representing this object.
Declaration
IPdfPrimitive IPdfWrapper.Element { get; }
Returns
Implements
Extension Methods