PdfMetamorphosisSizesFromInch Method |
Get Sizes object from inches.
Namespace: SautinSoftAssembly: PdfMetamorphosis (in PdfMetamorphosis.dll) Version: 2025.2.25
Syntaxpublic static PdfMetamorphosisSizes FromInch(
float inch
)
Public Shared Function FromInch (
inch As Single
) As PdfMetamorphosisSizes
Parameters
- inch Single
- Value in inches.
Return Value
PdfMetamorphosisSizesReference to the new Sizes.
See Also