Click or drag to resize

PdfResourceManagerT Properties

The PdfResourceManagerT generic type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets the resource with the specified s.
Protected propertyResourceClass
Gets the resource class.
Public propertyCode exampleResourceNames
Gets the resource names for this resource manager.
Examples
foreach (string name in globalResources.Images.ResourceNames) {
    Console.WriteLine("resource name: " + name);
}
Top
See Also