Click or drag to resize

PDFViewCtrlSetPageTransparencyGrid Method

Enables or disables the transparency grid (check board pattern) to reflect page transparency.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPageTransparencyGrid(
	bool trans_grid_visible
)

Parameters

trans_grid_visible
Type: SystemBoolean
if true, the grid is turned on.
See Also