Click or drag to resize

PdfResourceManagerTAdd Method (T)

Adds the specified resource with an auto-generated name.

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string Add(
	T resource
)

Parameters

resource
Type: T
The resource to add.

Return Value

Type: String
A unique name that is associated with the given resource
Examples
string image = globalResources.Images.Add(myImageResource);
See Also