menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class PdfRoleMap

    Inheritance
    System.Object
    PdfRoleMap
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved