CadOptionsForRenderingByScaleFactor Method |
Initializes new instance of
CadOptions class for rendering by scale factor.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntaxpublic static CadOptions ForRenderingByScaleFactor(
float scaleFactor
)
Public Shared Function ForRenderingByScaleFactor (
scaleFactor As Single
) As CadOptions
public:
static CadOptions^ ForRenderingByScaleFactor(
float scaleFactor
)
static member ForRenderingByScaleFactor :
scaleFactor : float32 -> CadOptions
Parameters
- scaleFactor
- Type: SystemSingle
Values higher than 1 will enlarge output result; values between 0 and 1 will make output result smaller.
Return Value
Type:
CadOptionsNew instance of
CadOptions class for rendering by scale factor.
See Also