Click or drag to resize

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
)

Parameters

wPixel
Type: System Single
The output svg's width in pixel unit, -1f means no change.
See Also