Click or drag to resize

PdfImageShapeOnResourcesRequested Method

Called when the PdfBaseShape is requested to report resources used. If client code consumes resources, it should override this method combining its results with those of base.OnResourceRequested

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override IEnumerable<string> OnResourcesRequested(
	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.
See Also