Example: ChangeDetailLevel

 

/* Set the detail level in the image in the active document to maximum */

if ( ( nError = IN_ ChangeDetailLevel( 0, IN_DL_MAX ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }