This page contains reference documentation for the BorderPixelOverlap member. This member sets or gets the BORDERPIXELOVERLAP parameter.
int BorderPixelOverlap;
Examples are as follows:
ExportOptionsModifier modifier = new ExportOptionsModifier; // Set border pixel overlap to 1. Do not alter this parameter unless you understand the result! modifier.BorderPixelOverlap = 1;
For sample code: