Click or drag to resize

BackgroundLayerDraw Method (Double, Double)

Draw

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void Draw(
	double ActualHeight,
	double ActualWidth
)

Parameters

ActualHeight
Type: SystemDouble
actual height
ActualWidth
Type: SystemDouble
actual width
See Also