Skip to content

Commit

Permalink
Decreased indents in source code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-gvardionov committed Feb 16, 2024
1 parent c9a2bc1 commit b7b4670
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ Enabling this mode is pretty simple — just create an instance of the [`CadOpti
```csharp
using (Viewer viewer = new Viewer("input.dwg"))
{
HtmlViewOptions viewOptions = HtmlViewOptions.ForEmbeddedResources("Output-Page#{0}.html");
viewOptions.CadOptions = CadOptions.ForRenderingByWidth(1000);
viewOptions.CadOptions.EnablePerformanceConversionMode = true;
HtmlViewOptions viewOptions = HtmlViewOptions.ForEmbeddedResources("Output-Page#{0}.html");
viewOptions.CadOptions = CadOptions.ForRenderingByWidth(1000);
viewOptions.CadOptions.EnablePerformanceConversionMode = true;

viewer.View(viewOptions);
viewer.View(viewOptions);
}
```

Expand Down

0 comments on commit b7b4670

Please sign in to comment.