Click or drag to resize
Pdftools logo

OutlineCopyOptions Class

Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.NavigationOutlineCopyOptions

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Navigation
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.6+c8104d9b5f50644b2c93d424e62edbf40828fde7
Syntax
C#
public class OutlineCopyOptions : NativeObject

The OutlineCopyOptions type exposes the following members.

Constructors
 NameDescription
Public methodOutlineCopyOptions 
Top
Properties
 NameDescription
Public propertyCopyLogicalStructure

Copy the logical structure and tagging information.

Specifies whether the logical structure and tagging information associated with a an outline item is also copied when copying the item.

This is required if the target document conformance is PDF/A Level a.

Default value:

Public propertyNamedDestinations

Copy strategy for named destinations

Specify whether named destinations are resolved when copying an outline item.

Default value: Copy

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also