DocumentGenerationOptions.Scope property
Namespace: NextDesign.Desktop.DocumentGenerator
Description
Specify the target range.
- "all": Output everything.
- "allchildren": Output from the selection element to the end.
- "current": Output only the selected element.
string Scope {get; set;}
type
- string