Class PdfViewerHighlightSettings
Inherited Members
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerHighlightSettings : EJTagHelper
Constructors
PdfViewerHighlightSettings()
Declaration
public PdfViewerHighlightSettings()
Properties
AllowedInteractions
Gets or sets the allowed interactions for the locked highlight annotations. IsLock can be configured using highlight settings.
Declaration
[HtmlAttributeName("allowedInteractions")]
public object AllowedInteractions { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
AnnotationSelectorSettings
specifies the annotation selector settings of the annotation.
Declaration
[HtmlAttributeName("annotationSelectorSettings")]
public object AnnotationSelectorSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Author
specifies the author of the annotation.
Declaration
[HtmlAttributeName("author")]
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Color
specifies the color of the annotation.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
CustomData
specifies the custom data of the annotation.
Declaration
[HtmlAttributeName("customData")]
public object CustomData { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
EnableMultiPageAnnotation
Enables or disables the multi-page text markup annotation selection in UI.
Declaration
[HtmlAttributeName("enableMultiPageAnnotation")]
public bool EnableMultiPageAnnotation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
EnableTextMarkupResizer
Enable or disable the text markup resizer to modify the bounds in UI.
Declaration
[HtmlAttributeName("enableTextMarkupResizer")]
public bool EnableTextMarkupResizer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IsLock
specifies the locked action of the annotation.
Declaration
[HtmlAttributeName("isLock")]
public bool IsLock { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
IsPrint
specifies whether the individual annotations are included or not in print actions.
Declaration
[HtmlAttributeName("isPrint")]
public bool IsPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
Opacity
specifies the opacity of the annotation.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
PageNumber
Get or set page number of the annotation.
Declaration
[HtmlAttributeName("pageNumber")]
public double PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |