Set pdf to svg options.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetPdfToSvgOptions(
	float wPixel
)
Public Sub SetPdfToSvgOptions ( 
	wPixel As Single
)
public:
void SetPdfToSvgOptions(
	float wPixel
)
member SetPdfToSvgOptions : 
        wPixel : float32 -> unit 

Parameters

wPixel
Single
The output svg's width in pixel unit, -1f means no change.

See Also