Class PdfViewerAnnotationSettings
Inheritance
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerAnnotationSettings : EJTagHelper
Constructors
PdfViewerAnnotationSettings()
Declaration
public PdfViewerAnnotationSettings()
Properties
AllowedInteractions
Gets or sets the allowed interactions for the locked annotations. IsLock can be configured using annotation settings.
Declaration
public object AllowedInteractions { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
Author
specifies the author of the annotation.
Declaration
public string Author { 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 |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CustomData
specifies the custom data of the annotation.
Declaration
public object CustomData { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null |
IsLock
specifies the locked action of the annotation.
Declaration
public bool IsLock { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
MaxHeight
specifies the minHeight of the annotation.
Declaration
public double MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MaxWidth
specifies the maxWidth of the annotation.
Declaration
public double MaxWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MinHeight
specifies the minHeight of the annotation.
Declaration
public double MinHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
MinWidth
specifies the minWidth of the annotation.
Declaration
public double MinWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is null |
SkipDownload
specifies whether the annotations are included or not in download actions.
Declaration
public bool SkipDownload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
SkipPrint
specifies whether the annotations are included or not in print actions.
Declaration
public bool SkipPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |
Subject
specifies the subject of the annotation.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |