Public Property HorizontalResultantMargin As Integer
Dim instance As ImageRegistrationOptions Dim value As Integer instance.HorizontalResultantMargin = value value = instance.HorizontalResultantMargin
public int HorizontalResultantMargin {get; set;}
Public Property HorizontalResultantMargin As Integer
Dim instance As ImageRegistrationOptions Dim value As Integer instance.HorizontalResultantMargin = value value = instance.HorizontalResultantMargin
public int HorizontalResultantMargin {get; set;}
Setting this value to 0 places text flush with left edge of the image. A negative value crops the specified number of pixels from the left edge of the text.
Valid values: Any number from -{image width} to +20000
Default value: 150