Class CefBrowserSettings
Inheritance
System.Object
CefBrowserSettings
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: IronPdf.Engines.Chrome
Assembly: IronPdf.dll
Syntax
public class CefBrowserSettings : IMarshalableStruct, IDisposable
Constructors
CefBrowserSettings()
Declaration
public CefBrowserSettings()
Properties
EnableJavascript
Declaration
public bool EnableJavascript { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ViewHeight
Declaration
public int ViewHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ViewWidth
Declaration
public int ViewWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
()
Declaration
public void ()
()
Declaration
public IntPtr ()
Returns
Type | Description |
---|---|
System.IntPtr |
Dispose()
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()
Operators
Implicit(CefBrowserSettings to IntPtr)
Declaration
public static implicit operator IntPtr(CefBrowserSettings settings)
Parameters
Type | Name | Description |
---|---|---|
CefBrowserSettings | settings |
Returns
Type | Description |
---|---|
System.IntPtr |
Implements
System.IDisposable
Inherited members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)