Class PdfViewerHighlightSettings
Inheritance
System.Object
PdfViewerHighlightSettings
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
public object AllowedInteractions { get; set; }
Property Value
Type |
Description |
System.Object |
|
AnnotationSelectorSettings
specifies the annotation selector settings of the annotation.
Declaration
public object AnnotationSelectorSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
Author
specifies the author of the annotation.
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
Color
specifies the color of the annotation.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
CustomData
specifies the custom data of the annotation.
Declaration
public object CustomData { get; set; }
Property Value
Type |
Description |
System.Object |
|
EnableMultiPageAnnotation
Enables or disables the multi-page text markup annotation selection in UI.
Declaration
public bool EnableMultiPageAnnotation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableTextMarkupResizer
Enable or disable the text markup resizer to modify the bounds in UI.
Declaration
public bool EnableTextMarkupResizer { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsLock
specifies the locked action of the annotation.
Declaration
public bool IsLock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrint
specifies whether the individual annotations are included or not in print actions.
Declaration
public bool IsPrint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Opacity
specifies the opacity of the annotation.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
PageNumber
Get or set page number of the annotation.
Declaration
public double PageNumber { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides