←Select platform

BorderEffect Property

Summary

The border effect of this rectangle object.

Syntax
C#
C++/CLI
Java
Python
public int BorderEffect {get; set;} 
public int getBorderEffect(); 
public void setBorderEffect( 
   int intValue 
); 
public:  
   property Int32 BorderEffect 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
BorderEffect # get and set (PDFRectangleAnnotation) 

Property Value

The border effect of this rectangle object. The default value is 0 (BorderEffectNone).

Remarks

Perform the following steps to use a cloud effect on the border of this annotation object:

  1. Set the BorderEffect to 1 BorderEffectCloud.
  2. Set the value of BorderEffectIntensity to something other than the default of 0.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.