Saves specified page in a given graphics object with the given bounding box
Declaration Syntax| C# | Visual Basic | Visual C++ |
public void SaveGDIPage( int pageNumber, Graphics graphics, RectangleF boundingBox )
Public Sub SaveGDIPage ( _ pageNumber As Integer, _ graphics As Graphics, _ boundingBox As RectangleF _ )
public: void SaveGDIPage( int pageNumber, Graphics^ graphics, RectangleF boundingBox )
Parameters- pageNumber (Int32)
- Number of the page to save
- graphics (Graphics)
- Graphics object to save page to
- boundingBox (RectangleF)
- Bounding box of the page being saved
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)