'Declaration
Protected Overridable Function CreateBatchCompose( _ ByVal document As NDocument _ ) As NBatchCompose
'Usage
Dim instance As NSelection Dim document As NDocument Dim value As NBatchCompose value = instance.CreateBatchCompose(document)
protected virtual NBatchCompose CreateBatchCompose( NDocument document )
Parameters
- document