Click or drag to resize

DefaultWidgetTemplatesInstallDefaultAppearances Method

Installs the default appearances in the resource collection, optionally overriding any that exist.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public static void InstallDefaultAppearances(
	GlobalResources gr,
	bool overrideExisting
)

Parameters

gr
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The resource collection.
overrideExisting
Type: SystemBoolean
if set to true override existing appearances.
See Also