| Package | Description |
|---|---|
| com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
| Modifier and Type | Method and Description |
|---|---|
static CadOptions |
CadOptions.forRenderingByHeight(int height)
Initializes a new instance of the
CadOptions class for rendering by height. |
static CadOptions |
CadOptions.forRenderingByScaleFactor(double scaleFactor)
Initializes a new instance of the
CadOptions class for rendering by scale factor. |
static CadOptions |
CadOptions.forRenderingByWidth(int width)
Initializes a new instance of the
CadOptions class for rendering by width. |
static CadOptions |
CadOptions.forRenderingByWidthAndHeight(int width,
int height)
Initializes a new instance of the
CadOptions class for rendering by width and height. |
CadOptions |
BaseViewOptions.getCadOptions()
Retrieves the CAD drawing view options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseViewOptions.setCadOptions(CadOptions value)
Sets the CAD drawing view options.
|
Copyright © 2024. All rights reserved.