Click or drag to resize

PdfResourceManagerTContains Method

Determines whether or not the resource is present.

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 bool Contains(
	string name
)

Parameters

name
Type: SystemString
The name of the resource to look up.

Return Value

Type: Boolean
true if the manager contains the specified name; otherwise, false.
See Also