Class PdfAngleMeasurementAnnotation
Represents the annotation with Angle Measurement.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Pdf.Interactive
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfAngleMeasurementAnnotation : PdfAnnotation, IPdfWrapper, INotifyPropertyChanged
Constructors
PdfAngleMeasurementAnnotation(PointF[])
Initializes new instance of PdfAngleMeasurementAnnotation class with specified points.
Declaration
public PdfAngleMeasurementAnnotation(PointF[] points)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.PointF[] | points |
Properties
Border
Get or sets the border style of the Angle annotaion.
Declaration
public LineBorder Border { get; set; }
Property Value
Type |
---|
LineBorder |
Font
Gets or sets the font of the angle text annotation
Declaration
public PdfFont Font { get; set; }
Property Value
Type |
---|
PdfFont |
Methods
Initialize()
Initializes annotation object.
Declaration
protected override void Initialize()
Overrides
Save()
Save an annotation.
Declaration
protected override void Save()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged