C# Class Playroom.SvgToPdfAndPngdefCompiler

Inheritance: IContentCompiler
ファイルを表示 Open project: jlyonsmith/Playroom

Private Properties

Property Type Description
CreateNupSvg void
GetSvgWidthAndHeight void
ReadAllXmlWithoutHeader string

Public Methods

Method Description
Compile ( ) : void
SvgToPdfAndPngdefCompiler ( ) : System

Private Methods

Method Description
CreateNupSvg ( IEnumerable svgPaths, ToolBelt.ParsedPath nUpSvgPath, int numRows, int numCols ) : void
GetSvgWidthAndHeight ( ToolBelt.ParsedPath svgPath, double &width, double &height ) : void
ReadAllXmlWithoutHeader ( ToolBelt.ParsedPath svgPath ) : string

Method Details

Compile() public method

public Compile ( ) : void
return void

SvgToPdfAndPngdefCompiler() public method

public SvgToPdfAndPngdefCompiler ( ) : System
return System