Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfDocumentViewInfo

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Authenticated page geometry and capabilities for a document viewer. Restricted logical content is omitted.

Inheritance

  • Object
  • PdfDocumentViewInfo

Usage

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

Properties

public IReadOnlyList<PdfPageInfo> Pages { get; } #

Page geometry in document order. Annotation and widget objects are omitted when content extraction is restricted.

public Int32 PageCount { get; } #

Number of viewable pages.

public PdfDocumentSecurityInfo Security { get; } #

Authenticated security and permission information.

public Boolean CanExtractText { get; } #

Whether the current authorization permits text extraction, including accessibility text.

public Boolean CanExtractContent { get; } #

Whether the current authorization permits logical content extraction.

public PdfDocumentInfo LogicalContent { get; } #

Full inspection only when requested and content extraction is authorized; otherwise null.