EffectOperation EffectOperation Function. EffectOperation Constructor. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

EffectOperation Constructor

 

   
Syntax  

[C#]
EffectOperation(string name)

[Visual Basic]
New(name As String)

 

   

Params
 
Name Description
name The name of the effect that is required.

 

   

Notes
 

Create a EffectOperation.

The installed effects can be obtained using the Names static variable.

If the name is not one of the valid names then an exception will be thrown.

 

   

Example
 

None.