Class AnnotationProperties
Represents the base class for annotation-specific information.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonPolymorphic(TypeDiscriminatorPropertyName = "$type")]
[JsonDerivedType(typeof(RedactionProperties), "redaction")]
public abstract class AnnotationProperties
Remarks
This abstract class serves as a foundation for specialized annotation information classes that provide additional properties and functionality for specific annotation types.
Constructors
AnnotationProperties()
Declaration
protected AnnotationProperties()