PdfView.ShouldAntiAlias Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Empty stub (not a public API on iOS).
[System.Obsolete("Empty stub (not a public API on iOS).")]
public virtual bool ShouldAntiAlias { get; set; }
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual bool ShouldAntiAlias { [Foundation.Export("shouldAntiAlias")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, null)] get; [Foundation.Export("setShouldAntiAlias:")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.None, null)] set; }
member this.ShouldAntiAlias : bool with get, set
Property Value
- Attributes