PrintTaskOptions.Binding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the binding option for the print task.
public:
property PrintBinding Binding { PrintBinding get(); void set(PrintBinding value); };
PrintBinding Binding();
void Binding(PrintBinding value);
public PrintBinding Binding { get; set; }
var printBinding = printTaskOptions.binding;
printTaskOptions.binding = printBinding;
Public Property Binding As PrintBinding
Property Value
The binding option.