Intensity Property (PDFCloudRectangleAnnotation)
Gets or sets the intensity of the clould effect.
Syntax
'Declaration Public Property Intensity As Integer
'Usage Dim instance As PDFCloudRectangleAnnotation Dim value As Integer instance.Intensity = value value = instance.Intensity
public int Intensity {get; set;}
Property Value
Accepted values are 1 and 2.Remarks
The cloud is drawn using multiple arcs. 1 means more smaller arcs, 2 means less larger arcs.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also