PageInfo Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Describes a page in terms of its dimensions, resources and whether all the resources have been fully loaded. A collection of PageInfo objects is created when a Document is initilized, and are accessible via Document's Pages property. Note that PageInfo does not contain the page content, which can be acquired using the LoadCanvasAsync(Int32, Action<(Of <<'(Document..::..OnLoadCanvasAsyncCallbackArgs>)>>), Action<(Of <<'(Document..::..OnLoadCanvasAsyncCallbackArgs>)>>), Action<(Of <<'(Link>)>>)) method.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public class PageInfo
Visual Basic
Public Class PageInfo
Visual C++
public ref class PageInfo

Inheritance Hierarchy

System..::..Object
  PDFTron.SilverDox.Documents..::..PageInfo

See Also