ImageGear .NET v25.0 - Updated
ImGearPDEClip Class
Members 




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDEClip Class
Represents a list of elements containing Paths and Texts that describe a clip state.
Object Model
ImGearPDEClip ClassImGearPDEClip ClassImGearPDEElement Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearPDEClip 
   Inherits ImGearPDEElement
'Usage
 
Dim instance As ImGearPDEClip
public sealed class ImGearPDEClip : ImGearPDEElement 
public __gc __sealed class ImGearPDEClip : public ImGearPDEElement 
public ref class ImGearPDEClip sealed : public ImGearPDEElement 
Remarks
Clips can be created and built up with PDE Clip methods. Any PDE Element object can have Clip associated with it. Clip objects can contain PDE Containers and PDE Groups to an arbitrary level of nesting. This allows PDE Containers to be used to mark clip objects.

PDE Groups inside PDE Clips that contain at least one PDE Text and no PDE Paths have a special meaning. All PDE Text objects contained in such a PDE Group are considered to be part of the same BT/ET block. This means that the union of these PDE Texts makes up a single clipping path-as opposed to the intersection of the PDE Texts.

See Section 5.3 in the PDF reference for more information about BT/ET block.

Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.ImGearPDEObject
         ImageGear.Formats.PDF.ImGearPDEElement
            ImageGear.Formats.PDF.ImGearPDEClip

See Also

Reference

ImGearPDEClip Members
ImageGear.Formats.PDF Namespace