Click or drag to resize
Pdftools logo

DocumentCopyOptions Class

The document-level copy options applied when copying a document.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.DocumentAssemblyDocumentCopyOptions

Namespace: PdfTools.DocumentAssembly
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public class DocumentCopyOptions : NativeObject

The DocumentCopyOptions type exposes the following members.

Constructors
 NameDescription
Public methodDocumentCopyOptions 
Top
Properties
 NameDescription
Public propertyCopyEmbeddedFiles

If set to : All embedded files are copied. If set to : Only embedded files associated with pages within the given page range are copied. (PDF/A-3 only, CopyAssociatedFiles must be set.)

Default: .

Public propertyCopyMetadata

Copy document information dictionary and XMP metadata.

Default: .

Public propertyCopyOutputIntent

Copy the PDF/A output intent.

Default: .

Public propertyCopyViewerSettings

Copy viewer properties, which include: Page Layout, Page Mode, Open Actions, Piece Info, and Collection properties.

Default: .

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