API Reference

Class

PdfPageImportOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Configures optional behavior for first-party PDF page import operations.

Inheritance

  • Object
  • PdfPageImportOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public PdfPageImportOptions() #

Properties

public PdfReadOptions SourceReadOptions { get; set; } #

Gets or sets read options used for the imported source PDF, including its password and permission policy. Target-document credentials remain controlled by the document or the corresponding Try* operation.

public Boolean FlattenVisualAnnotations { get; set; } #

Gets or sets whether supported visual annotations from imported source pages should be painted into page content. Existing target-document annotations are not flattened by this option.