Show / Hide Table of Contents

Class SVGParser

Inheritance
System.Object
SVGParser
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class SVGParser : IDisposable

Constructors

SVGParser(String)

Declaration
public SVGParser(string buf)
Parameters
Type Name Description
System.String buf

Methods

Dispose()

Declaration
public override sealed void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool A_0)
Parameters
Type Name Description
System.Boolean A_0

Draw(Double, Double, Double, Double)

Declaration
public Grid Draw(double scaleX, double scaleY, double strokeScaleX, double strokeScaleY)
Parameters
Type Name Description
System.Double scaleX
System.Double scaleY
System.Double strokeScaleX
System.Double strokeScaleY
Returns
Type Description
System.Windows.Controls.Grid

Parse()

Declaration
public Path Parse()
Returns
Type Description
System.Windows.Shapes.Path

Implements

System.IDisposable
Back to top Generated by DocFX