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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static void InstallDefaultAppearances(
GlobalResources gr,
bool overrideExisting
)
Public Shared Sub InstallDefaultAppearances (
gr As GlobalResources,
overrideExisting As Boolean
)
Parameters
- gr
- Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The resource collection. - overrideExisting
- Type: SystemBoolean
if set to true override existing appearances.
See Also