CSPhantomJSPageFormat Property |
Relevant when DestinationFormat is PDF. Examples: "5in*7.5in", "10cm*20cm", "A4", "Letter".
Namespace:
CSPhantomJS
Assembly:
CSPhantomJS (in CSPhantomJS.dll) Version: 1.0.0
Syntax public string PageFormat { get; set; }
Public Property PageFormat As String
Get
Set
Dim instance As CSPhantomJS
Dim value As String
value = instance.PageFormat
instance.PageFormat = value
member PageFormat : string with get, set
/** @property */
public String get_PageFormat()
/** @property */
public void set_PageFormat(String value)
function get PageFormat () : String
function set PageFormat (value : String)
function get_PageFormat();
function set_PageFormat(value);
Property Value
Type:
StringSee Also