PDFView4NET WPF Edition
Intensity Property (PDFCloudPolygonAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFCloudPolygonAnnotation Class : Intensity Property
Gets or sets the intensity of the clould effect.
Syntax
'Declaration
 
Public Property Intensity As Integer
'Usage
 
Dim instance As PDFCloudPolygonAnnotation
Dim value As Integer
 
instance.Intensity = value
 
value = instance.Intensity
public int Intensity {get; set;}
public: __property int get_Intensity();
public: __property void set_Intensity( 
   int value
);
public:
property int Intensity {
   int get();
   void set (    int value);
}

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 Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCloudPolygonAnnotation Class
PDFCloudPolygonAnnotation Members