| Allowed Values | Fit Window Type |
|---|---|
| 0(default) | Fit the image to the width and height of the window |
| 1 | Fit the image to the height of the window |
| 2 | Fit the image to the width of the window |
// Create the type.
DocumentationSample ds = new DocumentationSample();
if ( null == ds )
return;
return ds.MyMethod( ?someString? );