load_options_provider property

load_options_provider property

Provider of save options for saving the split parts.

Remarks

If this property is specified, LoadOptions takes no effect because the output of every split part will be specified by the provider.

Definition:

@property
def load_options_provider(self):
    ...
@load_options_provider.setter
def load_options_provider(self, value):
    ...

See Also