ABCpdfRenderingContext Class |
Namespace: WebSupergoo.WordGlue4.Rendering
The ABCpdfRenderingContext type exposes the following members.
| Name | Description | |
|---|---|---|
| ABCpdfRenderingContext |
Construct an ABCpdfRenderingContext.
|
| Name | Description | |
|---|---|---|
| AddHyperlinks |
Whether to add active hyperlinks to the output
PDF.
|
|
| LoadPrivateFonts |
Whether to load private fonts embedded in the
docx file. Loading them allows them to be used when constructing
the output PDF.
|
|
| PreferEmbeddedFonts |
Whether to prefer embedded fonts in the output
PDF. Some types of fonts have to be embedded. For others they can
be referenced or embedded. Embedded fonts produce a reliable and
consistent viewing experience at the cost of larger
documents.
|
| Name | Description | |
|---|---|---|
| Dispose |
Dispose of the Context.
|
|
| DrawEllipse |
Draw an ellipse using a specific Pen and
Brush.
|
|
| DrawImage |
Draw a raster image into a particular
rectangle.
|
|
| DrawLine |
Draw a line using a specific Pen.
|
|
| DrawPath |
Draw a path using a specific Pen and
Brush.
|
|
| DrawRectangle |
Draw a rectangle using a specific Pen and
Brush.
|
|
| DrawText |
Draw text from a TextRun at a specific
Point.
|
|
| FrameEnd |
Lets you know when a frame has just been
rendered. You can use this for linking semantic information with
drawing instructions.
|
|
| FrameStart |
Lets you know when a frame is about to be
rendered. You can use this for linking semantic information with
drawing instructions.
|
|
| PopClip |
Pop the clip state, restoring to the last clip
rect.
|
|
| PushClip |
Push the clip state then assign a new clip
rect.
|