Click or drag to resize

PDFViewCtrlSetPageBorderVisibility Method

Enables or disables drawing of a thin border around each page.

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

Parameters

border_visible
Type: SystemBoolean
if true, the border will be visible.
See Also