Click or drag to resize

AppearanceStatesResourcesUsed Method

Reports a list of all resources consumed by the object of the given class.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IEnumerable<string> ResourcesUsed(
	GlobalResources gr,
	PdfResourceClass resourceClass
)

Parameters

gr
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The global resources.
resourceClass
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingPdfResourceClass
The resource class.

Return Value

Type: IEnumerableString
A list of all resources of the class specified that may be used by this object.

Implements

IPdfResourceConsumerResourcesUsed(GlobalResources, PdfResourceClass)
See Also