Doc Methods

The Doc type exposes the following members.

Methods
  Name Description
Public method Dispose
Free buffers and other resources used by the document render.
Public method GetPageSize
Obtain the dimensions of a particular page of the document.
Public method Render(Object)
Render all pages to an ABCpdf Doc object.
Public method Render(Object, Int32)
Render a particular page to an ABCpdf Doc object.
Public method Render(IRenderingContext, Int32)
Render the specified page onto the given rendering context.
Public method SaveAs(String)
Save the Word document as a different format.
Public method SaveAs(Stream, String)
Convert the entire Word document into another format.
Public method SaveAs(String, Int32)
Save a specified page of the Word document as a different format.
Public method SaveAs(Stream, String, Int32)
Convert a specified page of the Word document into another format.
Public method SaveAs(String, String, Int32)
Convert a specified page of the Word document into another format.
Public method SetFile
Parse the document specified by file name, into an object ready for rendering.
Public method SetStream(Stream)
Parse the document specified as a Stream, into an object ready for rendering.
Public method SetStream(Stream, String)
Parse the document specified as a Stream and with a type specified using a file name, into an object ready for rendering.
Top
See Also