Show / Hide Table of Contents

Interface IAllowGraphicSettings

Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowGraphicSettings

Methods

SaveToFile(IGPALFile)

Declaration
IAllowGraphicSettings SaveToFile(IGPALFile File)
Parameters
Type Name Description
IGPALFile File
Returns
Type Description
IAllowGraphicSettings

ToBase64String(out String)

Declaration
[GPAL("", Description = "Save to BASE64 string")]
IAllowGraphicSettings ToBase64String(out string base64String)
Parameters
Type Name Description
System.String base64String
Returns
Type Description
IAllowGraphicSettings

ToBitmap(out Bitmap)

Declaration
IAllowGraphicSettings ToBitmap(out Bitmap base64String)
Parameters
Type Name Description
System.Drawing.Bitmap base64String
Returns
Type Description
IAllowGraphicSettings
In This Article
Back to top Generated by DocFX