GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
 / HolePunchMargins Enumeration
                                 
                                
                                    HolePunchMargins Enumeration
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                Specifies the margin of the image when removing punch holes.
            Syntax
            
            
            
            
            'Declaration
 
<ComVisibleAttribute(True)>
Public Enum HolePunchMargins 
   Inherits System.Enum
             
        
            
            [ComVisible(true)]
public enum HolePunchMargins : System.Enum 
             
        
            
            public enum HolePunchMargins = class(System.Enum)
             
        
            
            ComVisibleAttribute()
public enum HolePunchMargins extends System.Enum
             
        
            
            [ComVisible(true)]
__value public enum HolePunchMargins : public System.Enum 
             
        
            
            [ComVisible(true)]
public enum class HolePunchMargins : public System.Enum 
             
        
             
         
            
            Members
| Member | Value | Description | 
|---|
| MarginAll | 15 | Checks all sides of the image. | 
| MarginBottom | 8 | Checks the bottom margin of the image. | 
| MarginLeft | 1 | Checks the left margin of the image. | 
| MarginRight | 2 | Checks the right margin of the image. | 
| MarginTop | 4 | Checks the top margin of the image. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         GdPicture14.HolePunchMargins
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace