Draw(Page,RectangleF,IRange,PdfSaveOptions) Method
In This Topic
Draw the range data to the specific location in a specified pdf page.
Syntax
public void Draw(
GrapeCity.Documents.Pdf.Page ,
System.Drawing.RectangleF ,
IRange ,
PdfSaveOptions
)
Parameters
- page
- The page in a GcPdfDocument.
- rect
- The location and size of the range data to be drawn.
- range
- The print data range.
- options
- Options for saving pdf file.
See Also