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.ABCpdf13.XReadOptions
Implements: IDisposable, IEquatable<XReadOptions>
|