BlinkCommandLineArguments Class
Represents a collection of Blink command line arguments.
Inheritance
System.Object
System.Collections.Generic.List<System.String>
BlinkCommandLineArguments
Implements
System.Collections.Generic.IList<System.String>
System.Collections.Generic.ICollection<System.String>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<System.String>
System.Collections.Generic.IReadOnlyCollection<System.String>
System.Collections.Generic.IEnumerable<System.String>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<System.String>.Add(System.String)
System.Collections.Generic.List<System.String>.AddRange(System.Collections.Generic.IEnumerable<System.String>)
System.Collections.Generic.List<System.String>.AsReadOnly()
System.Collections.Generic.List<System.String>.BinarySearch(System.Int32, System.Int32, System.String, System.Collections.Generic.IComparer<System.String>)
System.Collections.Generic.List<System.String>.BinarySearch(System.String)
System.Collections.Generic.List<System.String>.BinarySearch(System.String, System.Collections.Generic.IComparer<System.String>)
System.Collections.Generic.List<System.String>.Capacity
System.Collections.Generic.List<System.String>.Clear()
System.Collections.Generic.List<System.String>.Contains(System.String)
System.Collections.Generic.List<System.String>.ConvertAll<TOutput>(System.Converter<System.String, TOutput>)
System.Collections.Generic.List<System.String>.CopyTo(System.Int32, System.String[], System.Int32, System.Int32)
System.Collections.Generic.List<System.String>.CopyTo(System.String[])
System.Collections.Generic.List<System.String>.CopyTo(System.String[], System.Int32)
System.Collections.Generic.List<System.String>.Count
System.Collections.Generic.List<System.String>.Exists(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.Find(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindAll(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindIndex(System.Int32, System.Int32, System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindIndex(System.Int32, System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindIndex(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindLast(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindLastIndex(System.Int32, System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.FindLastIndex(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.ForEach(System.Action<System.String>)
System.Collections.Generic.List<System.String>.GetEnumerator()
System.Collections.Generic.List<System.String>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.String>.IndexOf(System.String)
System.Collections.Generic.List<System.String>.IndexOf(System.String, System.Int32)
System.Collections.Generic.List<System.String>.IndexOf(System.String, System.Int32, System.Int32)
System.Collections.Generic.List<System.String>.Insert(System.Int32, System.String)
System.Collections.Generic.List<System.String>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.String>)
System.Collections.Generic.List<System.String>.Item[System.Int32]
System.Collections.Generic.List<System.String>.LastIndexOf(System.String)
System.Collections.Generic.List<System.String>.LastIndexOf(System.String, System.Int32)
System.Collections.Generic.List<System.String>.LastIndexOf(System.String, System.Int32, System.Int32)
System.Collections.Generic.List<System.String>.Remove(System.String)
System.Collections.Generic.List<System.String>.RemoveAll(System.Predicate<System.String>)
System.Collections.Generic.List<System.String>.RemoveAt(System.Int32)
System.Collections.Generic.List<System.String>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.String>.Reverse()
System.Collections.Generic.List<System.String>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<System.String>.Sort()
System.Collections.Generic.List<System.String>.Sort(System.Collections.Generic.IComparer<System.String>)
System.Collections.Generic.List<System.String>.Sort(System.Comparison<System.String>)
System.Collections.Generic.List<System.String>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.String>)
System.Collections.Generic.List<System.String>.System.Collections.Generic.ICollection<System.String>.IsReadOnly
System.Collections.Generic.List<System.String>.System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
System.Collections.Generic.List<System.String>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<System.String>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<System.String>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<System.String>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<System.String>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<System.String>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<System.String>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.String>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<System.String>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<System.String>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<System.String>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.String>.System.Collections.IList.Item[System.Int32]
System.Collections.Generic.List<System.String>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<System.String>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<System.String>.ToArray()
System.Collections.Generic.List<System.String>.TrimExcess()
System.Collections.Generic.List<System.String>.TrueForAll(System.Predicate<System.String>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.HtmlConverter
Assembly: Syncfusion.HtmlConverter.Base.dll
Syntax
public class BlinkCommandLineArguments : List<string>, IList<string>, ICollection<string>, IList, ICollection, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Examples
Initialize HTML converter
HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter(HtmlRenderingEngine.Blink);
//Initialize Blink converter settings
BlinkConverterSettings BlinkSettings = new BlinkConverterSettings();
//Assign the Blink path
BlinkSettings.BlinkPath = @"/BlinkBinaries/";
//Initialize the Command Line Arguments
BlinkCommandLineArguments commandLineArguments = new BlinkCommandLineArguments();
commandLineArguments.Add("--no-proxy-server");
BlinkSettings.CommandLineArguments = commandLineArguments;
//Assign the Blink settings
htmlConverter.ConverterSettings = BlinkSettings;
//Convert url to pdf
PdfDocument document = htmlConverter.Convert("https://www.google.com");
//Save and close the PDF document
document.Save("Output.pdf");
document.Close(true);
'Initialize HTML converter
Dim htmlConverter As New HtmlToPdfConverter(HtmlRenderingEngine.Blink)
'Initialize Blink converter settings
Dim BlinkSettings As New BlinkConverterSettings()
'Assign the Blink path
BlinkSettings.BlinkPath = "/BlinkBinaries/"
'Initialize the Command Line Arguments
Dim commandLineArguments As New BlinkCommandLineArguments();
commandLineArguments.Add("--no-proxy-server")
BlinkSettings.CommandLineArguments = commandLineArguments;
htmlConverter.ConverterSettings = BlinkSettings
'Convert url to pdf
Dim document As PdfDocument = htmlConverter.Convert("https://www.google.com")
'Save and close the PDF document
document.Save("Output.pdf")
document.Close(True)
Constructors
BlinkCommandLineArguments()
Declaration
public BlinkCommandLineArguments()
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable