iText 8.0.5 API
|
This class holds instances which required for drawing on pdf document. More...
Public Member Functions |
|
DrawContext (PdfDocument document, PdfCanvas canvas) | |
Create drawing context by setting document and pdf canvas on which drawing will be performed. More... |
|
DrawContext (PdfDocument document, PdfCanvas canvas, bool enableTagging) | |
Create drawing context by setting document and pdf canvas on which drawing will be performed. More... |
|
virtual PdfDocument | GetDocument () |
Get pdf document. More... |
|
virtual PdfCanvas | GetCanvas () |
Get pdf canvas. More... |
|
virtual bool | IsTaggingEnabled () |
Get document tagging property. More... |
|
virtual void | SetTaggingEnabled (bool taggingEnabled) |
Set document tagging property. More... |
|
This class holds instances which required for drawing on pdf document.
|
inline |
Create drawing context by setting document and pdf canvas on which drawing will be performed.
document | pdf document |
canvas | canvas to draw on |
|
inline |
Create drawing context by setting document and pdf canvas on which drawing will be performed.
document | pdf document |
canvas | canvas to draw on |
enableTagging | if true document drawing operations will be appropriately tagged |
|
inlinevirtual |
Get pdf canvas.
PdfCanvas
instance
|
inlinevirtual |
Get pdf document.
PdfDocument
instance
|
inlinevirtual |
Get document tagging property.
|
inlinevirtual |
Set document tagging property.
taggingEnabled | true if to enable tagging, false to disable it |