| PdfDocumentCopyViewerPreferences Method |
Copy the viewer preferences from other PDF document to current.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public 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 PdfDocument
- PDF document with the viewer preferences.
Return Value
BooleanTrue for success, False for failure.
See Also