Show / Hide Table of Contents

Class Convert.EPUBOutputOptions

A class containing options for PDF to EPUB conversion

Inheritance
System.Object
Convert.EPUBOutputOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class EPUBOutputOptions

Constructors

EPUBOutputOptions()

Creates an EPUBOutputOptions object with default settings

Declaration
public EPUBOutputOptions()

Methods

SetExpanded(Boolean)

Create the EPUB in expanded format. Default is false.

Declaration
public void SetExpanded(bool expanded)
Parameters
Type Name Description
System.Boolean expanded

if false a single EPUB file will be generated, otherwise, the generated EPUB will be in unzipped (expanded) format

SetReuseCover(Boolean)

Set whether the first content page in the EPUB uses the cover image or not. If this is set to true, then the first content page will simply wrap the cover image in HTML. Otherwise, the page will be converted the same as all other pages in the EPUB. Default is false.

Declaration
public void SetReuseCover(bool reuse)
Parameters
Type Name Description
System.Boolean reuse

if true the first page will simply be EPUB cover image, otherwise, the first page will be converted the same as the other pages.

In This Article
Back to top Generated by DocFX