| ViewerSettingsCopy Method |
Copy viewer settings
The newly created viewer settings are associated with the target document,
but not yet used as the document's viewer settings.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.NavigationAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax public static ViewerSettings Copy(
Document targetDocument,
ViewerSettings viewerSettings
)
Parameters
- targetDocument Document
-
the output document with which the returned object is associated
- viewerSettings ViewerSettings
-
the viewer settings of a different document
Return Value
ViewerSettings
a viewer settings object with the same content, but associated with the current document.
Exceptions See Also