Skip to content

Commit

Permalink
Update content 2024-02-29 10:06:14
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgen-nykytenko committed Feb 29, 2024
1 parent cef17f1 commit 0deda95
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 8 deletions.
1 change: 1 addition & 0 deletions english/net/groupdocs.viewer.options/cadoptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class CadOptions
| Name | Description |
| --- | --- |
| [BackgroundColor](../../groupdocs.viewer.options/cadoptions/backgroundcolor) { get; set; } | Image background color. |
| [EnablePerformanceConversionMode](../../groupdocs.viewer.options/cadoptions/enableperformanceconversionmode) { getset; } | Setting this flag to `true` enables a special performance-oriented conversion mode for all formats within CAD family — in this mode the conversion speed is much faster, but the quality of the resultant documents is signifiantly worser. By default is disabled (`false`) — the quality of the resultant documents is the best possible at the expense of performance. |
| [Height](../../groupdocs.viewer.options/cadoptions/height) { get; } | The height of the output result (in pixels). |
| [Layers](../../groupdocs.viewer.options/cadoptions/layers) { getset; } | The CAD drawing layers to render. |
| [LayoutName](../../groupdocs.viewer.options/cadoptions/layoutname) { getset; } | The name of the specific layout to render. Layout name is case-sensitive. |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: EnablePerformanceConversionMode
second_title: GroupDocs.Viewer for .NET API Reference
description: Setting this flag to true enables a special performanceoriented conversion mode for all formats within CAD family in this mode the conversion speed is much faster but the quality of the resultant documents is signifiantly worser. By default is disabled false the quality of the resultant documents is the best possible at the expense of performance.
type: docs
weight: 60
url: /net/groupdocs.viewer.options/cadoptions/enableperformanceconversionmode/
---
## CadOptions.EnablePerformanceConversionMode property

Setting this flag to `true` enables a special performance-oriented conversion mode for all formats within CAD family — in this mode the conversion speed is much faster, but the quality of the resultant documents is signifiantly worser. By default is disabled (`false`) — the quality of the resultant documents is the best possible at the expense of performance.

```csharp
public bool EnablePerformanceConversionMode { get; set; }
```

### See Also

* class [CadOptions](../../cadoptions)
* namespace [GroupDocs.Viewer.Options](../../cadoptions)
* assembly [GroupDocs.Viewer](../../../)

<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.Viewer.dll -->
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Height
second_title: GroupDocs.Viewer for .NET API Reference
description: The height of the output result in pixels.
type: docs
weight: 60
weight: 70
url: /net/groupdocs.viewer.options/cadoptions/height/
---
## CadOptions.Height property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Layers
second_title: GroupDocs.Viewer for .NET API Reference
description: The CAD drawing layers to render.
type: docs
weight: 70
weight: 80
url: /net/groupdocs.viewer.options/cadoptions/layers/
---
## CadOptions.Layers property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: LayoutName
second_title: GroupDocs.Viewer for .NET API Reference
description: The name of the specific layout to render. Layout name is casesensitive.
type: docs
weight: 80
weight: 90
url: /net/groupdocs.viewer.options/cadoptions/layoutname/
---
## CadOptions.LayoutName property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Pc3File
second_title: GroupDocs.Viewer for .NET API Reference
description: PC3 plotter configuration file
type: docs
weight: 90
weight: 100
url: /net/groupdocs.viewer.options/cadoptions/pc3file/
---
## CadOptions.Pc3File property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: RenderLayouts
second_title: GroupDocs.Viewer for .NET API Reference
description: Flag if layouts from CAD document should be rendered.
type: docs
weight: 100
weight: 110
url: /net/groupdocs.viewer.options/cadoptions/renderlayouts/
---
## CadOptions.RenderLayouts property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ScaleFactor
second_title: GroupDocs.Viewer for .NET API Reference
description: Value higher than 1 enlarges output result value between 0 and 1 reduces output result.
type: docs
weight: 110
weight: 120
url: /net/groupdocs.viewer.options/cadoptions/scalefactor/
---
## CadOptions.ScaleFactor property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Tiles
second_title: GroupDocs.Viewer for .NET API Reference
description: The drawing regions to render.
type: docs
weight: 120
weight: 130
url: /net/groupdocs.viewer.options/cadoptions/tiles/
---
## CadOptions.Tiles property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Width
second_title: GroupDocs.Viewer for .NET API Reference
description: The width of the output result in pixels.
type: docs
weight: 130
weight: 140
url: /net/groupdocs.viewer.options/cadoptions/width/
---
## CadOptions.Width property
Expand Down

0 comments on commit 0deda95

Please sign in to comment.