Class StampAnnotationSettings
Represents the settings that allows to customize the default appearance of stamp annotations.
Inherited Members
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class StampAnnotationSettings : BaseAnnotationSettings
Constructors
StampAnnotationSettings()
Declaration
public StampAnnotationSettings()
Properties
MinimumSize
Gets or sets the default minimum size of stamp annotations.
Declaration
public Size MinimumSize { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Size |
Opacity
Gets or sets the default opacity of stamp annotations.
Declaration
public float Opacity { get; set; }
Property Value
Type |
---|
System.Single |