 | PdfiumCurrentPlatform Property |
Gets or sets the platform in that current application is running.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static Platforms CurrentPlatform { get; set; }
Public Shared Property CurrentPlatform As Platforms
Get
Set
public:
static property Platforms CurrentPlatform {
Platforms get ();
void set (Platforms value);
}
static member CurrentPlatform : Platforms with get, set
/** @property */
public static Platforms get_CurrentPlatform()
/** @property */
public static void set_CurrentPlatform(Platforms value)
Patagames.Pdf.Pdfium.get_CurrentPlatform = function();
Patagames.Pdf.Pdfium.set_CurrentPlatform = function(value);
Property Value
Platforms
See Also