Class PdfViewerAnnotationSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerAnnotationSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerAnnotationSettingsBuilder : ControlBuilder
Constructors
PdfViewerAnnotationSettingsBuilder()
Declaration
public PdfViewerAnnotationSettingsBuilder()
PdfViewerAnnotationSettingsBuilder(PdfViewerAnnotationSettings)
Declaration
public PdfViewerAnnotationSettingsBuilder(PdfViewerAnnotationSettings model)
Parameters
Methods
AllowedInteractions(Object)
Gets or sets the allowed interactions for the locked annotations.
IsLock can be configured using annotation settings.
Declaration
public PdfViewerAnnotationSettingsBuilder AllowedInteractions(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Author(String)
specifies the author of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder Author(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
CustomData(Object)
specifies the custom data of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder CustomData(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
IsLock(Boolean)
specifies the locked action of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder IsLock(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
MaxHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder MaxHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MaxWidth(Double)
specifies the maxWidth of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder MaxWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder MinHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinWidth(Double)
specifies the minWidth of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder MinWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
SkipDownload(Boolean)
specifies whether the annotations are included or not in download actions.
Declaration
public PdfViewerAnnotationSettingsBuilder SkipDownload(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
SkipPrint(Boolean)
specifies whether the annotations are included or not in print actions.
Declaration
public PdfViewerAnnotationSettingsBuilder SkipPrint(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Subject(String)
specifies the subject of the annotation.
Declaration
public PdfViewerAnnotationSettingsBuilder Subject(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns