Doc Methods |
The Doc type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Free buffers and other resources used by the
document render.
|
|
| GetPageSize |
Obtain the dimensions of a particular page of
the document.
|
|
| Render(Object) |
Render all pages to an ABCpdf Doc
object.
|
|
| Render(Object, Int32) |
Render a particular page to an ABCpdf Doc
object.
|
|
| Render(IRenderingContext, Int32) |
Render the specified page onto the given
rendering context.
|
|
| SaveAs(String) |
Save the Word document as a different
format.
|
|
| SaveAs(Stream, String) |
Convert the entire Word document into another
format.
|
|
| SaveAs(String, Int32) |
Save a specified page of the Word document as
a different format.
|
|
| SaveAs(Stream, String, Int32) |
Convert a specified page of the Word document
into another format.
|
|
| SaveAs(String, String, Int32) |
Convert a specified page of the Word document
into another format.
|
|
| SetFile |
Parse the document specified by file name,
into an object ready for rendering.
|
|
| SetStream(Stream) |
Parse the document specified as a Stream, into
an object ready for rendering.
|
|
| 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.
|