The ratio of the width to height of an image or a screen.
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
Public Enumeration AspectRatio
public enum class AspectRatio
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
0
|
None.
|
|
|
KeepWidth
|
1
|
KeepWidth.
|
|
|
KeepHeight
|
2
|
KeepHeight.
|
|
|
FitPageSize
|
3
|
FitPageSize.
|
See Also