PdfConvertOptions
SetPdfToSvgOptions Method (Single)
|
Set pdf to svg options.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetPdfToSvgOptions(
float wPixel
)
Public Sub SetPdfToSvgOptions (
wPixel As Single
)
public:
void SetPdfToSvgOptions(
float wPixel
)
member SetPdfToSvgOptions :
wPixel : float32 -> unit
Parameters
-
wPixel
-
Type:
System
Single
The output svg's width in pixel unit, -1f means no change.
See Also