ConvertOptions
PageSettings Property
|
The page settings to use when converting to PDF
Namespace:
Spire.Additions.Chrome
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PageSettings PageSettings { get; set; }
Public Property PageSettings As PageSettings
Get
Set
public:
property PageSettings^ PageSettings {
PageSettings^ get ();
void set (PageSettings^ value);
}
member PageSettings : PageSettings with get, set
Property Value
Type:
PageSettings
See Also