CSPhantomJSImageFormat Property |
Relevant when DestinationFormat is Image. The output can be PNG or JPEG image format. For example: "1920px" will capture the entire page with window width of 1920px. "800px*600px" will capture a window of 800x600. Default is 1920px.
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public string ImageFormat { get; set; }
Public Property ImageFormat As String
Get
Set
Dim instance As CSPhantomJS
Dim value As String
value = instance.ImageFormat
instance.ImageFormat = value
member ImageFormat : string with get, set
/** @property */
public String get_ImageFormat()
/** @property */
public void set_ImageFormat(String value)
function get ImageFormat () : String
function set ImageFormat (value : String)
function get_ImageFormat();
function set_ImageFormat(value);
Property Value
Type:
StringSee Also