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 new instance of
CadOptions class for rendering by height. |
static CadOptions |
CadOptions.forRenderingByScaleFactor(float scaleFactor)
Initializes new instance of
CadOptions class for rendering by scale factor. |
static CadOptions |
CadOptions.forRenderingByWidth(int width)
Initializes new instance of
CadOptions class for rendering by width. |
static CadOptions |
CadOptions.forRenderingByWidthAndHeight(int width,
int height)
Initializes new instance of
CadOptions class for rendering by width and height. |
CadOptions |
BaseViewOptions.getCadOptions()
The CAD drawing view options.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseViewOptions.setCadOptions(CadOptions value)
The CAD drawing view options.
|