BackgroundLayerReDrawBackgroundForBuffer Method |
ReDraw Background For Buffer
Namespace:
ComPDFKitViewer
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
- ActualWidth
- Type: SystemDouble
actual width
- document
- Type: ComPDFKit.PDFDocumentCPDFDocument
pdf document
- renderData
- Type: System.Collections.GenericDictionaryInt32, Rect
render data
- PaintRect
- Type: System.WindowsRect
paint rect
- currentZoom
- Type: SystemDouble
current zoom
- drawModes
- Type: ComPDFKitViewerDrawMode
draw mode
- backgroundForPDF
- Type: SystemUInt32
background for pdf
- renderAnnot
- Type: SystemBoolean
render annot
- renderForm
- Type: SystemBoolean
render form
See Also