UWP

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

    Show / Hide Table of Contents

    Class PdfViewerPopupAnnotationSettings

    Represents the settings of PopupAnnotation.

    Inheritance
    System.Object
    PdfViewerAnnotationSettings
    PdfViewerPopupAnnotationSettings
    Inherited Members
    PdfViewerAnnotationSettings.Color
    PdfViewerAnnotationSettings.Opacity
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.SfPdfViewer.UWP.dll
    Syntax
    public class PdfViewerPopupAnnotationSettings : PdfViewerAnnotationSettings

    Properties

    Icon

    Gets or sets a value that indicates the type of the icon used to represent the popup.

    Declaration
    public PopupIcon Icon { get; set; }
    Property Value
    Type Description
    PopupIcon

    ScaleX

    Gets or Sets the x-axis scale factor for popup icon.

    Declaration
    public double ScaleX { get; set; }
    Property Value
    Type Description
    System.Double

    ScaleY

    Gets or Sets the y-axis scale factor for popup icon.

    Declaration
    public double ScaleY { get; set; }
    Property Value
    Type Description
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved