In This Topic
Sets the type of lines ends.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebLineRemovalCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebLineEndsTypeEnumJS
returnValue = instance.set_LineEndsType(value);
function set_LineEndsType(
: WebLineEndsTypeEnumJS
) : any;
Parameters
- value
- An instance of WebLineEndsTypeEnumJS class. Default value is "Any".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also