Enum TextEditOptions.ClippingPathsProcessingMode

TextEditOptions.ClippingPathsProcessingMode enumeration

Clipping path processing modes

public enum ClippingPathsProcessingMode

Values

NameValueDescription
KeepIntact0Keeps clipping paths of the original page layout. (Default)
Expand1Original clipping path will be expanded in the case edited text requires more space.
Remove2Original clipping path will be removed in the case edited text requires more space. Caution: Because of clipping paths may interact with each other removing of it may lead to unexpected result on the page layout.

See Also