GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / AddRedactionAnnotInteractive Method





In This Topic
AddRedactionAnnotInteractive Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub AddRedactionAnnotInteractive( _
   ByVal BackColor As Color _
) 
public void AddRedactionAnnotInteractive( 
   Color BackColor
)
public procedure AddRedactionAnnotInteractive( 
    BackColor: Color
); 
public function AddRedactionAnnotInteractive( 
   BackColor : Color
);
public: void AddRedactionAnnotInteractive( 
   Color BackColor
) 
public:
void AddRedactionAnnotInteractive( 
   Color BackColor
) 

Parameters

BackColor
See Also