Click or drag to resize

PDFDocGenerator.GenerateIsometricDottedPaperDoc Method

Create a new document with one page of dotted paper

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static PDFDoc GenerateIsometricDottedPaperDoc(
	double width,
	double height,
	double dot_spacing,
	double dot_size,
	double red,
	double green,
	double blue,
	double background_red,
	double background_green,
	double background_blue
)

Parameters

width
Type: System.Double
The page width in inches
height
Type: System.Double
The page height in inches
dot_spacing
Type: System.Double
The dot spacing in inches
dot_size
Type: System.Double
The dot size (diameter) in points
red
Type: System.Double
The red component of the line color
green
Type: System.Double
The green component of the line color
blue
Type: System.Double
The blue component of the line color
background_red
Type: System.Double
The red component of the background color
background_green
Type: System.Double
The green component of the background color
background_blue
Type: System.Double
The blue component of the background color

Return Value

Type: PDFDoc
Generated PDF document
See Also