Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfCircleMeasurementAnnotation

    Show / Hide Table of Contents

    Class PdfCircleMeasurementAnnotation

    Represents the annotation with Circle Measurement.

    Inheritance
    System.Object
    PdfAnnotation
    PdfCircleMeasurementAnnotation
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    PdfAnnotation.SetAppearance(Boolean)
    PdfAnnotation.CalculateBounds(RectangleF, PdfPage, PdfLoadedPage)
    PdfAnnotation.SetValues(String, String)
    PdfAnnotation.CalculateTemplateBounds(RectangleF, PdfPageBase, PdfTemplate)
    PdfAnnotation.CalculateTemplateBounds(RectangleF, PdfPageBase, PdfTemplate, Boolean, PdfGraphics)
    PdfAnnotation.CalculateTemplateBounds(RectangleF, PdfPageBase, PdfTemplate, Boolean)
    PdfAnnotation.CheckFlatten()
    PdfAnnotation.Color
    PdfAnnotation.Opacity
    PdfAnnotation.InnerColor
    PdfAnnotation.Bounds
    PdfAnnotation.Location
    PdfAnnotation.Size
    PdfAnnotation.Page
    PdfAnnotation.Text
    PdfAnnotation.Author
    PdfAnnotation.Subject
    PdfAnnotation.ModifiedDate
    PdfAnnotation.AnnotationFlags
    PdfAnnotation.Flatten
    PdfAnnotation.FlattenPopUps
    PdfAnnotation.PdfTag
    PdfAnnotation.Layer
    PdfAnnotation.Rotate
    PdfAnnotation.Name
    PdfAnnotation.PropertyChanged
    Namespace: Syncfusion.Pdf.Interactive
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public class PdfCircleMeasurementAnnotation : PdfAnnotation, IPdfWrapper, INotifyPropertyChanged

    Constructors

    PdfCircleMeasurementAnnotation(RectangleF)

    Initializes new instance of PdfCircleMeasurementAnnotation class with bounds.

    Declaration
    public PdfCircleMeasurementAnnotation(RectangleF rectangle)
    Parameters
    Type Name Description
    RectangleF rectangle

    Used to represent the bounds of the annotation

    Properties

    Border

    Get or set the border style of the circle annotaion.

    Declaration
    public LineBorder Border { get; set; }
    Property Value
    Type Description
    LineBorder

    Font

    Gets or sets the font of the text annotation

    Declaration
    public PdfFont Font { get; set; }
    Property Value
    Type Description
    PdfFont

    MeasurementType

    Get or set the PdfCircleMeasurementType

    Declaration
    public PdfCircleMeasurementType MeasurementType { get; set; }
    Property Value
    Type Description
    PdfCircleMeasurementType

    Unit

    Get or set PdfMeasurement Unit.

    Declaration
    public PdfMeasurementUnit Unit { get; set; }
    Property Value
    Type Description
    PdfMeasurementUnit

    Methods

    Initialize()

    Initializes annotation object.

    Declaration
    protected override void Initialize()
    Overrides
    PdfAnnotation.Initialize()

    Save()

    Saves an annotation.

    Declaration
    protected override void Save()
    Overrides
    PdfAnnotation.Save()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved