Class PdfLoadedWidgetAnnotation
The class used to represent a loaded widget annotations
Inheritance
System.Object
PdfLoadedWidgetAnnotation
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfLoadedWidgetAnnotation : PdfLoadedStyledAnnotation, IPdfWrapper, INotifyPropertyChanged
Properties
Actions
Gets the actions of the annotation.
Declaration
public PdfAnnotationActions Actions { get; }
Property Value
Type | Description |
---|---|
PdfAnnotationActions | The PdfAnnotationActions provides various actions. |
Appearance
Gets or sets appearance of the annotation.
Declaration
public PdfAppearance Appearance { get; set; }
Property Value
Type |
---|
PdfAppearance |
ExtendedAppearance
Gets or sets the extended appearance.
Declaration
public PdfExtendedAppearance ExtendedAppearance { get; set; }
Property Value
Type | Description |
---|---|
PdfExtendedAppearance | The PdfExtendedAppearance represents extended appearance of the annotation |
HighlightMode
Gets or sets the highlighting mode.
Declaration
public PdfHighlightMode HighlightMode { get; set; }
Property Value
Type | Description |
---|---|
PdfHighlightMode | The PdfHighlightMode. |
TextAlignment
Gets or sets the text alignment.
Declaration
public PdfTextAlignment TextAlignment { get; set; }
Property Value
Type | Description |
---|---|
PdfTextAlignment | The PdfTextAlignment provides alignments of a text. |
Methods
Save()
Declaration
protected override void Save()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged