Class PdfViewerStickyNotesSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerStickyNotesSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerStickyNotesSettingsBuilder : ControlBuilder
Constructors
PdfViewerStickyNotesSettingsBuilder()
Declaration
public PdfViewerStickyNotesSettingsBuilder()
PdfViewerStickyNotesSettingsBuilder(PdfViewerStickyNotesSettings)
Declaration
public PdfViewerStickyNotesSettingsBuilder(PdfViewerStickyNotesSettings model)
Parameters
Methods
AllowedInteractions(Object)
Gets or sets the allowed interactions for the locked sticky notes annotations.
IsLock can be configured using sticky notes settings.
Declaration
public PdfViewerStickyNotesSettingsBuilder AllowedInteractions(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
AnnotationSelectorSettings(Object)
specifies the annotation selector settings of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder AnnotationSelectorSettings(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Author(String)
specifies the author of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder Author(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
CustomData(Object)
specifies the custom data of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder CustomData(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
IsLock(Boolean)
specifies the lock action of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder IsLock(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
IsPrint(Boolean)
specifies whether the individual annotations are included or not in print actions.
Declaration
public PdfViewerStickyNotesSettingsBuilder IsPrint(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
Offset(Object)
Get or set offset of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder Offset(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Opacity(Double)
specifies the opacity of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder Opacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
PageNumber(Double)
Get or set page number of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder PageNumber(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Subject(String)
specifies the subject of the annotation.
Declaration
public PdfViewerStickyNotesSettingsBuilder Subject(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns