Click or drag to resize

BaseAnnotationAppearance Property

Gets or sets the AppearanceSet for the annotation. This property defaults to null (no appearance set).

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public AppearanceSet Appearance { get; set; }

Property Value

Type: AppearanceSet
The appearance set to use for the annotation.
See Also