Click or drag to resize

PdfDocumentCopyViewerPreferences Method

Copy the viewer preferences from other PDF document to current.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool CopyViewerPreferences(
	PdfDocument sourceDoc
)

Parameters

sourceDoc  PdfDocument
PDF document with the viewer preferences.

Return Value

Boolean
True for success, False for failure.
See Also