Set pdf to svg options.
Namespace: Spire.PdfAssembly: 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, float hPixel )
Public Sub SetPdfToSvgOptions ( wPixel As Single, hPixel As Single )
public: void SetPdfToSvgOptions( float wPixel, float hPixel )
member SetPdfToSvgOptions : wPixel : float32 * hPixel : float32 -> unit
Parameters
- wPixel
- Single
The output svg's width in pixel unit, -1f means no change.
- hPixel
- Single
The output svg's height in pixel unit, -1f means no change.