Click or drag to resize

CPDFViewerSetRenderBackground Method

Set the background color of PDFViewer

Namespace:  ComPDFKitViewer
Assembly:  ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
C#
public void SetRenderBackground(
	SolidColorBrush brush
)

Parameters

brush
Type: System.Windows.MediaSolidColorBrush
Color brush
See Also