Click or drag to resize

DefaultWidgetTemplatesInstallAppearances Method

Installs the appearances in the resource collection.

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 static void InstallAppearances(
	GlobalResources gr,
	bool overrideExisting,
	IEnumerable<StringDrawingTemplatePair> pairs
)

Parameters

gr
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The resource collection.
overrideExisting
Type: SystemBoolean
if set to true override existing appearances.
pairs
Type: System.Collections.GenericIEnumerableStringDrawingTemplatePair
The sets of names and appearances to use.
See Also