ViewPortOptionsIsMobile Property |
Gets or sets whether the meta viewport tag is taken into account.
Namespace: SautinSoft.PdfVisionAssembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.11.12
Syntax public bool IsMobile { get; set; }
Public Property IsMobile As Boolean
Get
Set
Property Value
BooleanWhether the meta viewport tag is taken into account. Defaults to
false.
See Also