ImageGear for .NET
CreatorOpacity Property (ImGearAnnotationSettings)




Gets or sets opacity level of a shape drawn when an annotation is being created.
Syntax
'Declaration
 
Public Property CreatorOpacity As Byte
'Usage
 
Dim instance As ImGearAnnotationSettings
Dim value As Byte
 
instance.CreatorOpacity = value
 
value = instance.CreatorOpacity
public byte CreatorOpacity {get; set;}
public: __property byte get_CreatorOpacity();
public: __property void set_CreatorOpacity( 
   byte value
);
public:
property byte CreatorOpacity {
   byte get();
   void set (    byte value);
}

Property Value

Byte value.
Remarks
The default value is 127.
See Also

Reference

ImGearAnnotationSettings Class
ImGearAnnotationSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback