Class PdfViewerFreeTextCalloutAnnotationSettings
Specifies the appearance of the freetext callout annotations
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class PdfViewerFreeTextCalloutAnnotationSettings : PdfViewerFreeTextAnnotationSettings
Properties
ActualHeight
Gets or sets the height of the freetext callout annotation
Declaration
public double ActualHeight { get; set; }
Property Value
Type |
---|
System.Double |
ActualWidth
Gets or sets the width of the freetext callout annotation
Declaration
public double ActualWidth { get; set; }
Property Value
Type |
---|
System.Double |
AutoSizeFreeTextInputBox
Gets or sets a value indicating whether the size of callout should be updated to the size of the text
Declaration
public bool AutoSizeFreeTextInputBox { get; set; }
Property Value
Type |
---|
System.Boolean |
CalloutLineSegmentCount
Gets or sets the number of callout lines
Declaration
public CalloutLineSegmentCount CalloutLineSegmentCount { get; set; }
Property Value
Type |
---|
CalloutLineSegmentCount |
EnableSelectionRectangle
Gets or sets the value indicating whether the selection rectangle is enabled
Declaration
public bool EnableSelectionRectangle { get; set; }
Property Value
Type |
---|
System.Boolean |
FillColor
Gets or sets the fill color of the freetext callout annotation
Declaration
public Color FillColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
MinHeight
Gets or sets the minimum height of the freetext callout annotation for resizing
Declaration
public double MinHeight { get; set; }
Property Value
Type |
---|
System.Double |
MinWidth
Gets or sets the minimum width of the freetext callout annotation for resizing
Declaration
public double MinWidth { get; set; }
Property Value
Type |
---|
System.Double |
Opacity
Gets or sets the opacity of the freetext callout annotation
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Padding
Gets or sets the padding for the text in freetext callout annotation
Declaration
public Thickness Padding { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
StrokeColor
Gets or sets the stroke color of the freetext callout annotation
Declaration
public Color StrokeColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
Text
Gets or sets the text of the freetext callout annotation
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |