Class PdfViewerAreaSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerAreaSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerAreaSettingsBuilder : ControlBuilder
Constructors
PdfViewerAreaSettingsBuilder()
Declaration
public PdfViewerAreaSettingsBuilder()
PdfViewerAreaSettingsBuilder(PdfViewerAreaSettings)
Declaration
public PdfViewerAreaSettingsBuilder(PdfViewerAreaSettings model)
Parameters
Methods
AllowedInteractions(Object)
Gets or sets the allowed interactions for the locked area annotations.
IsLock can be configured using area settings.
Declaration
public PdfViewerAreaSettingsBuilder AllowedInteractions(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
AnnotationSelectorSettings(Object)
specifies the annotation selector settings of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder AnnotationSelectorSettings(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Author(String)
specifies the author of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder Author(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
FillColor(String)
specifies the fill color of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder FillColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
IsLock(Boolean)
specifies the locked action of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder 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 PdfViewerAreaSettingsBuilder IsPrint(bool value)
Parameters
| Type |
Name |
Description |
| System.Boolean |
value |
|
Returns
MaxHeight(Double)
specifies the maxHeight of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder MaxHeight(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
MaxWidth(Double)
specifies the maxWidth of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder MaxWidth(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
MinHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder MinHeight(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
MinWidth(Double)
specifies the minWidth of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder MinWidth(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
Offset(Object)
Get or set offset of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder Offset(object value)
Parameters
| Type |
Name |
Description |
| System.Object |
value |
|
Returns
Opacity(Double)
specifies the opacity of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder Opacity(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
PageNumber(Double)
Get or set page number of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder PageNumber(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns
StrokeColor(String)
specifies the stroke color of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder StrokeColor(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Subject(String)
specifies the subject of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder Subject(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Thickness(Double)
specified the thickness of the annotation.
Declaration
public PdfViewerAreaSettingsBuilder Thickness(double value)
Parameters
| Type |
Name |
Description |
| System.Double |
value |
|
Returns