Click or drag to resize

DefaultWidgetTemplates Class

This is a class that is used for defining and installing PdfTemplateResource objects in a resource dictionary that represent the appearances for widget annotations. At present this class is responsible for making appearances for checkbox and radio button widgets, as these appearances can be shared across an entire document. Before working with a new document, you can set the basic color schemes used for the appearances. In addition, you can force installation of your own default appearances and they will be treated as standard.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDoc.Generating.AnnotationsDefaultWidgetTemplates

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 class DefaultWidgetTemplates

The DefaultWidgetTemplates type exposes the following members.

Constructors
  NameDescription
Public methodDefaultWidgetTemplates
Initializes a new instance of the DefaultWidgetTemplates class
Top
Properties
  NameDescription
Public propertyStatic memberActivatedColor
Gets or sets the main color of the activated appearance.
Public propertyStatic memberActivatedHilightColor
Gets or sets the highlight color of the activated appearance.
Public propertyStatic memberCheckboxCheckedActivatedName
Gets the name of the checkbox checked activated resource.
Public propertyStatic memberCheckboxCheckedNormalName
Gets the name of the checkbox checked normal resource.
Public propertyStatic memberCheckboxCheckedRolloverName
Gets the name of the checkbox checked rollover resource.
Public propertyStatic memberCheckboxClearedActivatedName
Gets the name of the checkbox cleared activated resource.
Public propertyStatic memberCheckboxClearedNormalName
Gets the name of the checkbox cleared normal resource.
Public propertyStatic memberCheckboxClearedRolloverName
Gets the name of the checkbox cleared rollover resource.
Public propertyStatic memberNormalColor
Gets or sets the main color of the normal appearance.
Public propertyStatic memberRadioButtonCheckedActivatedName
Gets the name of the radio button checked activated resource.
Public propertyStatic memberRadioButtonCheckedNormalName
Gets the name of the radio button checked normal resource.
Public propertyStatic memberRadioButtonCheckedRolloverName
Gets the name of the radio button checked rollover resource.
Public propertyStatic memberRadioButtonClearedActivatedName
Gets the name of the radio button cleared activated resource.
Public propertyStatic memberRadioButtonClearedNormalName
Gets the name of the radio button cleared normal resource.
Public propertyStatic memberRadioButtonClearedRolloverName
Gets the name of the radio button cleared rollover resource.
Public propertyStatic memberRolloverColor
Gets or sets the main color of the rollover appearance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCheckAppearances
Gets the standard checkbox appearances.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetRadioAppearances
Gets the standard radio appearances.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInstallAppearances
Installs the appearances in the resource collection.
Public methodStatic memberInstallDefaultAppearances
Installs the default appearances in the resource collection, optionally overriding any that exist.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also