Class PdfViewerPopupAnnotationSettings
Represents the settings of PopupAnnotation.
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 |