Class PdfViewerStampSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PdfViewerStampSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerStampSettingsBuilder : ControlBuilder
Constructors
PdfViewerStampSettingsBuilder()
Declaration
public PdfViewerStampSettingsBuilder()
PdfViewerStampSettingsBuilder(PdfViewerStampSettings)
Declaration
public PdfViewerStampSettingsBuilder(PdfViewerStampSettings model)
Parameters
Methods
AllowedInteractions(Object)
Gets or sets the allowed interactions for the locked stamp annotations.
IsLock can be configured using stamp settings.
Declaration
public PdfViewerStampSettingsBuilder AllowedInteractions(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
AnnotationSelectorSettings(Object)
specifies the annotation selector settings of the annotation.
Declaration
public PdfViewerStampSettingsBuilder AnnotationSelectorSettings(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Author(String)
specifies the author of the annotation.
Declaration
public PdfViewerStampSettingsBuilder Author(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
CustomData(Object)
specifies the custom data of the annotation.
Declaration
public PdfViewerStampSettingsBuilder CustomData(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
DynamicStamps(Object)
Provide option to define the required dynamic stamp items to be displayed in annotation toolbar menu.
Declaration
public PdfViewerStampSettingsBuilder DynamicStamps(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Height(Double)
specifies the height of the annotation.
Declaration
public PdfViewerStampSettingsBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
IsLock(Boolean)
specifies the locked action of the annotation.
Declaration
public PdfViewerStampSettingsBuilder 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 PdfViewerStampSettingsBuilder IsPrint(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
MaxHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerStampSettingsBuilder MaxHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MaxWidth(Double)
specifies the maxWidth of the annotation.
Declaration
public PdfViewerStampSettingsBuilder MaxWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerStampSettingsBuilder MinHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinWidth(Double)
specifies the minWidth of the annotation.
Declaration
public PdfViewerStampSettingsBuilder MinWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Offset(Object)
Get or set offset of the annotation.
Declaration
public PdfViewerStampSettingsBuilder Offset(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Opacity(Double)
specifies the opacity of the annotation.
Declaration
public PdfViewerStampSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
PageNumber(Double)
Get or set page number of the annotation.
Declaration
public PdfViewerStampSettingsBuilder PageNumber(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
SignStamps(Object)
Provide option to define the required sign stamp items to be displayed in annotation toolbar menu.
Declaration
public PdfViewerStampSettingsBuilder SignStamps(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
StandardBusinessStamps(Object)
Provide option to define the required standard business stamp items to be displayed in annotation toolbar menu.
Declaration
public PdfViewerStampSettingsBuilder StandardBusinessStamps(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Subject(String)
specifies the subject of the annotation.
Declaration
public PdfViewerStampSettingsBuilder Subject(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Width(Double)
specifies the width of the annotation.
Declaration
public PdfViewerStampSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns