Click or drag to resize

Platforms Enumeration

Represents an operating system platform.

Namespace: Patagames.Pdf.Enums
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public enum Platforms
Members
Member nameValueDescription
Linux0 Represents the Linux operating system.
OSX1 Represents the OSX operating system.
Windows2 Represents the Windows operating system.
See Also