Click or drag to resize

PdfDocumentCopyViewerPreferences Method

Copy the viewer preferences from other PDF document to current.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public bool CopyViewerPreferences(
	PdfDocument sourceDoc
)

Parameters

sourceDoc
Type: Patagames.Pdf.NetPdfDocument
PDF document with the viewer preferences.

Return Value

Type: Boolean
True for success, False for failure.
See Also