SwfImportOperation ClipRegion Property. Gets or sets the clip rectangle. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#]XRect

[Visual Basic]
XRect
null No Gets or sets the clip rectangle.

 

   

Notes
 

The clip region (in twips) is where the frame foreground is drawn. Set this property to change the extent or location of the frame foreground. If the foreground extends outside of this region, it will be clipped. The clip region is set to the frame bounds/stage size if ResetRegions is true. If it is null (and not set to non-null because of ResetRegions), the content is not clipped.

 

   

Example
 

None.