ExcelToPdfCPageStyleSizesFromMm Method |
Get Sizes object from mm.
Namespace: SautinSoftAssembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 5.6.11.14
Syntaxpublic static ExcelToPdfCPageStyleSizes FromMm(
float mm
)
Public Shared Function FromMm (
mm As Single
) As ExcelToPdfCPageStyleSizes
Parameters
- mm Single
- Value in mm.
Return Value
ExcelToPdfCPageStyleSizes
New size with the set value in millimeter.
See Also