menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfRoleMap - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PdfRoleMap

    Inheritance
    System.Object
    PdfRoleMap
    Implements
    IPdfWrapper
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class PdfRoleMap : Object, 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

    Explicit Interface Implementations

    IPdfWrapper.Element

    Gets PDF primitive representing this object.

    Declaration
    IPdfPrimitive IPdfWrapper.Element { get; }
    Returns
    Type
    IPdfPrimitive

    Implements

    IPdfWrapper

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved