CSPhantomJSDestinationFormat Property |
The destination media format of the destination file. This can be image or PDF. Default is Image.
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public DestinationFormat DestinationFormat { get; set; }
Public Property DestinationFormat As DestinationFormat
Get
Set
Dim instance As CSPhantomJS
Dim value As DestinationFormat
value = instance.DestinationFormat
instance.DestinationFormat = value
member DestinationFormat : DestinationFormat with get, set
/** @property */
public DestinationFormat get_DestinationFormat()
/** @property */
public void set_DestinationFormat(DestinationFormat value)
function get DestinationFormat () : DestinationFormat
function set DestinationFormat (value : DestinationFormat)
function get_DestinationFormat();
function set_DestinationFormat(value);
Property Value
Type:
DestinationFormatSee Also