SwfImportOperation ResetRegions Property. Gets or sets a value that indicates whether BackgroundRegion and ClipRegion are reset when the Operation.ProcessingObject event of ProcessingSourceType.MultiFrameImage or of ProcessingSourceType.ImageFrame is generated. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#]bool

[Visual Basic]
Boolean
true No Gets or sets a value that indicates whether BackgroundRegion and ClipRegion are reset when the Operation.ProcessingObject event of ProcessingSourceType.MultiFrameImage or of ProcessingSourceType.ImageFrame is generated.

 

   

Notes
 

Indicates whether the background and clip regions should be reset to the frame bounds each time a new frame is about to be imported. The regions are set as if XRect.SetRect is called with the X, Y, Width, and Height properties of the ProcessingInfo. Set this property to false when you want the regions not to be reset when the Operation.ProcessingObject event of ProcessingSourceType.MultiFrameImage or of ProcessingSourceType.ImageFrame is generated.

 

   

Example
 

None.