Inheritance
System.Object
PdfPageResources
Assembly: Syncfusion.Pdf.UWP.dll
public class PdfPageResources : Object
Constructors
Declaration
public PdfPageResources()
Properties
Declaration
public object this[string key] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
key |
|
Property Value
Declaration
public Dictionary<string, object> Resources { get; }
Property Value
Type |
System.Collections.Generic.Dictionary<System.String, System.Object> |
Methods
Declaration
public void Add(string resourceName, object resource)
Parameters
Type |
Name |
Description |
System.String |
resourceName |
|
System.Object |
resource |
|
Declaration
public bool ContainsKey(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Declaration
Returns
Extension Methods