Class PdfViewerCustomStampSettings
Inheritance
Namespace: Syncfusion.EJ2.PdfViewer
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerCustomStampSettings : EJTagHelper
Constructors
PdfViewerCustomStampSettings()
Declaration
public PdfViewerCustomStampSettings()
Properties
AllowedInteractions
Gets or sets the allowed interactions for the locked custom stamp annotations. IsLock can be configured using custom stamp 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> |
CustomStamps
Define the custom image path and it's name to be displayed in the menu items.
Declaration
public object CustomStamps { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
EnableCustomStamp
If it is set as false. then the custom stamp items won't be visible in the annotation toolbar stamp menu items.
Declaration
public bool EnableCustomStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is null |
Height
specifies the height of the annotation.
Declaration
public double Height { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is null |
IsAddToMenu
Specifies to maintain the newly added custom stamp element in the menu items.
Declaration
public bool IsAddToMenu { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | 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 |
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 | The default value is null |
Left
specifies the left position of the annotation.
Declaration
public double Left { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is null |
MaxHeight
specifies the maxHeight 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 |
Offset
Get or set offset of the annotation.
Declaration
public object Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Opacity
specifies the opacity of the annotation.
Declaration
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
public double PageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | 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 |
Top
specifies the top position of the annotation.
Declaration
public double Top { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is null |
Width
specifies the width of the annotation.
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double | The default value is null |