Click or drag to resize

ViewPortOptionsIsMobile Property

Gets or sets whether the meta viewport tag is taken into account.

Namespace: SautinSoft.PdfVision
Assembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.11.12
Syntax
public bool IsMobile { get; set; }

Property Value

Boolean
Whether the meta viewport tag is taken into account. Defaults to false.
See Also