In This Topic
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
MemberValueDescription
MarginAll15Checks all sides of the image.
MarginBottom8Checks the bottom margin of the image.
MarginLeft1Checks the left margin of the image.
MarginRight2Checks the right margin of the image.
MarginTop4Checks the top margin of the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.HolePunchMargins

See Also