Represents settings for read operations.

By creating a XReadOptions object and passing it in during a read operation you can take complete control of the way in which your content is imported. There can be different read modules which can import content in different ways. For example a Microsoft Word Document can be converted to PDF either using OpenOffice.org or by using Microsoft Word. A read options object allows you to precisely target one or more modules using particular settings.

System.Object
   WebSupergoo.ABCpdf7.XReadOptions

 

   
   
Method Description
XReadOptions XReadOptions Constructor.
Dispose Disposes of the XReadOptions.

 

   
   
Property Description
ReadModule The module to use.
DefaultFont The font to use for text that does not specify a font.
DefaultRect The default document size for documents that do not specify a size.
ExtraChecks Whether to perform extra checks when reading PDF documents.
ErrorHandling The error handling behavior.
Frame The frame to be read from a multiple frame image such as a movie.
FileExtension The file extension for sources specified not with paths or file names.
Log The log for the read operation.
OpenOfficeParameters OpenOffice.org PDF conversion control parameters.
Operation The Operation to use.
Password The password needed to read the source.
PreserveTransparency Whether the transparency of raster images should be preserved.
Timeout The timeout for external components.