menu

UWP

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

    Show / Hide Table of Contents

    Class PdfPageResources

    Inheritance
    System.Object
    PdfPageResources
    Namespace: Syncfusion.Pdf
    Assembly: Syncfusion.Pdf.UWP.dll
    Syntax
    public class PdfPageResources : Object

    Constructors

    PdfPageResources()

    Declaration
    public PdfPageResources()

    Properties

    Item[String]

    Declaration
    public object this[string key] { get; set; }
    Parameters
    Type Name Description
    System.String key
    Property Value
    Type
    System.Object

    Resources

    Declaration
    public Dictionary<string, object> Resources { get; }
    Property Value
    Type
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Methods

    Add(String, Object)

    Declaration
    public void Add(string resourceName, object resource)
    Parameters
    Type Name Description
    System.String resourceName
    System.Object resource

    ContainsKey(String)

    Declaration
    public bool ContainsKey(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type
    System.Boolean

    isSameFont()

    Declaration
    public bool isSameFont()
    Returns
    Type
    System.Boolean

    Extension Methods

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