ExportOptionsModifier.BorderPixelOverlap

This page contains reference documentation for the BorderPixelOverlap member. This member sets or gets the BORDERPIXELOVERLAP parameter.

Declaration

int BorderPixelOverlap;

Examples

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;

Working Sample Code

For sample code: