CadOptionsForRenderingByHeight Method |
Initializes new instance of
CadOptions class for rendering by height.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntaxpublic static CadOptions ForRenderingByHeight(
int height
)
Public Shared Function ForRenderingByHeight (
height As Integer
) As CadOptions
public:
static CadOptions^ ForRenderingByHeight(
int height
)
static member ForRenderingByHeight :
height : int -> CadOptions
Parameters
- height
- Type: SystemInt32
The height of the output result in pixels.
Return Value
Type:
CadOptionsNew instance of
CadOptions class for rendering by height.
Exceptions
See Also