BaseViewReDrawBackgroundForBuffer Method |
Redraw the view
Namespace:
ComPDFKitViewer.BaseObject
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic void ReDrawBackgroundForBuffer(
double ActualHeight,
double ActualWidth,
CPDFDocument document,
Dictionary<int, Rect> renderData,
Rect PaintRect,
double currentZoom,
DrawMode drawModes,
uint backgroundForPDF,
bool renderAnnot,
bool renderForm
)
Parameters
- ActualHeight
- Type: SystemDouble
Actual height of the view
- ActualWidth
- Type: SystemDouble
Actual width of the view
- document
- Type: ComPDFKit.PDFDocumentCPDFDocument
Document to render
- renderData
- Type: System.Collections.GenericDictionaryInt32, Rect
Render data
- PaintRect
- Type: System.WindowsRect
The rectangle to paint
- currentZoom
- Type: SystemDouble
The current zoom level
- drawModes
- Type: ComPDFKitViewerDrawMode
The draw mode
- backgroundForPDF
- Type: SystemUInt32
Background for PDF
- renderAnnot
- Type: SystemBoolean
Render annotation
- renderForm
- Type: SystemBoolean
Render form
See Also