Allows to enable (true) or disable (false) pagination in the resultant HTML document.
FixedLayoutEditOptionsBase()
public FixedLayoutEditOptionsBase()
getSkipImages()
public final boolean getSkipImages()
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML. Default is false - images are preserved.
Returns:
boolean
setSkipImages(boolean value)
public final void setSkipImages(boolean value)
Gets or sets the flag indicating whether images must be skipped while converting input fixed-layout document to the resultant HTML. Default is false - images are preserved.
Parameters:
Parameter
Type
Description
value
boolean
getPages()
public final PageRange getPages()
Allows to set a page range to process. By default all pages of a fixed-layout document are processed.
Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).
Fixed-layout format documents (PDF and XPS in particular) in their essence are strictly paged, their content has a fixed layout and divided onto pages. But resultant editable HTML can be represented in either pageless or paginal view.
Returns:
boolean
setEnablePagination(boolean value)
public final void setEnablePagination(boolean value)
Allows to enable (true) or disable (false) pagination in the resultant HTML document. By default is disabled (false).
Fixed-layout format documents (PDF and XPS in particular) in their essence are strictly paged, their content has a fixed layout and divided onto pages. But resultant editable HTML can be represented in either pageless or paginal view.
Parameters:
Parameter
Type
Description
value
boolean
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.