Class PdfViewerLineSettings
Inheritance
System.Object
PdfViewerLineSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ2.dll
Syntax
public class PdfViewerLineSettings : EJTagHelper
Constructors
PdfViewerLineSettings()
Declaration
public PdfViewerLineSettings()
Properties
AllowedInteractions
Gets or sets the allowed interactions for the locked highlight annotations.
IsLock can be configured using line settings.
Declaration
[HtmlAttributeName("allowedInteractions")]
public object AllowedInteractions { get; set; }
Property Value
Type |
Description |
System.Object |
|
AnnotationSelectorSettings
specifies the annotation selector settings of the annotation.
Declaration
[HtmlAttributeName("annotationSelectorSettings")]
public object AnnotationSelectorSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
Author
specifies the author of the annotation.
Declaration
[HtmlAttributeName("author")]
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderDashArray
specifies the border dash array of the annotation.
Declaration
[HtmlAttributeName("borderDashArray")]
public double BorderDashArray { get; set; }
Property Value
Type |
Description |
System.Double |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
CustomData
specifies the custom data of the annotation.
Declaration
[HtmlAttributeName("customData")]
public object CustomData { get; set; }
Property Value
Type |
Description |
System.Object |
|
FillColor
specifies the fill color of the annotation.
Declaration
[HtmlAttributeName("fillColor")]
public string FillColor { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
IsLock
specifies the locked action of the annotation.
Declaration
[HtmlAttributeName("isLock")]
public bool IsLock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrint
specifies whether the individual annotations are included or not in print actions.
Declaration
[HtmlAttributeName("isPrint")]
public bool IsPrint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LineHeadEndStyle
specifies the line head end style of the annotation.
Declaration
[HtmlAttributeName("lineHeadEndStyle")]
public LineHeadStyle LineHeadEndStyle { get; set; }
Property Value
LineHeadStartStyle
specifies the line head start style of the annotation.
Declaration
[HtmlAttributeName("lineHeadStartStyle")]
public LineHeadStyle LineHeadStartStyle { get; set; }
Property Value
MaxHeight
specifies the minHeight of the annotation.
Declaration
[HtmlAttributeName("maxHeight")]
public double MaxHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
MaxWidth
specifies the maxWidth of the annotation.
Declaration
[HtmlAttributeName("maxWidth")]
public double MaxWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinHeight
specifies the minHeight of the annotation.
Declaration
[HtmlAttributeName("minHeight")]
public double MinHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
MinWidth
specifies the minWidth of the annotation.
Declaration
[HtmlAttributeName("minWidth")]
public double MinWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Offset
Get or set offset of the annotation.
Declaration
[HtmlAttributeName("offset")]
public object Offset { get; set; }
Property Value
Type |
Description |
System.Object |
|
Opacity
specifies the opacity of the annotation.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
PageNumber
Get or set page number of the annotation.
Declaration
[HtmlAttributeName("pageNumber")]
public double PageNumber { get; set; }
Property Value
Type |
Description |
System.Double |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
StrokeColor
specifies the stroke color of the annotation.
Declaration
[HtmlAttributeName("strokeColor")]
public string StrokeColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Thickness
specified the thickness of the annotation.
Declaration
[HtmlAttributeName("thickness")]
public double Thickness { get; set; }
Property Value
Type |
Description |
System.Double |
|