Class PdfViewerCustomStampSettingsBuilder
Inheritance
System.Object
PdfViewerCustomStampSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerCustomStampSettingsBuilder : ControlBuilder
Constructors
PdfViewerCustomStampSettingsBuilder()
Declaration
public PdfViewerCustomStampSettingsBuilder()
PdfViewerCustomStampSettingsBuilder(PdfViewerCustomStampSettings)
Declaration
public PdfViewerCustomStampSettingsBuilder(PdfViewerCustomStampSettings model)
Parameters
Methods
AllowedInteractions(Object)
Gets or sets the allowed interactions for the locked custom stamp annotations.
IsLock can be configured using custom stamp settings.
Declaration
public PdfViewerCustomStampSettingsBuilder AllowedInteractions(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Author(String)
specifies the author of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Author(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
CustomStamps(Object)
Define the custom image path and it's name to be displayed in the menu items.
Declaration
public PdfViewerCustomStampSettingsBuilder CustomStamps(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
EnableCustomStamp(Boolean)
If it is set as false. then the custom stamp items won't be visible in the annotation toolbar stamp menu items.
Declaration
public PdfViewerCustomStampSettingsBuilder EnableCustomStamp(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Height(Double)
specifies the height of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Specifies to maintain the newly added custom stamp element in the menu items.
Declaration
public PdfViewerCustomStampSettingsBuilder IsAddToMenu(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
IsLock(Boolean)
specifies the locked action of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder 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 PdfViewerCustomStampSettingsBuilder IsPrint(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Left(Double)
specifies the left position of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Left(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MaxHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder MaxHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MaxWidth(Double)
specifies the maxWidth of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder MaxWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinHeight(Double)
specifies the minHeight of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder MinHeight(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
MinWidth(Double)
specifies the minWidth of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder MinWidth(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Offset(Object)
Get or set offset of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Offset(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Returns
Opacity(Double)
specifies the opacity of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
PageNumber(Double)
Get or set page number of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder PageNumber(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Top(Double)
specifies the top position of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Top(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Width(Double)
specifies the width of the annotation.
Declaration
public PdfViewerCustomStampSettingsBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns