Click or drag to resize

PdfAnnotationListNotifyResourceRenamed Method

Notifies the list that the resource was renamed.

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 void NotifyResourceRenamed(
	GlobalResources gr,
	PdfResourceClass resourceClass,
	string originalName,
	string newName
)

Parameters

gr
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The resource collection conatining the resource.
resourceClass
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingPdfResourceClass
The resource class.
originalName
Type: SystemString
Name of the original resource.
newName
Type: SystemString
The new name.

Implements

IPdfResourceConsumerNotifyResourceRenamed(GlobalResources, PdfResourceClass, String, String)
See Also