Show / Hide Table of Contents

Class Page

This class provides information about a page of the specified PDF file, such as page number, height, width etc.

Inheritance
System.Object
Page
Namespace: Adobe.PDFServicesSDK.pdfjobs.results.pdfproperties
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class Page

Properties

Content

Gets a Content instance that specifies content level properties of the PDF such as number of images, textual content etc. A Content instance

Declaration
public Content Content { get; }
Property Value
Type Description
Content

HasStructure

Gets a Boolean specifying whether the page has structure/tagging. True if the page has structure/tagging. False otherwise.

Declaration
public bool HasStructure { get; }
Property Value
Type Description
System.Boolean

Height

Gets the height of the page.

Declaration
public double Height { get; }
Property Value
Type Description
System.Double

IsScanned

Gets a Boolean specifying whether the page is scanned. True if the page is scanned. False otherwise.

Declaration
public bool IsScanned { get; }
Property Value
Type Description
System.Boolean

PageNumber

Gets the page number of this Page, starting from 0. The page number.

Declaration
public long PageNumber { get; }
Property Value
Type Description
System.Int64

Width

Gets the width of the page

Declaration
public double Width { get; }
Property Value
Type Description
System.Double
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.