public class Page extends Object
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
Content |
getContent()
Returns a
Content instance that specifies content level properties of the PDF such as number of images, textual content etc. |
Double |
getHeight()
Returns the height of the page.
|
Integer |
getPageNumber()
Returns the page number of this
Page , starting from 0. |
Double |
getWidth()
Returns the width of the page.
|
Boolean |
hasStructure()
Returns a boolean specifying whether the page has structure/tagging.
|
Boolean |
isScanned()
Returns a boolean specifying whether the page is scanned.
|
public Boolean isScanned()
true
if the page is scanned. False otherwise.public Boolean hasStructure()
true
if the page has structure/tagging. False otherwise.public Content getContent()
Content
instance that specifies content level properties of the PDF such as number of images, textual content etc.Content
instance.public Double getHeight()
public Integer getPageNumber()
Page
, starting from 0.public Double getWidth()
Copyright © 2023 Adobe. All rights reserved.