C# Class GeckofxHtmlToPdf.GeckofxHtmlToPdfComponent.PaperSize

ファイルを表示 Open project: hatton/geckofxHtmlToPdf

Public Properties

Property Type Description
HeightInMillimeters double
Name string
WidthInMillimeters double

Public Methods

Method Description
PaperSize ( string name, double widthInMillimeters, double heightInMillimeters ) : System

Method Details

PaperSize() public method

public PaperSize ( string name, double widthInMillimeters, double heightInMillimeters ) : System
name string
widthInMillimeters double
heightInMillimeters double
return System

Property Details

HeightInMillimeters public_oe property

public double HeightInMillimeters
return double

Name public_oe property

public string Name
return string

WidthInMillimeters public_oe property

public double WidthInMillimeters
return double