 | 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
Syntaxpublic bool CopyViewerPreferences(
PdfDocument sourceDoc
)
Public Function CopyViewerPreferences (
sourceDoc As PdfDocument
) As Boolean
public:
bool CopyViewerPreferences(
PdfDocument^ sourceDoc
)
member CopyViewerPreferences :
sourceDoc : PdfDocument -> bool
public boolean CopyViewerPreferences(
PdfDocument sourceDoc
)
function CopyViewerPreferences(sourceDoc);
Parameters
- sourceDoc
- Type: Patagames.Pdf.NetPdfDocument
PDF document with the viewer preferences.
Return Value
Type:
BooleanTrue for success, False for failure.
See Also