Table of Contents

Class PdfLoadedWidgetAnnotation

Namespace
Syncfusion.Pdf.Interactive
Assembly
Syncfusion.Pdf.Portable.dll

The class used to represent a loaded widget annotations

public class PdfLoadedWidgetAnnotation : PdfLoadedStyledAnnotation, INotifyPropertyChanged
Inheritance
PdfLoadedWidgetAnnotation
Implements
Inherited Members

Properties

Actions

Gets the actions of the annotation.

public PdfAnnotationActions Actions { get; }

Property Value

PdfAnnotationActions

The PdfAnnotationActions provides various actions.

Appearance

Gets or sets appearance of the annotation.

public PdfAppearance Appearance { get; set; }

Property Value

PdfAppearance

ExtendedAppearance

Gets or sets the extended appearance.

public PdfExtendedAppearance ExtendedAppearance { get; set; }

Property Value

PdfExtendedAppearance

The PdfExtendedAppearance represents extended appearance of the annotation

HighlightMode

Gets or sets the highlighting mode.

public PdfHighlightMode HighlightMode { get; set; }

Property Value

PdfHighlightMode

The PdfHighlightMode.

TextAlignment

Gets or sets the text alignment.

public PdfTextAlignment TextAlignment { get; set; }

Property Value

PdfTextAlignment

The PdfTextAlignment provides alignments of a text.

Methods

Save()

Saves an annotation.

protected override void Save()