API Reference
Class
PdfDocumentViewInfo
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.