You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions
logo.gif
ContentsIndexHome
PreviousUpNext
Low-level Functions
 
Name 
Description 
 
Append a cubic Bézier curve, using (X1, Y1) and (X3, X3) as control points, from the current point to the point (X3, Y3), into the current page of a PDF.  
 
Append a cubic Bézier curve, using current point and (X2, Y2) as control points, from the current point to the point (X3, Y3), into the current page of a PDF.  
 
Append a cubic Bézier curve, using 2 control points from the current point to the point (X3, Y3), into the current page of a PDF.  
 
This is the overview for the PdfAddImageFromFile method overload. 
 
This is the overview for the PdfAddImageFromGdPictureImage method overload. 
 
Append a straight line segment from the current point to the point (DstX, DstY) into the current page of a PDF.  
 
Append a rectangle to the current path as a complete subpath, into the current page of a PDF.  
 
Adds a TrueType font to a PDF.  
 
Begin a new subpath by moving the current point to coordinates (DstX, DstY), omitting any connecting line segment into the current page of a PDF.  
 
Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill, into the current page of a PDF.  
 
Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill, into the current page of a PDF.  
 
Close and stroke the path, into the current page of a PDF. This function shall have the same effect as the sequence PdfClosePath and PdfStrokePath.  
 
Closes & terminates the current subpath by appending a straight line segment from the current point to the starting point of the subpath,into the current page of a PDF. If the current subpath is already closed, this function shall do nothing.  
 
Draws an arc into the current page of a PDF.  
 
Draws a circle into the current page of a PDF.  
 
Draws a curve from 3 points into the current page of a PDF.  
 
This is the overview for the PdfDrawFilledCircle method overload. 
 
This is the overview for the PdfDrawFilledRectangle method overload. 
 
Draws an image into the current page of a PDF.  
 
Draws a line into the current page of a PDF.  
 
Draws a rectangle into the current page of a PDF.  
 
Draws a text using specified font into the current page of a PDF.  
 
Draws a text using specified font and specified alignment into the current page of a PDF.  
 
End the path without filling or stroking, into the current page of a PDF. If the current subpath is already closed, this function shall do nothing.  
 
Closes and saves a PDF.  
 
Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill, into the current page of a PDF.  
 
Fill and then stroke the path, using the even-odd rule to determine the region to fill, into the current page of a PDF.  
 
Fill the path, using the nonzero winding number rule to determine the region to fill, into the current page of a PDF.  
 
Fill the path, using the even-odd rule to determine the region to fill, into the current page of a PDF.  
 
Returns the current page number of a PDF.  
 
Returns the height of an image previously added to a PDF.  
 
Returns the width of an image previously added to a PDF.  
 
Calculate the width of the specified text, based on the selected font and font size. The result is measured in current unit defined by the PdfSetMeasurementUnit() function.  
 
This is the overview for the PdfNewPage method overload. 
 
This is the overview for the PdfNewPdf method overload. 
 
Specifies the level of transparency to use for the next drawing operations with a PDF.  
 
Changes the character spacing used to draw text into a PDF.  
 
Specifies the nonstroking (filling) color to use to draw objects on a PDF.  
 
Specifies the rule to be used to fill paths on a PDF.  
 
Sets the line cap style for subsequently drawn lines into a PDF.  
 
Sets the dash pattern for lines into a PDF.  
 
Sets the line join style for subsequently drawn lines into a PDF.  
 
Sets the line width (or pen size) for stroking operation into a PDF.  
 
Sets the page dimensions of the current page of a PDF.  
 
Sets the page margins of the current page of a PDF.  
 
Sets the page orientation of the current page of a PDF.  
 
Specifies the stroking color to use to draw objects on a PDF.  
 
Changes the horizontal scaling used to draw text on a PDF.  
 
Specifies the mode to draw text on a PDF.  
 
Changes the word spacing used to draw text on a PDF.  
 
Stroke the path, into the current page of a PDF.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.