<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Bytescout.PDF</name>
    </assembly>
    <members>
        <member name="T:Bytescout.PDF.GoTo3DViewAction">
            <summary>
            Represents an action which sets the current view of a 3D annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.GoTo3DViewAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="T:Bytescout.PDF.GoToEmbeddedAction">
            <summary>
            Represents an action which goes to a destination in an embedded file.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.GoToEmbeddedAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <sq_access>read</sq_access>
            <sq_modifier>override</sq_modifier>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="T:Bytescout.PDF.GoToRemoteAction">
            <summary>
            Represents an action which goes to a destination in another document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.GoToRemoteAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.GoToRemoteAction.FilePath">
            <summary>
            Gets the path to the destination document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.GoToRemoteAction.PageIndex">
            <summary>
            Gets the index of the page to jump to.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.GoToRemoteAction.NewWindow">
            <summary>
            Gets or sets a value specifying whether to open the destination document in a new window.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.GoToRemoteAction.#ctor(System.String,System.Int32,System.Boolean)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.GoToRemoteAction.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">Path to the destination document.</param>
            <param name="pageIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The index of the page to jump to.</param>
            <param name="newWindow" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">A value specifying whether to open the destination document in a new window.</param>
        </member>
        <member name="T:Bytescout.PDF.GoToAction">
            <summary>
            Represents an action which goes to a destination in the current document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.GoToAction.Destination">
            <summary>
            Gets or sets the destination.
            </summary>
            <value cref="T:Bytescout.PDF.Destination"></value>
        </member>
        <member name="P:Bytescout.PDF.GoToAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="M:Bytescout.PDF.GoToAction.#ctor(Bytescout.PDF.Destination)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.GoToAction.
            </summary>
            <param name="dest">The destination to jump to.</param>
        </member>
        <member name="T:Bytescout.PDF.HideAction">
            <summary>
            Represents an action which hides or shows one or more controls on the screen.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.HideAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.HideAction.Hide">
            <summary>
            Gets or sets a value indicating whether to hide or show controls associated with this action.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.HideAction.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value cref="T:Bytescout.PDF.FieldCollection"></value>
        </member>
        <member name="M:Bytescout.PDF.HideAction.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.HideAction.
            </summary>
            <param name="hide" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">The value indicating whether to hide (if set to true) or show (if set to false)
            any field associated later with the action as the result of the action.</param>
        </member>
        <member name="T:Bytescout.PDF.ImportDataAction">
            <summary>
            Represents an action which imports Forms Data Format (FDF) data into the document’s
            interactive form from a specified file.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ImportDataAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.ImportDataAction.FileName">
            <summary>
            Gets the path to the FDF file from which to import the data.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ImportDataAction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ImportDataAction.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The FDF file from which to import the data.</param>
        </member>
        <member name="T:Bytescout.PDF.JavaScriptAction">
            <summary>
            Represents an action which performs a JavaScript action in the PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.JavaScriptAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.JavaScriptAction.Script">
            <summary>
            Gets or sets the javascript code to be executed when this action is executed.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.JavaScriptAction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.JavaScriptAction.
            </summary>
            <param name="script" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The JavaScript code.</param>
        </member>
        <member name="T:Bytescout.PDF.LaunchAction">
            <summary>
            Represents an action which launches an application or opens a document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LaunchAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.LaunchAction.FilePath">
            <summary>
            Gets the path to the destination document or application.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LaunchAction.NewWindow">
            <summary>
            Gets or sets a value specifying whether to open the destination document in a new window.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.LaunchAction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LaunchAction.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">Path to the application to be launched or the document to be opened.</param>
        </member>
        <member name="T:Bytescout.PDF.MovieAction">
            <summary>
            Represents an action which plays a movie in a floating window or within the annotation
            rectangle of a movie annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.MovieAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAction.Operation">
            <summary>
            Gets or sets the operation to be performed on the movie.
            </summary>
            <value cref="T:Bytescout.PDF.MovieOperation"></value>
        </member>
        <member name="M:Bytescout.PDF.MovieAction.#ctor(Bytescout.PDF.MovieAnnotation,Bytescout.PDF.MovieOperation)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.MovieAction.
            </summary>
            <param name="annotation">A movie annotation identifying the movie to be played.</param>
            <param name="operation">The operation to be performed on the movie.</param>
        </member>
        <member name="T:Bytescout.PDF.NamedAction">
            <summary>
            Represents an action which performs the named action.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.NamedAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.NamedAction.Action">
            <summary>
            Gets or sets the destination of an action.
            </summary>
            <value cref="T:Bytescout.PDF.NamedActions"></value>
        </member>
        <member name="M:Bytescout.PDF.NamedAction.#ctor(Bytescout.PDF.NamedActions)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.NamedAction.
            </summary>
            <param name="action">The Bytescout.PDF.NamedActions object representing the destination of an action.</param>
        </member>
        <member name="T:Bytescout.PDF.Action">
            <summary>
            Represents an abstract class for the PDF actions.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Action.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.Action.Next">
            <summary>
            Gets the sequence of actions to be performed after the action represented by this instance.
            </summary>
            <value cref="T:Bytescout.PDF.ActionCollection"></value>
        </member>
        <member name="T:Bytescout.PDF.ActionCollection">
            <summary>
            Represents a collection of actions.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ActionCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.Action">The Bytescout.PDF.PDFAction with the specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.ActionCollection.Count">
            <summary>
            Gets the number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ActionCollection.Add(Bytescout.PDF.Action)">
            <summary>
            Adds the specified action to the end of the collection.
            </summary>
            <param name="action">Action to be added.</param>
        </member>
        <member name="M:Bytescout.PDF.ActionCollection.Remove(System.Int32)">
            <summary>
            Removes the action with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the action to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.ActionCollection.Clear">
            <summary>
            Clears this collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.FieldCollection">
            <summary>
            Represents collection of fields.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.FieldCollection.Add(Bytescout.PDF.Field)">
            <summary>
            Adds the specified field.
            </summary>
            <param name="field">The field item to be added.</param>
        </member>
        <member name="M:Bytescout.PDF.FieldCollection.Add(System.String)">
            <summary>
            Adds the fields with their field name.
            </summary>
            <param name="fieldName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The field name.</param>
        </member>
        <member name="T:Bytescout.PDF.RenditionAction">
            <summary>
            Represents an action controlling the playing of multimedia content.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.RenditionAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="T:Bytescout.PDF.ResetFormAction">
            <summary>
            Represents the PDF form's reset action.
            <remarks>This action allows a user to reset the form fields to their default values.</remarks></summary>
        </member>
        <member name="P:Bytescout.PDF.ResetFormAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.ResetFormAction.Include">
            <summary>
            Gets or sets a value indicating whether fields contained in Fields collection will be included for resetting.
            <remarks>If Include property is true, only the fields in this collection will be reset. If Include property
            is false, the fields in this collection are not reset and only the remaining form fields are reset.
            If the collection is empty, then all the form fields are reset and the Include property is ignored.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ResetFormAction.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value cref="T:Bytescout.PDF.FieldCollection"></value>
        </member>
        <member name="M:Bytescout.PDF.ResetFormAction.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ResetFormAction.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.SetOptionalContentGroupsStateAction">
            <summary>
            Represents an action which sets the states of optional content groups.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SetOptionalContentGroupsStateAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="T:Bytescout.PDF.SoundAction">
            <summary>
            Represents the sound action.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SoundAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAction.Sound">
            <summary>
            Gets the sound.
            </summary>
            <value cref="T:Bytescout.PDF.Sound"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAction.Volume">
            <summary>
            Gets or sets the volume at which to play the sound, in the range -1.0 to 1.0.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAction.Synchronous">
            <summary>
            Gets or sets a value indicating whether to play the sound synchronously or asynchronously.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAction.Repeat">
            <summary>
            Gets or sets a value indicating whether to repeat the sound indefinitely.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAction.Mix">
            <summary>
            Gets or sets a value indicating whether to mix this sound with any other sound already playing.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.SoundAction.#ctor(Bytescout.PDF.Sound)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SoundAction.
            </summary>
            <param name="sound">Sound to be played.</param>
        </member>
        <member name="T:Bytescout.PDF.SubmitFormAction">
            <summary>
            Represents the PDF form's submit action.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.Fields">
            <summary>
            Gets the fields.
            </summary>
            <value cref="T:Bytescout.PDF.FieldCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.URL">
            <summary>
            Gets the uniform resource identifier (URI) of the script at the Web server that will process the submission.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.Include">
            <summary>
            Gets or sets a value indicating whether fields contained in the Fields collection will be included for submitting.
            <remarks>If Include property is true, only the fields in this collection will be submitted. If Include property is false,
            the fields in this collection are not submitted and only the remaining form fields are submitted.  If the collection is empty,
            then all the form fields are reset and the Include property is ignored. If the field has Export property set to false, it will
            be not included for submitting in any case.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.IncludeNoValueFields">
            <summary>
            Gets or sets a value indicating whether to submit fields without a value.
            <remarks>If set true, all fields designated by the Fields collection and the Bytescout.PDF.SubmitFormAction are submitted.
            Include flags are submitted, regardless of whether they have a value. For fields without a value, only the field name is transmitted.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.SubmitCoordinates">
            <summary>
            Gets or sets a value indicating whether to submit mouse pointer coordinates. If set true, the coordinates
            of the mouse click that caused the submit-form action are transmitted as part of the form data. The
            coordinate values are relative to the upper-left corner of the field’s widget annotation rectangle.
            <remarks>Meaningful only when the SubmitFormat is HTML.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.IncludeIncrementalUpdates">
            <summary>
            Gets or sets a value indicating whether to submit the form's incremental updates.
            If set true, the submitted FDF file includes the contents of all incremental updates to the underlying PDF document.
            <remarks>Meaningful only when the SubmitFormat is FDF.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.IncludeAnnotations">
            <summary>
            Gets or sets a value indicating whether to submit annotations.
            If set true, the submitted FDF file includes all markup annotations in the underlying PDF document.
            <remarks>Meaningful only when the SubmitFormat is FDF.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.CanonicalDateTimeFormat">
            <summary>
            Gets or sets a value indicating whether date and time have canonical format.
            <remarks>If set true, any submitted field values representing dates are converted to the standard format.
            The interpretation of a form field as a date is not specified explicitly in the field itself but only
            in the JavaScript code that processes it.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.ExcludeNonUserAnnotations">
            <summary>
            Gets or sets a value indicating whether to exclude non-user annotations from the submitted data stream.
            <remarks>Meaningful only when the SubmitFormat is FDF.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.SubmitMethod">
            <summary>
            Gets or sets the submit method.
            </summary>
            <value cref="T:Bytescout.PDF.SubmitMethod"></value>
        </member>
        <member name="P:Bytescout.PDF.SubmitFormAction.SubmitFormat">
            <summary>
            Gets or sets the submit format.
            </summary>
            <value cref="T:Bytescout.PDF.SubmitDataFormat"></value>
        </member>
        <member name="M:Bytescout.PDF.SubmitFormAction.#ctor(System.Uri)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SubmitFormAction.
            </summary>
            <param name="uri" href="http://msdn.microsoft.com/en-us/library/system.uri.aspx">The uniform resource identifier.</param>
        </member>
        <member name="T:Bytescout.PDF.ThreadAction">
            <summary>
            Represents an action which jumps to a specified bead on an article thread.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ThreadAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="T:Bytescout.PDF.TransitionAction">
            <summary>
            Represents an action which can be used to control drawing during a sequence of actions.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TransitionAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="T:Bytescout.PDF.URIAction">
            <summary>
            Represents an action which resolves a unique resource identifier.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.URIAction.Type">
            <summary>
            Gets the Bytescout.PDF.ActionType value that specifies the type of this action.
            </summary>
            <value cref="T:Bytescout.PDF.ActionType"></value>
        </member>
        <member name="P:Bytescout.PDF.URIAction.URI">
            <summary>
            Gets or sets the unique resource identifier.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.URIAction.#ctor(System.Uri)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.URIAction.
            </summary>
            <param name="uri" href="http://msdn.microsoft.com/en-us/library/system.uri.aspx">The unique resource identifier.</param>
        </member>
        <member name="T:Bytescout.PDF.ComHelpers">
            <summary>
            Class containing helping methods to use the SDK as ActiveX object from VBScript, VBA, VB6, Delphi, Visual C++.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_TIMES">
            <summary> Times New Roman font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_TIMESBOLD">
            <summary> Times New Roman bold font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_TIMESITALIC">
            <summary> Times New Roman italic font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_TIMESBOLDITALIC">
            <summary> Times New Roman bold italic font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_HELVETICA">
            <summary> Helvetica font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_HELVETICABOLD">
            <summary> Helvetica bold font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_HELVETICAOBLIQUE">
            <summary> Helvetica italic font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_HELVETICABOLDOBLIQUE">
            <summary> Helvetica bold italic font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_COURIER">
            <summary> Courier font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_COURIERBOLD">
            <summary> Courier bold font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_COURIEROBLIQUE">
            <summary> Courier italic font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_COURIERBOLDOBLIQUE">
            <summary> Courier bold italic font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_SYMBOL">
            <summary> Symbol font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.STANDARDFONTS_ZAPFDINGBATS">
            <summary> Zapf Dingbats font. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A0">
            <summary> 841 mm by 1189 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A1">
            <summary> 594 mm by 841 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A2">
            <summary> 420 mm by 594 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A3">
            <summary> 297 mm by 420 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A4">
            <summary> 210 mm by 297 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A5">
            <summary> 148 mm by 210 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_A6">
            <summary> 105 mm by 148 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_B4">
            <summary> 250 mm by 353 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_B5">
            <summary> 176 mm by 250 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_LETTER">
            <summary> 8.5 in. by 11 in. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_LEGAL">
            <summary> 8.5 in. by 14 in. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_FOLIO">
            <summary> 8.5 in. by 13 in. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_EXECUTIVE">
            <summary> 7.25 in. by 10.5 in. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_B4ENVELOPE">
            <summary> 250 mm by 353 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_B5ENVELOPE">
            <summary> 176 mm by 250 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_C6ENVELOPE">
            <summary> 114 mm by 162 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_DLENVELOPE">
            <summary> 110 mm by 220 mm. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_MONARCHENVELOPE">
            <summary> 3.875 in. by 7.5 in. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERFORMAT_STATEMENT">
            <summary> 5.5 in. by 8.5 in. </summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERORIENTATION_PORTRAIT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAPERORIENTATION_LANDSCAPE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SUBMITDATAFORMAT_HTML">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SUBMITDATAFORMAT_FDF">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SUBMITDATAFORMAT_XFDF">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SUBMITDATAFORMAT_PDF">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SUBMITMETHOD_GET">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SUBMITMETHOD_POST">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FILEATTACHMENTANNOTATIONICON_PUSHPIN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FILEATTACHMENTANNOTATIONICON_GRAPH">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FILEATTACHMENTANNOTATIONICON_PAPERCLIP">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FILEATTACHMENTANNOTATIONICON_TAG">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGEMODE_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGEMODE_OUTLINES">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGEMODE_THUMBNAIL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGEMODE_FULLSCREEN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGEMODE_OPTIONALCONTENT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGEMODE_ATTACHMENT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDERSTYLE_SOLID">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDERSTYLE_DASHED">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDERSTYLE_BEVELED">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDERSTYLE_INSET">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDERSTYLE_UNDERLINE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDEREFFECT_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BORDEREFFECT_CLOUDY">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_SQUARE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_CIRCLE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_DIAMOND">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_OPENARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_CLOSEDARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_BUTT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_ROPENARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_RCLOSEDARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEENDINGSTYLE_SLASH">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_COMMENT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_HELP">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_INSERT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_KEY">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_NEWPARAGRAPH">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_NOTE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_PARAGRAPH">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_CIRCLE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_CROSS">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_RIGHTARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_RIGHTPOINTER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_STAR">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_UPARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_UPLEFTARROW">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTANNOTATIONICON_CHECK">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_NORMAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_MULTIPLY">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_SCREEN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_OVERLAY">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_DARKEN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_LIGHTEN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_COLORDODGE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_COLORBURN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_HARDLIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_SOFTLIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_DIFFERENCE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_EXCLUSION">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_HUE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_SATURATION">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_COLOR">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.BLENDMODE_LUMINOSITY">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PUSHBUTTONHIGHLIGHTINGMODE_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PUSHBUTTONHIGHLIGHTINGMODE_INVERT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PUSHBUTTONHIGHLIGHTINGMODE_OUTLINE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PUSHBUTTONHIGHLIGHTINGMODE_PUSH">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PUSHBUTTONHIGHLIGHTINGMODE_TOGGLE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTALIGN_LEFT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTALIGN_CENTER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTALIGN_RIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.HORIZONTALALIGN_LEFT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.HORIZONTALALIGN_CENTER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.HORIZONTALALIGN_JUSTIFY">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.HORIZONTALALIGN_RIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.VERTICALLALIGN_TOP">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.VERTICALALIGN_CENTER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.VERTICALALIGN_BOTTOM">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGENUMBERINGSTYLE_DECIMALARABIC">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGENUMBERINGSTYLE_UPPERCASEROMAN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGENUMBERINGSTYLE_LOWERCASEROMAN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGENUMBERINGSTYLE_UPPERCASELETTERS">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGENUMBERINGSTYLE_LOWERCASELETTERS">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGENUMBERINGSTYLE_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ENCRYPTIONALGORITHM_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ENCRYPTIONALGORITHM_RC4_40BIT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ENCRYPTIONALGORITHM_RC4_128BIT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ENCRYPTIONALGORITHM_AES_128BIT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ENCRYPTIONALGORITHM_AES_256BIT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PRINTQUALITY_HIGHTRESOLUTION">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PRINTQUALITY_LOWRESOLUTION">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TABLEBORDERSTYLE_SOLID">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TABLEBORDERSTYLE_DASHED">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TILINGTYPE_CONSTANTSPACING">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TILINGTYPE_NODISTORTION">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TILINGTYPE_CONSTANTSPACINGANDFASTERTILING">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINECAPTIONTYPE_INLINE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINECAPTIONTYPE_TOP">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SOUNDANNOTATIONICON_SPEAKER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SOUNDANNOTATIONICON_MIC">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.SOUNDANNOTATIONICON_EAR">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINKANNOTATIONHIGHLIGHTINGMODE_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINKANNOTATIONHIGHLIGHTINGMODE_INVERT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINKANNOTATIONHIGHLIGHTINGMODE_OUTLINE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINKANNOTATIONHIGHLIGHTINGMODE_PUSH">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FILLMODE_WINDING">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FILLMODE_ALTERNATE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINECAPSTYLE_BUTT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINECAPSTYLE_ROUND">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINECAPSTYLE_PROJECTINGSQUARE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEJOINSTYLE_MITER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEJOINSTYLE_ROUND">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.LINEJOINSTYLE_BEVEL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITXYZ">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITPAGE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITHORIZONTAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITVERTICAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITRECTANGLE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITBOUNDING">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITBOUNDINGHORIZONTAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ZOOMMODE_FITBOUNDINGVERTICAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.DIRECTION_LEFTTORIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.DIRECTION_RIGHTTOLEFT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FULLSCREENPAGEMODE_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FULLSCREENPAGEMODE_OUTLINES">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FULLSCREENPAGEMODE_THUMBNAIL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.FULLSCREENPAGEMODE_OPTIONALCONTENT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGELAYOUT_SINGLEPAGE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGELAYOUT_ONECOLUMN">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGELAYOUT_TWOCOLUMNLEFT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGELAYOUT_TWOCOLUMNRIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGELAYOUT_TWOPAGELEFT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.PAGELAYOUT_TWOPAGERIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ROTATIONANGLE_ROTATE0">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ROTATIONANGLE_ROTATE90">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ROTATIONANGLE_ROTATE180">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.ROTATIONANGLE_ROTATE270">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.COMPRESSION_NONE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.COMPRESSION_FLATE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_APPROVED">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_ASIS">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_CONFIDENTIAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_DEPARTMENTAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_DRAFT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_EXPERIMENTAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_EXPIRED">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_FINAL">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_FORCOMMENT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_FORPUBLICRELEASE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_NOTAPPROVED">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_NOTFORPUBLICRELEASE">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_SOLD">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.RUBBERSTAMPANNOTATIONICON_TOPSECRET">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_CUSTOM">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_TOP">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_BOTTOM">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_CENTER">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_VERTICALFROMTOPTOBOTTOM">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_VERTICALFROMBOTTOMTOTOP">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_DIAGONALFROMTOPLEFTTOBOTTOMRIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_DIAGONALFROMBOTTOMLEFTTOTOPRIGHT">
            <summary></summary>
        </member>
        <member name="P:Bytescout.PDF.ComHelpers.TEXTWATERMARKLOCATION_TILED">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePage(Bytescout.PDF.PaperFormat)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePage2(Bytescout.PDF.PaperFormat,Bytescout.PDF.PaperOrientation)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePage3(System.Single,System.Single)">
            <summary>
            Creates new document page with specified width and height.
            </summary>
            <param name="width">Page width.</param>
            <param name="height">Page height.</param>
            <returns></returns>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSystemFont(System.String,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSystemFont2(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateStandardFont(System.Int32,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateStandardFont2(System.Int32,System.Single,System.Boolean,System.Boolean)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.LoadFontFromFile(System.String,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.LoadFontFromFile2(System.String,System.Single,System.Boolean,System.Boolean)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSolidPen(Bytescout.PDF.Color,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSolidBrush(Bytescout.PDF.Color)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateColorRGB(System.Byte,System.Byte,System.Byte)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateColorCMYK(System.Byte,System.Byte,System.Byte,System.Byte)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateColorICC(Bytescout.PDF.ICCBasedColorspace,Bytescout.PDF.DeviceColor)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateColorGray(System.Byte)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePushButton(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateEditBox(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateCheckBox(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateComboBox(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateListBox(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateRadioButton(System.Single,System.Single,System.Single,System.Single,System.String,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateGoToAction(Bytescout.PDF.Destination)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateJavaScriptAction(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateLaunchAction(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateHideAction(System.Boolean)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSubmitFormAction(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateResetFormAction">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateURIAction(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateThreeDAnnotation(Bytescout.PDF.ThreeDData,System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateFileAttachmentAnnotation(System.String,System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSquareAnnotation(System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateCircleAnnotation(System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateLineAnnotation(System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePolylineAnnotation(Bytescout.PDF.PointsArray)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSoundAnnotation(Bytescout.PDF.Sound,System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateTextAnnotation(System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateMovieAnnotation(Bytescout.PDF.Movie,System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateRubberStampAnnotation(System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateDestination(Bytescout.PDF.Page,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateThreeDData(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateDashPattern(System.Object[],System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePointsArray(System.Object[])">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateSound(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateMovie(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePath">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateICCBasedColorspace(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateGraphicsTemplate(System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateUncoloredTilingBrush(System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateColoredTilingBrush(System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateImage(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateImage2(System.Byte[])">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateImage3(System.Drawing.Image)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateLayer(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateOptionalContentGroup">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateOptionalContentGroupLayer(Bytescout.PDF.Layer)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateOutline(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateOutline(System.String,Bytescout.PDF.Destination)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateOutline(System.String,Bytescout.PDF.Action)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateLinkAnnotation(Bytescout.PDF.Destination,System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateLinkAnnotation2(Bytescout.PDF.Action,System.Single,System.Single,System.Single,System.Single)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateStringFormat">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreatePageLabel(System.Int32,Bytescout.PDF.PageNumberingStyle)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateTable">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateTableColumn(System.String,System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.CreateTextWatermark(System.String)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.GetPointX(System.Drawing.PointF)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.GetPointY(System.Drawing.PointF)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.GetSizeWidth(System.Drawing.SizeF)">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.ComHelpers.GetSizeHeight(System.Drawing.SizeF)">
            <summary></summary>
        </member>
        <member name="T:Bytescout.PDF.EmbeddedFile">
            <summary>
            Represents the embedded file.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.EmbeddedFile.FileName">
            <summary>
            Gets the value specifying the name of embedded file.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.EmbeddedFile.SaveEmbeddedFile(System.String)">
            <summary>
            Saves the embedded file to the specified file.
            </summary>
            <param name="fileName">The name of the file where to save the data to.</param>
        </member>
        <member name="M:Bytescout.PDF.EmbeddedFile.SaveEmbeddedFile(System.IO.Stream)">
            <summary>
            Saves the embedded file to the specified stream.
            </summary>
            <param name="stream">The stream to save the data to.</param>
        </member>
        <member name="T:Bytescout.PDF.EmbeddedFilesCollection">
            <summary>
            Represents the collection of embedded files.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.EmbeddedFilesCollection.Count">
            <summary>
            Gets the number of embedded files in collection.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.EmbeddedFilesCollection.Item(System.String)">
            <summary>
            Gets the element by the file name.
            </summary>
            <param name="fileName">File name.</param>
            <returns cref="T:Bytescout.PDF.EmbeddedFile">The <see cref="T:Bytescout.PDF.EmbeddedFile" /> with the specified file name.</returns>
        </member>
        <member name="M:Bytescout.PDF.EmbeddedFilesCollection.Add(Bytescout.PDF.EmbeddedFile)">
            <summary>
            Adds the embedded file to the end of the collection.
            </summary>
            <param name="embeddedFile">Embedded file to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.EmbeddedFilesCollection.Clear">
            <summary>
            Removes all embedded file from the collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Destination">
            <summary>
            Represents a destination in the PDF document for links, bookmarks, and other interactive PDF features.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Destination.Page">
            <summary>
            Gets the destination page.
            </summary>
            <value cref="T:Bytescout.PDF.Page"></value>
        </member>
        <member name="P:Bytescout.PDF.Destination.Left">
            <summary>
            Gets the x-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Destination.Top">
            <summary>
            Gets the y-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Destination.Width">
            <summary>
            Gets the width of the page area to fit into the window width.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Destination.Height">
            <summary>
            Gets the height of the page area to fit into the window height.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Destination.Zoom">
            <summary>
             Gets the zoom percent (magnification level) of the page to be displayed in the view.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Destination.ZoomMode">
            <summary>
            Gets the zoom type of the page to be displayed in the view.
            </summary>
            <value cref="T:Bytescout.PDF.ZoomMode"></value>
        </member>
        <member name="M:Bytescout.PDF.Destination.#ctor(Bytescout.PDF.Page)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Destination.
            </summary>
            <param name="page">The destination page.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.#ctor(Bytescout.PDF.Page,System.Single,System.Boolean)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Destination.
            </summary>
            <param name="page">The destination page.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The vertical coordinate of the page that should be positioned at the top edge of the window when the page is displayed.</param>
            <param name="fixAdobeRotatedPagesIssue">If the destination points to a rotated page (see <see cref="P:Bytescout.PDF.Page.RotationAngle" />)
            Adobe Reader jumps to incorrect position. This parameter fixes the issue (its is <c>true</c> be default),
            but has a side effect: Chromium-based web browsers (used as a PDF viewer) may misinterpret such fixed destination.
            Set the parameter to <c>false</c> to revert the behavior.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitXYZ(System.Single,System.Single,System.Int32)">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitXYZ.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.</param>
            <param name="zoom" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The magnification level in percent.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitPage">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitPage.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitHorizontal(System.Single)">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitHorizontal.
            </summary>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitVertical(System.Single)">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitVertical.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitRectangle(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitRectangle.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the page area to fit into window width.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the page area to fit into window height.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitBounding">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBounding.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitBoundingHorizontal(System.Single)">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBoundingHorizontal.
            </summary>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.SetFitBoundingVertical(System.Single)">
            <summary>
            Sets the zoom type to use when displaying the page in the view to Bytescout.PDF.ZoomMode.FitBoundingVertical.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the page to be positioned at the
            upper-left corner of the window when this view gets displayed.</param>
        </member>
        <member name="M:Bytescout.PDF.Destination.ToString">
            <summary>
            Returns a System.String that represents the current System.Object.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents the current System.Object.</returns>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentGroup">
            <summary>
            Represents a group for optional content group.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroup.Count">
            <summary>
            Gets the number of elements contained in this collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroup.Type">
            <summary>
            Gets the Bytescout.PDF.OptionalContentGroupItemType value that specifies the type of this item.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentGroupItemType"></value>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroup.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.OptionalContentGroup class.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroup.Item(System.Int32)">
            <summary>
            Gets the element at the specified index in this collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.OptionalContentGroupItem">Element with specified index.</returns>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroup.Add(Bytescout.PDF.OptionalContentGroupItem)">
            <summary>
            Adds the element to the end of the collection.
            </summary>
            <param name="item">The element to be added.</param>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroup.Insert(System.Int32,Bytescout.PDF.OptionalContentGroupItem)">
            <summary>
            Inserts an element at the specified index to the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which the element is to be inserted.</param>
            <param name="item">The element to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroup.Remove(System.Int32)">
            <summary>
            Removes the element with the specified index from this collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroup.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentGroupLabel">
            <summary>
            Represents a label for optional content group.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroupLabel.Text">
            <summary>
            Gets the text of this label.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroupLabel.Type">
            <summary>
            Gets the Bytescout.PDF.OptionalContentGroupItemType value that specifies the type of this item.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentGroupItemType"></value>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroupLabel.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.OptionalContentGroupLabel class.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The text label.</param>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentGroupLayer">
            <summary>
            Represents a layer for optional content group.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroupLayer.Layer">
            <summary>
            Gets the layer of this Bytescout.PDF.OptionalContentGroupLayer.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroupLayer.Type">
            <summary>
            Gets the Bytescout.PDF.OptionalContentGroupItemType value that specifies the type of this item.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentGroupItemType"></value>
        </member>
        <member name="M:Bytescout.PDF.OptionalContentGroupLayer.#ctor(Bytescout.PDF.Layer)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.OptionalContentGroupLayer class.
            </summary>
            <param name="layer">The layer.</param>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentGroupItem">
            <summary>
            Represents an abstract class for all optional content group items.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentGroupItem.Type">
            <summary>
            Gets the Bytescout.PDF.OptionalContentGroupItemType value that specifies the type of this item.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentGroupItemType" />
        </member>
        <member name="T:Bytescout.PDF.Layer">
            <summary>
            Represents a layer in a PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Layer.Name">
            <summary>
            Gets or sets the layer name.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.Layer.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Layer.
            </summary>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The layer name.</param>
        </member>
        <member name="M:Bytescout.PDF.Layer.ToString">
            <summary>
            Returns a System.String that represents the current Bytescout.PDF.Layer.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents the current Bytescout.PDF.Layer.</returns>
        </member>
        <member name="T:Bytescout.PDF.LayerCollection">
            <summary>
            Represents a collection of layers.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LayerCollection.Count">
            <summary>
            Gets the number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LayerCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.Layer">The Bytescout.PDF.Layer with the specified index.</returns>
        </member>
        <member name="M:Bytescout.PDF.LayerCollection.Add(Bytescout.PDF.Layer)">
            <summary>
            Adds the specified action to the end of the collection.
            </summary>
            <param name="layer">Layer to be added.</param>
        </member>
        <member name="M:Bytescout.PDF.LayerCollection.Insert(System.Int32,Bytescout.PDF.Layer)">
            <summary>
            Inserts a layer at the specified index to the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which the outline is to be inserted.</param>
            <param name="layer">Layer to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.LayerCollection.Remove(System.Int32)">
            <summary>
            Removes the action with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the action to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.LayerCollection.Clear">
            <summary>
            Clears this collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentConfiguration">
            <summary>
            Represents an optional content configuration for PDF processing of applications or features.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentConfiguration.Name">
            <summary>
            Gets or sets the name for the configuration; suitable for presentation in a user interface.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentConfiguration.Creator">
            <summary>
            Gets or sets the name of the application or feature that created this configuration.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentConfiguration.BaseState">
            <summary>
            Gets or sets the value that indicates the status of all the optional content groups in a document.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentState"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentConfiguration.ON">
            <summary>
            Gets the collection of optional content groups whose state should be set to ON when this configuration is applied.
            </summary>
            <value cref="T:Bytescout.PDF.LayerCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentConfiguration.OFF">
            <summary>
            Gets the collection of optional content groups whose state should be set to OFF when this configuration is applied.
            </summary>
            <value cref="T:Bytescout.PDF.LayerCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContentConfiguration.Order">
            <summary>
            Gets the Bytescout.PDF.OptionalContentGroup specifying the recommended order for presentation of optional content groups in a user interface.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentGroup"></value>
        </member>
        <member name="T:Bytescout.PDF.OptionalContents">
            <summary>
            Represents the document's optional content properties.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OptionalContents.Layers">
            <summary>
            Gets the collections of layers in the document.
            Every optional content group must be included in this collection.
            </summary>
            <value cref="T:Bytescout.PDF.LayerCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.OptionalContents.Configuration">
            <summary>
            Gets the optional content configuration or PDF processing applications or features.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContentConfiguration"></value>
        </member>
        <member name="T:Bytescout.PDF.PageLabel">
            <summary>
            Represents a PDF page label item.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PageLabel.Style">
            <summary>
            Gets or sets the page label style.
            </summary>
            <value cref="T:Bytescout.PDF.PageNumberingStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.PageLabel.Prefix">
            <summary>
            Gets or sets the page label prefix.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.PageLabel.StartPortion">
            <summary>
            Gets or sets the page label start portion.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.PageLabel.FirstPageIndex">
            <summary>
            Gets or sets the first page index.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.PageLabel.#ctor(System.Int32,Bytescout.PDF.PageNumberingStyle)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PageLabel.
            </summary>
            <param name="firstPageIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"> The page index of the first page in a labeling range.</param>
            <param name="style">The style of the page label.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabel.#ctor(System.Int32,Bytescout.PDF.PageNumberingStyle,System.Int32)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PageLabel.
            </summary>
            <param name="firstPageIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"> The page index of the first page in a labeling range.</param>
            <param name="style">The style of the page label.</param>
            <param name="startPortion" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The start portion of the page label.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabel.#ctor(System.Int32,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PageLabel.
            </summary>
            <param name="firstPageIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"> The page index of the first page in a labeling range.</param>
            <param name="prefix" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The prefix of the page label.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabel.#ctor(System.Int32,Bytescout.PDF.PageNumberingStyle,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PageLabel.
            </summary>
            <param name="firstPageIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"> The page index of the first page in a labeling range.</param>
            <param name="style">The style of the page label.</param>
            <param name="prefix" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The prefix of the page label.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabel.#ctor(System.Int32,Bytescout.PDF.PageNumberingStyle,System.String,System.Int32)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PageLabel.
            </summary>
            <param name="firstPageIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"> The page index of the first page in a labeling range.</param>
            <param name="style">The style of the page label.</param>
            <param name="prefix" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The prefix of the page label.</param>
            <param name="startPortion" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The start portion of the page label.</param>
        </member>
        <member name="T:Bytescout.PDF.PageLabelsCollection">
            <summary>
            Represents the collection of page labels.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PageLabelsCollection.Count">
            <summary>
            Gets the number of page labels in collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.PageLabelsCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.PageLabel">The Bytescout.PDF.PageLabel with the specified index.</returns>
        </member>
        <member name="M:Bytescout.PDF.PageLabelsCollection.Add(Bytescout.PDF.PageLabel)">
            <summary>
            Adds the page label to the end of the collection.
            </summary>
            <param name="pageLabel">Page label to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabelsCollection.Insert(System.Int32,Bytescout.PDF.PageLabel)">
            <summary>
            Inserts an page label at the specified index to the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which the page label is to be inserted.</param>
            <param name="pageLabel">Page label to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabelsCollection.Remove(System.Int32)">
            <summary>
            Removes the page label with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the page label to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.PageLabelsCollection.Clear">
            <summary>
            Removes all page labels from the collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.ThreeDAnnotation">
            <summary>
            Represents a 3D annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ThreeDAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.ThreeDAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ThreeDAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ThreeDAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ThreeDAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ThreeDAnnotation.Data">
            <summary>
            Gets the data that specifies the 3D artwork to be shown.
            </summary>
            <value cref="T:Bytescout.PDF.ThreeDData"></value>
        </member>
        <member name="M:Bytescout.PDF.ThreeDAnnotation.#ctor(Bytescout.PDF.ThreeDData,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ThreeDAnnotation class.
            </summary>
            <param name="data">The 3D data.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.ThreeDAnnotation.#ctor(Bytescout.PDF.ThreeDData,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ThreeDAnnotation class.
            </summary>
            <param name="data">The 3D data.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.ThreeDData">
            <summary>
            Represents a 3D data (.u3d) in PDF document.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.ThreeDData.#ctor(System.String)">
            <summary>
            Creates a new 3D data initialized from the specified existing file.
            </summary>
            <param name="filename" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The path to the data.</param>
        </member>
        <member name="M:Bytescout.PDF.ThreeDData.#ctor(System.IO.Stream)">
            <summary>
            Creates a new 3D data initialized from specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">A stream that contains the data.</param>
        </member>
        <member name="M:Bytescout.PDF.ThreeDData.Save(System.String)">
            <summary>
            Saves the contents of this Bytescout.PDF.ThreeDData to the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the file to which to save the data.</param>
        </member>
        <member name="M:Bytescout.PDF.ThreeDData.Save(System.IO.Stream)">
            <summary>
            Saves the contents of this Bytescout.PDF.ThreeDData to the specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to which to save the data.</param>
        </member>
        <member name="T:Bytescout.PDF.AnnotationBorderEffect">
            <summary>
            Represents a class for the border effect of annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.AnnotationBorderEffect.Effect">
            <summary>
            Gets or sets the border effect.
            </summary>
            <value cref="T:Bytescout.PDF.BorderEffect"></value>
        </member>
        <member name="P:Bytescout.PDF.AnnotationBorderEffect.Intensity">
            <summary>
            Gets or sets the value indicating whether the intensity of the effect.
            <remarks>Suggested values range from 0 to 2.</remarks></summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.AnnotationBorderStyle">
            <summary>
            Represents a class for the border style of annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.AnnotationBorderStyle.Width">
            <summary>
            Gets or sets the border width.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.AnnotationBorderStyle.Style">
            <summary>
            Gets or sets the border style.
            </summary>
            <value cref="T:Bytescout.PDF.BorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.AnnotationBorderStyle.DashPattern">
            <summary>
            Gets or sets the dash pattern to be used in drawing a dashed border.
            (Bytescout.PDF.BorderStyle.Dashed).
            </summary>
            <value cref="T:Bytescout.PDF.DashPattern"></value>
        </member>
        <member name="T:Bytescout.PDF.LinkAnnotation">
            <summary>
            Represents a link annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Color">
            <summary>
            Gets or sets the color of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Destination">
            <summary>
            Gets or sets the annotation destination to jump to.
            <remarks>If this value is set, the Action property will be ignored.</remarks></summary>
            <value cref="T:Bytescout.PDF.Destination"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.Action">
            <summary>
            Gets or sets the action for this outline.
            <remarks>If this value is set, the Destination property will be ignored.</remarks></summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.LinkAnnotation.HighlightingMode">
            <summary>
            Gets or sets a value indicating which visual effect is to be used when the mouse button is pressed or held down inside its active area.
            </summary>
            <value cref="T:Bytescout.PDF.LinkAnnotationHighlightingMode"></value>
        </member>
        <member name="M:Bytescout.PDF.LinkAnnotation.#ctor(Bytescout.PDF.Destination,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
            </summary>
            <param name="destination">The destination to jump to.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the link area.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the link area.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the link area.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the link area.</param>
        </member>
        <member name="M:Bytescout.PDF.LinkAnnotation.#ctor(Bytescout.PDF.Action,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
            </summary>
            <param name="action">The action to be performed when this item is activated.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the link area.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the link area.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the link area.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the link area.</param>
        </member>
        <member name="M:Bytescout.PDF.LinkAnnotation.#ctor(Bytescout.PDF.Destination,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
            </summary>
            <param name="destination">The destination to jump to.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the link area.</param>
        </member>
        <member name="M:Bytescout.PDF.LinkAnnotation.#ctor(Bytescout.PDF.Action,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.
            </summary>
            <param name="action">The action to be performed when this item is activated.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the link area.</param>
        </member>
        <member name="T:Bytescout.PDF.CaretAnnotation">
            <summary>
            Represents a caret annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.InnerRectangle">
            <summary>
            Gets or sets annotation's inner rectangle.
            This property is used when a paragraph symbol specified by CaretAnnotation.Symbol
            property is displayed along with the caret.
            </summary>
            <value cref="T:System.Drawing.RectangleF" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.CaretAnnotation.Symbol">
            <summary>
            Gets or sets a value specifying a symbol to be associated with the caret.
            </summary>
            <value cref="T:Bytescout.PDF.CaretSymbol"></value>
        </member>
        <member name="M:Bytescout.PDF.CaretAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.CaretAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.CaretAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.CaretAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.FileAttachmentAnnotation">
            <summary>
            Represents a file attachment annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.Icon">
            <summary>
            Gets or sets the icon to be used in displaying the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.FileAttachmentAnnotationIcon"></value>
        </member>
        <member name="P:Bytescout.PDF.FileAttachmentAnnotation.FileName">
            <summary>
            Gets the value specifying the name of embedded file.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.FileAttachmentAnnotation.#ctor(System.String,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.FileAttachmentAnnotation class.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A path to the file to be embedded.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.FileAttachmentAnnotation.#ctor(System.String,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.FileAttachmentAnnotation class.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A path to the file to be embedded.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.FileAttachmentAnnotation.#ctor(System.IO.Stream,System.String,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.FileAttachmentAnnotation class.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream specifying the content of the annotation's embedded file.</param>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A string value specifying the name of file to be embedded.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.FileAttachmentAnnotation.#ctor(System.IO.Stream,System.String,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.FileAttachmentAnnotation class.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream specifying the content of the annotation's embedded file.</param>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A string value specifying the name of file to be embedded.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.FileAttachmentAnnotation.SaveEmbeddedFile(System.String)">
            <summary>
            Saves the contents of a file attachment annotation into the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the file where to save the data.</param>
        </member>
        <member name="M:Bytescout.PDF.FileAttachmentAnnotation.SaveEmbeddedFile(System.IO.Stream)">
            <summary>
            Saves the contents of a file attachment annotation to the specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to save the data.</param>
        </member>
        <member name="T:Bytescout.PDF.InkAnnotation">
            <summary>
            Represents an ink annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.InkAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.InkAnnotation.InkList">
            <summary>
            Gets Bytescout.PDF.InkList value that representing a stroked path of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.InkList"></value>
        </member>
        <member name="P:Bytescout.PDF.InkAnnotation.BorderStyle">
            <summary>
            Gets the border style options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderStyle"></value>
        </member>
        <member name="M:Bytescout.PDF.InkAnnotation.#ctor(Bytescout.PDF.InkList)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.InkAnnotation class.
            </summary>
            <param name="inkList">The Bytescout.PDF.InkList representing a stroked path.</param>
        </member>
        <member name="T:Bytescout.PDF.PointsArray">
            <summary>
            Represents a collection of points.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PointsArray.Item(System.Int32)">
            <summary>
            Gets or sets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get or set.</param>
            <returns cref="T:System.Drawing.PointF" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The element at the specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.PointsArray.Count">
            <summary>
            Gets the number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PointsArray class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.#ctor(System.Collections.Generic.IEnumerable{System.Drawing.PointF})">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PointsArray class.
            </summary>
            <param name="points">The collection of points.</param>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.AddPoint(System.Single,System.Single)">
            <summary>
            Adds a point to the end of the collection.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.AddPoint(System.Drawing.PointF)">
            <summary>
            Adds a point to the end of the collection.
            </summary>
            <param name="point" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The value to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.AddRange(System.Collections.Generic.IEnumerable{System.Drawing.PointF})">
            <summary>
            Adds the elements of the specified collection to the end of the collection.
            </summary>
            <param name="points">The collection of points whose elements should be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.RemovePoint(System.Int32)">
            <summary>
            Removes the element at the specified index of the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.Insert(System.Int32,System.Drawing.PointF)">
            <summary>
            Inserts an element into the collection at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which the item should be inserted.</param>
            <param name="point" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The point to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.PointsArray.ToArray">
            <summary>
            Copies the elements of the collection to a new array.
            </summary>
            <returns cref="!:PointF[]" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">An array containing copies of the elements of the collection.</returns>
        </member>
        <member name="T:Bytescout.PDF.InkList">
            <summary>
            Represents a collection of Bytescout.PDF.PointsArray, each representing a
            stroked path of ink annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.InkList.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.PointsArray">The element at the specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.InkList.Count">
            <summary>
            Gets number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.InkList.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.InkList class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.InkList.#ctor(System.Collections.Generic.IEnumerable{Bytescout.PDF.PointsArray})">
            <summary>
            Initializes a new instance of the Bytescout.PDF.InkList class.
            </summary>
            <param name="arrays">An array of arrays, each representing a stroked path.</param>
        </member>
        <member name="M:Bytescout.PDF.InkList.AddArray(Bytescout.PDF.PointsArray)">
            <summary>
            Adds an array of points to the end of the collection.
            </summary>
            <param name="array">The value to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.InkList.RemoveArray(System.Int32)">
            <summary>
            Removes the element at the specified index of the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Bytescout.PDF.InkList.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.LineAnnotation">
            <summary>
            Represents a line annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.StartPoint">
            <summary>
            Gets or sets the start point of this Bytescout.PDF.LineAnnotation.
            </summary>
            <value cref="T:System.Drawing.PointF" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.EndPoint">
            <summary>
            Gets or sets the end point of this Bytescout.PDF.LineAnnotation.
            </summary>
            <value cref="T:System.Drawing.PointF" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.LineStyle">
            <summary>
            Gets the border style options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.StartLineStyle">
            <summary>
            Gets or sets the style used for the beginning of the line.
            </summary>
            <value cref="T:Bytescout.PDF.LineEndingStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.EndLineStyle">
            <summary>
            Gets or sets the style used for the end of the line.
            </summary>
            <value cref="T:Bytescout.PDF.LineEndingStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.Caption">
            <summary>
            Gets or sets whether the line annotation caption should be displayed.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.CaptionType">
            <summary>
            Gets or sets the line caption text type.
            <remarks>Meaningful only if Caption is true.</remarks></summary>
            <value cref="T:Bytescout.PDF.LineCaptionType"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.CaptionOffset">
            <summary>
            Gets or sets the offset of the caption text from its normal position.
            The horizontal offset along the annotation line from its midpoint, with a positive value indicating
            offset to the right and a negative value indicating offset to the left.
            The vertical offset perpendicular to the annotation line, with a positive value indicating a
            shift up and a negative value indicating a shift down.
            <remarks>Meaningful only if Caption is true.</remarks></summary>
            <value cref="T:System.Drawing.PointF" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.LeaderLineLength">
            <summary>
            Gets or sets the length of leader lines that extend from each endpoint of the line
            perpendicular to the line itself. A positive value means that the leader lines appear
            in the direction that is clockwise when traversing the line from its starting point
            to its ending point; a negative value indicates the opposite direction.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.LeaderLineExtension">
            <summary>
            Gets or set a non-negative number representing the length of leader line extensions that
            extend from the line proper 180 degrees from the leader lines.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.LineAnnotation.LeaderLineOffset">
            <summary>
            Gets or sets a non-negative number representing the length of the leader line offset, which is
            the amount of empty space between the endpoints of the annotation and the beginning of the leader lines.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.LineAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LineAnnotation class.
            </summary>
            <param name="x1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the first point.</param>
            <param name="y1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the first point.</param>
            <param name="x2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the second point.</param>
            <param name="y2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the second point.</param>
        </member>
        <member name="M:Bytescout.PDF.LineAnnotation.#ctor(System.Drawing.PointF,System.Drawing.PointF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.LineAnnotation class.
            </summary>
            <param name="pt1" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The first point.</param>
            <param name="pt2" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The second point.</param>
        </member>
        <member name="T:Bytescout.PDF.PolygonPolylineAnnotation">
            <summary>
            Represents an abstract class for polygon and polyline annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PolygonPolylineAnnotation.BorderStyle">
            <summary>
            Gets the value indicating the border style of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.PolygonPolylineAnnotation.Vertices">
            <summary>
            Gets the coordinates of the annotation’s vertices.
            </summary>
            <value cref="T:Bytescout.PDF.PointsArray"></value>
        </member>
        <member name="P:Bytescout.PDF.PolygonPolylineAnnotation.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="T:Bytescout.PDF.PolygonAnnotation">
            <summary>
            Represents a polygon annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PolygonAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.PolygonAnnotation.BorderEffect">
            <summary>
            Gets the border effect options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderEffect"></value>
        </member>
        <member name="M:Bytescout.PDF.PolygonAnnotation.#ctor(Bytescout.PDF.PointsArray)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PolygonAnnotation class.
            </summary>
            <param name="points">The Bytescout.PDF.PointsArray that represents the vertices of the polygon.</param>
        </member>
        <member name="T:Bytescout.PDF.PolylineAnnotation">
            <summary>
            Represents a polyline annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PolylineAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.PolylineAnnotation.StartLineStyle">
            <summary>
            Gets or sets the style used for the beginning of the line.
            </summary>
            <value cref="T:Bytescout.PDF.LineEndingStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.PolylineAnnotation.EndLineStyle">
            <summary>
            Gets or sets the style used for the end of the line.
            </summary>
            <value cref="T:Bytescout.PDF.LineEndingStyle"></value>
        </member>
        <member name="M:Bytescout.PDF.PolylineAnnotation.#ctor(Bytescout.PDF.PointsArray)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PolylineAnnotation class.
            </summary>
            <param name="points">The Bytescout.PDF.PointsArray that represents the vertices of the polyline.</param>
        </member>
        <member name="T:Bytescout.PDF.Sound">
            <summary>
            Represents a sound embedded into the PDF document.
            <remarks>The AIFF, AIFF-C, RIFF (.wav), and snd (.au) file formats are supported.</remarks></summary>
        </member>
        <member name="P:Bytescout.PDF.Sound.SamplingRate">
            <summary>
             Gets the sampling rate, in samples per second (in Hz).
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Sound.Channels">
            <summary>
            Gets the number of sound channels.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Sound.BitsPerSample">
            <summary>
            Gets the number of bits per sample value per channel.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Sound.Encoding">
            <summary>
            Gets the encoding format for the sample data.
            </summary>
            <value cref="T:Bytescout.PDF.SoundEncoding"></value>
        </member>
        <member name="M:Bytescout.PDF.Sound.#ctor(System.String)">
            <summary>
            Creates a new sound initialized with the data from the specified existing file.
            </summary>
            <param name="filename" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The path to the sound.</param>
        </member>
        <member name="M:Bytescout.PDF.Sound.#ctor(System.IO.Stream)">
            <summary>
            Creates a new sound initialized with the data from the specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">A stream that contains the data.</param>
        </member>
        <member name="T:Bytescout.PDF.SoundAnnotation">
            <summary>
            Represents a sound annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Icon">
            <summary>
            Gets or sets the icon to be used in displaying the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.SoundAnnotationIcon"></value>
        </member>
        <member name="P:Bytescout.PDF.SoundAnnotation.Sound">
            <summary>
            Gets the sound to be played when the annotation is activated.
            </summary>
            <value cref="T:Bytescout.PDF.Sound"></value>
        </member>
        <member name="M:Bytescout.PDF.SoundAnnotation.#ctor(Bytescout.PDF.Sound,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SoundAnnotation class.
            </summary>
            <param name="sound">The sound to be played when the annotation is activated.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.SoundAnnotation.#ctor(Bytescout.PDF.Sound,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SoundAnnotation class.
            </summary>
            <param name="sound">The sound to be played when the annotation is activated.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.CircleAnnotation">
            <summary>
            Represents a circle annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.CircleAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="M:Bytescout.PDF.CircleAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.CircleAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.CircleAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.CircleAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.SquareCircleAnnotation">
            <summary>
            Represents an abstract class for square and circle annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.BorderStyle">
            <summary>
            Gets the border style options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.BorderEffect">
            <summary>
            Gets the border effect options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderEffect"></value>
        </member>
        <member name="P:Bytescout.PDF.SquareCircleAnnotation.InnerRectangle">
            <summary>
            Gets or sets the annotation's inner rectangle.
            This property is used when the border effect (described by Bytescout.PDF.AnnotationBorderEffect) is used to increase the size of the annotation for anything in a square or a circle.
            </summary>
            <value cref="T:System.Drawing.RectangleF" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.SquareAnnotation">
            <summary>
            Represents a square annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SquareAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="M:Bytescout.PDF.SquareAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SquareAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.SquareAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SquareAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.RubberStampAnnotation">
            <summary>
            Represents a rubber stamp annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.RubberStampAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.RubberStampAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.RubberStampAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.RubberStampAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.RubberStampAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.RubberStampAnnotation.Icon">
            <summary>
            Gets or sets the icon to be used in displaying the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.RubberStampAnnotationIcon"></value>
        </member>
        <member name="M:Bytescout.PDF.RubberStampAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.RubberStampAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.RubberStampAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.RubberStampAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.HighlightAnnotation">
            <summary>
            Represents a highlight annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.HighlightAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="M:Bytescout.PDF.HighlightAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.HighlightAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.HighlightAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.HighlightAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.HighlightAnnotation.#ctor(System.Drawing.RectangleF,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.HighlightAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.HighlightAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.HighlightAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.TextMarkupAnnotation">
            <summary>
            Represents an abstract class for text markup annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TextMarkupAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextMarkupAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextMarkupAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextMarkupAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextMarkupAnnotation.RotationAngle">
            <summary>
            Gets or sets the rotation angle of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.SquigglyAnnotation">
            <summary>
            Represents a squiggly annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SquigglyAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="M:Bytescout.PDF.SquigglyAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SquigglyAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.SquigglyAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SquigglyAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.SquigglyAnnotation.#ctor(System.Drawing.RectangleF,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SquigglyAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.SquigglyAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SquigglyAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.StrikeOutAnnotation">
            <summary>
            Represents a strike out annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.StrikeOutAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="M:Bytescout.PDF.StrikeOutAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.StrikeOutAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.StrikeOutAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.StrikeOutAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.StrikeOutAnnotation.#ctor(System.Drawing.RectangleF,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.StrikeOutAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.StrikeOutAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.StrikeOutAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.UnderlineAnnotation">
            <summary>
            Represents an underline annotation.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.UnderlineAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.UnderlineAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.UnderlineAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.UnderlineAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.UnderlineAnnotation.#ctor(System.Drawing.RectangleF,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.UnderlineAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle, in degrees, to rotate the annotation by.</param>
        </member>
        <member name="M:Bytescout.PDF.UnderlineAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.UnderlineAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="P:Bytescout.PDF.UnderlineAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="T:Bytescout.PDF.Movie">
            <summary>
            Represents a movie used in the PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Movie.FilePath">
            <summary>
            Gets the path to a movie file.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Movie.Rotation">
            <summary>
            Gets or sets the rotation angle.
            </summary>
            <value cref="T:Bytescout.PDF.RotationAngle"></value>
        </member>
        <member name="P:Bytescout.PDF.Movie.Poster">
            <summary>
            Gets or sets a poster image representing the movie.
            </summary>
            <value cref="T:Bytescout.PDF.Image"></value>
        </member>
        <member name="M:Bytescout.PDF.Movie.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Movie class.
            </summary>
            <param name="filePath" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The path to the movie.</param>
        </member>
        <member name="T:Bytescout.PDF.MovieActivation">
            <summary>
            Represents the class specifying whether and how to play the movie when the movie annotation is activated.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.MovieActivation.Speed">
            <summary>
            Gets or sets the initial speed at which to play the movie.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieActivation.Volume">
            <summary>
            Gets or set the initial sound volume at which to play the movie, in the range -1.0 to 1.0.
            Higher values denote greater volume; negative values mute the sound.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieActivation.ShowControls">
            <summary>
            Gets or sets the value indicating whether to display a movie controller bar while playing the movie.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieActivation.PlayMode">
            <summary>
            Gets or sets the play mode for playing the movie.
            </summary>
            <value cref="T:Bytescout.PDF.MoviePlayMode"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieActivation.Synchronous">
            <summary>
            Gets or sets the value indicating whether to play the movie synchronously or asynchronously.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.MovieAnnotation">
            <summary>
            Represents a movie annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Movie">
            <summary>
            Gets the movie to be played when the annotation is activated.
            </summary>
            <value cref="T:Bytescout.PDF.Movie"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.MovieActivation">
            <summary>
            Gets the value specifying whether and how to play the movie when the annotation is activated.
            </summary>
            <value cref="T:Bytescout.PDF.MovieActivation"></value>
        </member>
        <member name="P:Bytescout.PDF.MovieAnnotation.Title">
            <summary>
            Gets or sets the title of the annotation.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.MovieAnnotation.#ctor(Bytescout.PDF.Movie,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.MovieAnnotation class.
            </summary>
            <param name="movie">The movie to be played.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.MovieAnnotation.#ctor(Bytescout.PDF.Movie,System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.MovieAnnotation class.
            </summary>
            <param name="movie">The movie to be played.</param>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.ScreenAnnotation">
            <summary>
            Represents a screen annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ScreenAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="T:Bytescout.PDF.CheckBox">
            <summary>
            Represents a check box field in the PDF form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.CheckBox.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.CheckBox.Checked">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.CheckBox is checked.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.CheckBox.#ctor(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.CheckBox class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the check box.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the check box.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the check box.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the check box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the check box control.</param>
        </member>
        <member name="M:Bytescout.PDF.CheckBox.#ctor(System.Drawing.RectangleF,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.CheckBox class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the check box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the check box control.</param>
        </member>
        <member name="T:Bytescout.PDF.ButtonField">
            <summary>
            Represents an abstract class for button fields.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PushButton">
            <summary>
            Represents push button field in the PDF form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PushButton.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.PushButton.HighlightingMode">
            <summary>
            Gets or sets the highlighting mode.
            </summary>
            <value cref="T:Bytescout.PDF.PushButtonHighlightingMode"></value>
        </member>
        <member name="P:Bytescout.PDF.PushButton.Caption">
            <summary>
            Gets or sets the caption.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.PushButton.Font">
            <summary>
            Gets or sets the font used to display text in the control.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.PushButton.FontColor">
            <summary>
            Gets or sets the color of the font used to display text in the control.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="M:Bytescout.PDF.PushButton.#ctor(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PushButton class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the button.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the button.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the button.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the button.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the button control.</param>
        </member>
        <member name="M:Bytescout.PDF.PushButton.#ctor(System.Drawing.RectangleF,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.PushButton class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the button.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the button control.</param>
        </member>
        <member name="T:Bytescout.PDF.RadioButton">
            <summary>
            Represents a radio button field in the PDF form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.RadioButton.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.RadioButton.Checked">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.RadioButton is checked.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.RadioButton.ExportValue">
            <summary>
            Gets or sets the export value of the radio button.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.RadioButton.#ctor(System.Single,System.Single,System.Single,System.Single,System.String,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.RadioButton class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the button.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the button.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the button.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the button.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the button control.</param>
            <param name="exportValue" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The export value of the radio button.</param>
        </member>
        <member name="M:Bytescout.PDF.RadioButton.#ctor(System.Drawing.RectangleF,System.String,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.RadioButton class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the button.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the button control.</param>
            <param name="exportValue" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The export value of the radio button.</param>
        </member>
        <member name="T:Bytescout.PDF.ComboBox">
            <summary>
            Represents a combo box field in the PDF Form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ComboBox.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.ComboBox.Editable">
            <summary>
            Gets or sets a value indicating whether the combo box includes an editable text box
            as well as a drop-down list.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ComboBox.Text">
            <summary>
            Gets or sets the text associated with the control.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ComboBox.#ctor(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ComboBox class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the combo box.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the combo box.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the combo box.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the combo box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the combo box control.</param>
        </member>
        <member name="M:Bytescout.PDF.ComboBox.#ctor(System.Drawing.RectangleF,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ComboBox class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the combo box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the combo box control.</param>
        </member>
        <member name="T:Bytescout.PDF.ListBox">
            <summary>
            Represents a list box field of the PDF form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ListBox.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.ListBox.MultiSelect">
            <summary>
            Gets or sets a value indicating whether more than one of the field’s option items
            may be selected simultaneously.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ListBox.#ctor(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ListBox class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the list box.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the list box.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the list box.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the list box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the list box control.</param>
        </member>
        <member name="M:Bytescout.PDF.ListBox.#ctor(System.Drawing.RectangleF,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ListBox class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the list box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the list box control.</param>
        </member>
        <member name="T:Bytescout.PDF.ChoiceField">
            <summary>
            Represents an abstract class for choice fields.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.Sort">
            <summary>
            Gets or sets a value indicating whether the field’s option items should be sorted alphabetically.
            This flag is intended for use by form authoring tools, not by PDF viewer applications.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.SpellCheck">
            <summary>
            Gets or sets a value indicating whether to check spelling.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.CommitOnSelChange">
            <summary>
            Gets or sets a value indicating whether the new value is committed as soon as a selection is made with the pointing device.
            This option enables applications to perform an action once a selection is made, without requiring the user to exit the field.
            If clear, the new value is not committed until the user exits the field.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.Font">
            <summary>
            Gets or sets the font used to display text in the control.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.FontColor">
            <summary>
            Gets or sets the color of the font used to display text in the control.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.TextAlign">
            <summary>
            Gets or sets a value indicating how the text should be aligned.
            </summary>
            <value cref="T:Bytescout.PDF.TextAlign"></value>
        </member>
        <member name="P:Bytescout.PDF.ChoiceField.Items">
            <summary>
            Gets the items of this PDFMoasic.ChoiceField.
            </summary>
            <value cref="T:Bytescout.PDF.ChoiceItems"></value>
        </member>
        <member name="T:Bytescout.PDF.ChoiceItems">
            <summary>
            Represents a collection of Bytescout.PDF.ChoiceField items.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ChoiceItems.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The System.String with specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.ChoiceItems.Count">
            <summary>
            Gets the number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ChoiceItems.Add(System.String)">
            <summary>
            Adds an object to the end of the collection.
            </summary>
            <param name="value" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The object to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.ChoiceItems.Insert(System.Int32,System.String)">
            <summary>
            Inserts an element into the collection at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which item should be inserted.</param>
            <param name="value" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The object to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.ChoiceItems.Remove(System.Int32)">
            <summary>
            Removes the element at the specified index of the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to remove.</param>
        </member>
        <member name="M:Bytescout.PDF.ChoiceItems.Remove(System.String)">
            <summary>
            Removes the first occurrence of a specific object from the collection.
            </summary>
            <param name="item" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The object to remove from the collection</param>
        </member>
        <member name="M:Bytescout.PDF.ChoiceItems.Clear">
            <summary>
            Removes all elements from the collection.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.ChoiceItems.ToArray">
            <summary>
            Copies the elements of the collection to a new array.
            </summary>
            <returns cref="!:string[]" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">An array containing copies of the elements of the collection.</returns>
        </member>
        <member name="T:Bytescout.PDF.EditBox">
            <summary>
            Represents a text box field in the PDF form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.EditBox.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.Multiline">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.EditBox is multiline.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.Password">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.EditBox is a password field.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.FileSelect">
            <summary>
            Gets or sets a value indicating whether the text entered in the field represents the pathname
            of a file whose contents are to be submitted as the value of the field.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.SpellCheck">
            <summary>
            Gets or sets a value indicating whether to check spelling.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.Scrollable">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.EditBox is scrollable.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.InsertSpaces">
            <summary>
            Gets or sets a value indicating whether the field is automatically divided into as many equally
            spaced positions, or combs, as the value of MaxLength, and the text is laid out into those combs.
            <remarks>Meaningful only if the MaxLength property is set and the Multiline, Password
            properties are false.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.RichText">
            <summary>
            Gets or sets a value indicating whether the value of this field should be represented as a rich text string.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.MaxLength">
            <summary>
            Gets or sets the maximum number of characters that can be entered in the text box.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.Font">
            <summary>
            Gets or sets the font used to display text in the control.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.FontColor">
            <summary>
            Gets or sets the color of the font used to display text in the control.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.TextAlign">
            <summary>
            Gets or sets a value indicating how the text should be aligned within the edit box.
            </summary>
            <value cref="T:Bytescout.PDF.TextAlign"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.Text">
            <summary>
            Gets or sets the text associated with the control.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.EditBox.TextRotationAngle">
            <summary>
            Gets or sets the text rotation angle.
            </summary>
            <value cref="T:System.String"></value>
        </member>
        <member name="M:Bytescout.PDF.EditBox.#ctor(System.Single,System.Single,System.Single,System.Single,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.EditBox class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the edit box.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the edit box.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the edit box.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the edit box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the edit box control.</param>
        </member>
        <member name="M:Bytescout.PDF.EditBox.#ctor(System.Drawing.RectangleF,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.EditBox class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the edit box.</param>
            <param name="name" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The unique name of the edit box control.</param>
        </member>
        <member name="T:Bytescout.PDF.Field">
            <summary>
            Represents an abstract class for fields of the PDF document's interactive form.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Field.AltName">
            <summary>
            Gets the alternative field name. In some malformed PDF documents, the fields may have
            the same name or no name at all. This makes it problematic to find correct field for filling.
            The library automatically generates unique alternate names for such fields. These names
            can be used in 'Page.Annotations[string]' indexer to get field by name.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Field.Name">
            <summary>
            Gets the partial field name.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.FullName">
            <summary>
            Gets the fully qualified field name.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.ReadOnly">
            <summary>
            Gets or sets a value indicating whether to allow the user to change the value of the field.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.Required">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.Field is required.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.NoExport">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.Field is not exportable.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.OnKeyPressed">
            <summary>
            Gets or sets the action to be performed when the user types a keystroke into a text field or combo box
            or modifies the selection in a scrollable list box.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.OnBeforeFormatting">
            <summary>
            Gets or sets the action to be performed before the field is formatted to display its current value.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.OnChange">
            <summary>
            Gets or sets the action to be performed when the field’s value is changed.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Field.OnOtherFieldChanged">
            <summary>
            Gets or sets the action to be performed to recalculate the value of this field when that of another field changes.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="T:Bytescout.PDF.Widget">
            <summary>
            Represents an abstract class for widget annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Widget.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.BorderColor">
            <summary>
            Gets or sets the color of the border.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.BorderStyle">
            <summary>
            Gets or sets the border style.
            </summary>
            <value cref="T:Bytescout.PDF.BorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.BorderWidth">
            <summary>
            Gets or sets the width of the border.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnActivated">
            <summary>
            Gets or sets the action to be performed when the annotation is activated.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnMouseEnter">
            <summary>
            Gets or sets the action to be performed when the cursor enters the annotation’s active area.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnMouseExit">
            <summary>
            Gets or sets the action to be performed when the cursor exits the annotation’s active area.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnMouseDown">
            <summary>
            Gets or sets the action to be performed when the mouse button is pressed inside the annotation’s active area.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnMouseUp">
            <summary>
            Gets or sets the action to be performed when the mouse button is released inside the annotation’s active area.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnReceiveFocus">
            <summary>
            Gets or sets the action to be performed when the annotation receives the input focus.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnLoseFocus">
            <summary>
            Gets or sets the action to be performed when the annotation loses the input focus.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnPageOpen">
            <summary>
            Gets or sets the action to be performed when the page containing the annotation is opened — for example, when the user navigates
            to it from the next or previous page or by means of a link annotation or outline item.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnPageClose">
            <summary>
            Gets or sets the action to be performed when the page containing the annotation is closed — for example, when the user navigates
            to the next or previous page, or follows a link annotation or outline item.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnPageVisible">
            <summary>
            Gets or sets the action to be performed when the page containing the annotation becomes
            visible in the viewer application’s user interface.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Widget.OnPageInvisible">
            <summary>
            Gets or sets the action to be performed when the page containing the annotation is no longer
            visible in the viewer application’s user interface.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="T:Bytescout.PDF.DashPattern">
            <summary>
            Represents class for a line dash pattern. The line dash pattern controls
            the pattern of dashes and gaps used to stroke paths.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.DashPattern.Phase">
            <summary>
            Gets the distance from the start of a line to the beginning of the dash pattern.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.DashPattern.#ctor">
            <summary>
            Initializes a new empty instance of the Bytescout.PDF.DashPattern class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.DashPattern.#ctor(System.Single[],System.Single)">
            <summary>
            Initializes a new empty instance of the Bytescout.PDF.DashPattern class.
            </summary>
            <param name="dashArray" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).</param>
            <param name="dashPhase" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The distance from the start of a line to the beginning of the dash pattern.</param>
        </member>
        <member name="M:Bytescout.PDF.DashPattern.#ctor(System.Single[])">
            <summary>
            Initializes a new empty instance of the Bytescout.PDF.DashPattern class.
            </summary>
            <param name="dashArray" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The pattern (the array of numbers that specifies
            the lengths of alternating dashes and gaps).</param>
        </member>
        <member name="M:Bytescout.PDF.DashPattern.GetPattern">
            <summary>
            Gets the pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).
            </summary>
            <returns cref="!:float[]" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The pattern (the array of numbers that specifies the lengths of alternating dashes and gaps).</returns>
        </member>
        <member name="M:Bytescout.PDF.DashPattern.Equals(System.Object)">
            <summary>
            Determines whether the specified System.Object is equal to the current Bytescout.PDF.DashPattern.
            </summary>
            <param name="obj" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">The System.Object to compare with the current Bytescout.PDF.DashPattern.</param>
            <returns cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">true if the specified System.Object is equal to the current Bytescout.PDF.DashPattern; otherwise, false.</returns>
        </member>
        <member name="M:Bytescout.PDF.DashPattern.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">A hash code for the current Bytescout.PDF.DashPattern.</returns>
        </member>
        <member name="T:Bytescout.PDF.Table">
            <summary>
            Represents the table.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Table.Name">
            <summary>
            Gets or sets the name of the table.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.BorderColor">
            <summary>
            Gets or sets the color of the border.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.BorderStyle">
            <summary>
            Gets or sets the border style.
            </summary>
            <value cref="T:Bytescout.PDF.TableBorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.BorderWidth">
            <summary>
            Gets or sets the border width.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.HeaderHeight">
            <summary>
            Gets or sets the height of the table header.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.TextFormat">
            <summary>
            Gets or sets the text string format.
            </summary>
            <value cref="T:Bytescout.PDF.StringFormat"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.Font">
            <summary>
            Gets or sets the font of the table.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.TextColor">
            <summary>
            Gets or sets the color of the text.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.Columns">
            <summary>
            Gets the table column collection.
            </summary>
            <value cref="T:Bytescout.PDF.TableColumnCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Table.Rows">
            <summary>
            Gets the table row collection.
            </summary>
            <value cref="T:Bytescout.PDF.TableRowCollection"></value>
        </member>
        <member name="M:Bytescout.PDF.Table.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Table class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Table class.
            </summary>
            <param name="tableName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the table.</param>
        </member>
        <member name="M:Bytescout.PDF.Table.NewRow">
            <summary>
            Creates a new Bytescout.PDF.TableRow with the same schema as the table.
            </summary>
            <returns cref="T:Bytescout.PDF.TableRow">A Bytescout.PDF.TableRow with the same schema as the Bytescout.PDF.Table.</returns>
        </member>
        <member name="T:Bytescout.PDF.TableColumn">
            <summary>
            Represents the table column.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.TextColor">
            <summary>
            Gets or sets the color of the text.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.Width">
            <summary>
            Gets or sets the width of the column.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.Text">
            <summary>
            Gets or sets the column caption.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.ColumnName">
            <summary>
            Gets the name of the column.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.TextFormat">
            <summary>
            Gets or sets the text string format.
            </summary>
            <value cref="T:Bytescout.PDF.StringFormat"></value>
        </member>
        <member name="P:Bytescout.PDF.TableColumn.Font">
            <summary>
            Gets or sets the font of the column.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="M:Bytescout.PDF.TableColumn.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TableColumn class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.TableColumn.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TableColumn class.
            </summary>
            <param name="columnName">The name of the column.</param>
        </member>
        <member name="M:Bytescout.PDF.TableColumn.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TableColumn class.
            </summary>
            <param name="columnName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the column.</param>
            <param name="caption" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The caption.</param>
        </member>
        <member name="T:Bytescout.PDF.TableColumnCollection">
            <summary>
            Represents a collection of columns of a table.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TableColumnCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.TableColumn">The Bytescout.PDF.TableColumn with the specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.TableColumnCollection.Count">
            <summary>
            Gets the number of elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.TableColumnCollection.Add(Bytescout.PDF.TableColumn)">
            <summary>
            Adds the column to the end of the collection.
            </summary>
            <param name="column">Column to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.TableColumnCollection.Remove(System.Int32)">
            <summary>
            Removes the element with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to be removed.</param>
        </member>
        <member name="T:Bytescout.PDF.TableElement">
            <summary>
            Represents the a cell of the table.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TableElement.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.TableElement.TextFormat">
            <summary>
            Gets or sets the text string format.
            </summary>
            <value cref="T:Bytescout.PDF.StringFormat"></value>
        </member>
        <member name="P:Bytescout.PDF.TableElement.Font">
            <summary>
            Gets or sets the font of a cell.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.TableElement.TextColor">
            <summary>
            Gets or sets the color of the text.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.TableElement.Text">
            <summary>
            Gets or sets the text of a cell.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.TableElement.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TableElement class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.TableElement.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TableElement class.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The text of a cell.</param>
        </member>
        <member name="T:Bytescout.PDF.TableRow">
            <summary>
            Represents the table row.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TableRow.Item(System.String)">
            <summary>
            Gets the element row with the specified key.
            </summary>
            <param name="key" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The key of the element to get.</param>
            <returns cref="T:Bytescout.PDF.TableElement">The Bytescout.PDF.TableElement with the specified key.</returns>
            <sq_access>read</sq_access>
        </member>
        <member name="P:Bytescout.PDF.TableRow.Height">
            <summary>
            Gets or sets the height of a row.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
            <sq_access>full</sq_access>
        </member>
        <member name="P:Bytescout.PDF.TableRow.Count">
            <summary>
            Gets the number of elements in the row.
            </summary>
            <sq_access>read</sq_access>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TableRow.BackgroundColor">
            <summary>
            Gets or sets the color of the background.
            </summary>
            <sq_access>full</sq_access>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="T:Bytescout.PDF.TableRowCollection">
            <summary>
            Represents a collection of rows of a table.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TableRowCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.TableRow">The Bytescout.PDF.TableRow with the specified index.</returns>
            <sq_access>read</sq_access>
        </member>
        <member name="P:Bytescout.PDF.TableRowCollection.Count">
            <summary>
            Gets the number of elements in the collection.
            </summary>
            <sq_access>read</sq_access>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.TableRowCollection.Add(Bytescout.PDF.TableRow)">
            <summary>
            Adds the row to the end of the collection.
            </summary>
            <param name="row">Row to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.TableRowCollection.Remove(System.Int32)">
            <summary>
            Removes the element with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to be removed.</param>
        </member>
        <member name="T:Bytescout.PDF.TextWatermark">
            <summary>
            Represents a text watermark.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.TextWatermark.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TextWatermark class.
            </summary>
            <param name="text">Watermark text.</param>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Text">
            <summary>
            Gets or sets the text of the watermark.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of watermark text.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of watermark text.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Angle">
            <summary>
            Gets or sets the angle of rotation of watermark text.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Font">
            <summary>
            Gets or sets the font used to display text watermark.
            </summary>
            <value cref="P:Bytescout.PDF.TextWatermark.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Brush">
            <summary>
            Watermark brush. Default is transparent gray brush.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.Pen">
            <summary>
            Watermark pen. Default is <c>null</c> (no text outline).
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TextWatermark.WatermarkLocation">
            <summary>
            Watermark location and orientation.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.TextWatermarkLocation">
            <summary>
            Represents the text watermark location and orientation.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Watermark">
            <summary>
            Represents the abstract watermark, which contains the basic functionality of a watermark.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Watermark.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.Watermark.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.Watermark.</returns>
        </member>
        <member name="P:Bytescout.PDF.WatermarkCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.Annotation">The Bytescout.PDF.Watermark with specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.WatermarkCollection.Count">
            <summary>
            Gets the number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.ReadOnlyCollection`1">
            <summary>
            Represents a read only collection.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ReadOnlyCollection`1.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:System.Object">Element with specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.ReadOnlyCollection`1.Count">
            <summary>
            Gets the number of elements contained in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.Outline">
            <summary>
            Represents a PDF outline item (bookmark).
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Outline.Title">
            <summary>
            Gets or sets the outline title.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.HideChildren">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.Outline is open.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.Kids">
            <summary>
            Gets the collection of the children.
            </summary>
            <value cref="T:Bytescout.PDF.OutlinesCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.Color">
            <summary>
            Gets or sets the outline color.
            </summary>
            <value cref="T:Bytescout.PDF.ColorRGB"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.Italic">
            <summary>
            Gets or sets a value indicating whether the title is italic.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.Bold">
            <summary>
            Gets or sets a value indicating whether the title is bold.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.Destination">
            <summary>
            Gets or sets the outline destination.
            <remarks>If this value is set, the Action property will be ignored.</remarks></summary>
            <value cref="T:Bytescout.PDF.Destination"></value>
        </member>
        <member name="P:Bytescout.PDF.Outline.Action">
            <summary>
            Gets or sets the action for this outline.
            <remarks>If this value is set, the Destination property will be ignored.</remarks></summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="M:Bytescout.PDF.Outline.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Outline.
            </summary>
            <param name="title" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The title of the outline.</param>
        </member>
        <member name="M:Bytescout.PDF.Outline.#ctor(System.String,Bytescout.PDF.Destination)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Outline.
            </summary>
            <param name="title" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The title of the outline.</param>
            <param name="dest">The destination to be displayed when this item is activated.</param>
        </member>
        <member name="M:Bytescout.PDF.Outline.#ctor(System.String,Bytescout.PDF.Action)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Outline.
            </summary>
            <param name="title" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The title of the outline.</param>
            <param name="action">The action to be performed when this item is activated.</param>
        </member>
        <member name="M:Bytescout.PDF.Outline.ToString">
            <summary>
            Returns a System.String that represents this instance.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents this instance.</returns>
        </member>
        <member name="T:Bytescout.PDF.OutlinesCollection">
            <summary>
            Represents the collection of outlines.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.OutlinesCollection.Count">
            <summary>
            Gets the number of outlines in collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.OutlinesCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.Outline">The Bytescout.PDF.Outline with the specified index.</returns>
        </member>
        <member name="M:Bytescout.PDF.OutlinesCollection.Add(Bytescout.PDF.Outline)">
            <summary>
            Adds the outline to the end of the collection.
            </summary>
            <param name="outline">Outline to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.OutlinesCollection.Insert(System.Int32,Bytescout.PDF.Outline)">
            <summary>
            Inserts an outline at the specified index to the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which the outline is to be inserted.</param>
            <param name="outline">Outline to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.OutlinesCollection.Remove(System.Int32)">
            <summary>
            Removes the outline with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the outline to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.OutlinesCollection.Clear">
            <summary>
            Removes all outlines from the collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.MarkupAnnotation">
            <summary>
            Represents an abstract class for markup annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.Color">
            <summary>
            Gets or sets the color of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.Contents">
            <summary>
            Gets or sets the annotation contents.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.ModificationDate">
            <summary>
            Gets or sets the date and time when the annotation was modified.
            </summary>
            <value cref="T:System.DateTime" href="http://msdn.microsoft.com/en-us/library/system.datetime.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.Name">
            <summary>
            Gets or sets a string uniquely identifying it among all the annotations on the page.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.Author">
            <summary>
            Gets or sets the text label to be displayed in the title bar of the annotations pop-up window when it is open and active.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.Opacity">
            <summary>
            Gets or sets the opacity value to be used in painting the annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.CreationDate">
            <summary>
            Gets or sets the date and time when the annotation was created.
            </summary>
            <value cref="T:System.DateTime" href="http://msdn.microsoft.com/en-us/library/system.datetime.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.MarkupAnnotation.Subject">
            <summary>
            Gets or set the text representing a short description of the subject being addressed by the annotation.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.FreeTextAnnotation">
            <summary>
            Represents a free text annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.Width">
            <summary>
            Gets or sets the width of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.Height">
            <summary>
            Gets or sets the height of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.Font">
            <summary>
            Gets or sets the font used to display text in the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.Font"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.FontColor">
            <summary>
            Gets or sets the color of the font used to display text in the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.TextAlign">
            <summary>
            Gets or sets a value indicating how the text should be aligned within the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.TextAlign"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.BorderStyle">
            <summary>
            Gets the border style options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.BorderEffect">
            <summary>
            Gets the border effect options for the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationBorderEffect"></value>
        </member>
        <member name="P:Bytescout.PDF.FreeTextAnnotation.InnerRectangle">
            <summary>
            Gets or sets the annotation's inner rectangle.
            </summary>
            <value cref="T:System.Drawing.RectangleF" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.FreeTextAnnotation.#ctor(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.FreeTextAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the annotation.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.FreeTextAnnotation.#ctor(System.Drawing.RectangleF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.FreeTextAnnotation class.
            </summary>
            <param name="boundingBox" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Bounds of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.Annotation">
            <summary>
            Represents an abstract class for annotation objects.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Annotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.Invisible">
            <summary>
            Gets or sets a value indicating  whether this annotation is invisible.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.Hidden">
            <summary>
            Gets or sets a value indicating  whether this annotation is hidden.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.Print">
            <summary>
            Gets or sets a value indicating  whether this annotation gets printed when the page is printed.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.NoZoom">
            <summary>
            Gets or sets a value indicating whether to scale the annotations's appearance to match the magnification of the page.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.NoRotate">
            <summary>
            Gets or sets a value indicating whether to rotate the annotation's appearance to match the rotation of the page.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.NoView">
            <summary>
            Gets or sets a value indicating whether to display the annotation on the screen and allow it to interact with the user.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.ReadOnly">
            <summary>
            Gets or sets a value indicating whether to allow the annotation to interact with the user.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.Locked">
            <summary>
            Gets or sets a value indicating whether this annotation is locked.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.ToggleNoView">
            <summary>
            Gets or sets a value indicating whether to invert the interpretation of the annotation property for certain events.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Annotation.LockedContents">
            <summary>
            Gets or sets a value indicating whether to allow the contents of the annotation to be modified by the user.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.AnnotationCollections">
            <summary>
            Represents a collection of annotations.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.AnnotationCollections.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.Annotation">The Bytescout.PDF.Annotation with specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.AnnotationCollections.Item(System.String)">
            <summary>
            Gets named annotation (e.g. input field) by its name.
            </summary>
            <param name="name">Name.</param>
        </member>
        <member name="P:Bytescout.PDF.AnnotationCollections.Count">
            <summary>
            Gets the number of the elements in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.AnnotationCollections.Add(Bytescout.PDF.Annotation)">
            <summary>
            Adds the specified annotation to the collection.
            </summary>
            <param name="annotation">Annotation to be added.</param>
        </member>
        <member name="M:Bytescout.PDF.AnnotationCollections.Remove(System.Int32)">
            <summary>
            Removes the annotation with a specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the annotation to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.AnnotationCollections.Clear">
            <summary>
            Clears this collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.TextAnnotation">
            <summary>
            Represents a text annotation.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.TextAnnotation.Type">
            <summary>
            Gets the Bytescout.PDF.AnnotationType value that specifies the type of this annotation.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationType"></value>
        </member>
        <member name="P:Bytescout.PDF.TextAnnotation.Left">
            <summary>
            Gets or sets the x-coordinate of the left edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextAnnotation.Top">
            <summary>
            Gets or sets the y-coordinate of the top edge of this annotation.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextAnnotation.Open">
            <summary>
            Gets or sets the value indicating whether the annotation should initially be displayed open.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.TextAnnotation.Icon">
            <summary>
            Gets or sets the icon to be used in displaying the annotation.
            </summary>
            <value cref="T:Bytescout.PDF.TextAnnotationIcon"></value>
        </member>
        <member name="M:Bytescout.PDF.TextAnnotation.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TextAnnotation class.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the annotation.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the annotation.</param>
        </member>
        <member name="M:Bytescout.PDF.TextAnnotation.#ctor(System.Drawing.PointF)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.TextAnnotation class.
            </summary>
            <param name="location" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The location of the annotation.</param>
        </member>
        <member name="T:Bytescout.PDF.ColoredTilingBrush">
            <summary>
            Represents a colored tiling Brush.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingBrush.Canvas">
            <summary>
            Gets the canvas of the pattern cell.
            </summary>
            <value cref="T:Bytescout.PDF.Canvas"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingBrush.TilingType">
            <summary>
            Gets or sets the Bytescout.PDF.TilingType value specifying the adjustments to the
            spacing of tiles relative to the device pixel grid.
            </summary>
            <value cref="T:Bytescout.PDF.TilingType"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingBrush.PatternHeight">
            <summary>
            Gets the height of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingBrush.PatternWidth">
            <summary>
            Gets the width of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingBrush.XStep">
            <summary>
            Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingBrush.YStep">
            <summary>
            Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ColoredTilingBrush.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ColoredTilingBrush class.
            </summary>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of pattern cells in pixels.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of pattern cells in pixels.</param>
        </member>
        <member name="M:Bytescout.PDF.ColoredTilingBrush.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ColoredTilingBrush.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColoredTilingBrush.</returns>
        </member>
        <member name="T:Bytescout.PDF.SolidBrush">
            <summary>
            Represents a Brush that fills any object with a solid color.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SolidBrush.Opacity">
            <summary>
            Gets or sets the opacity value in percent.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidBrush.Color">
            <summary>
            Gets or sets the color of the Brush.
            </summary>
            <value cref="T:Bytescout.PDF.Color"></value>
        </member>
        <member name="M:Bytescout.PDF.SolidBrush.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SolidBrush.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.SolidBrush.#ctor(Bytescout.PDF.Color)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SolidBrush class with the specified color.
            </summary>
            <param name="color">The color of this Brush.</param>
        </member>
        <member name="M:Bytescout.PDF.SolidBrush.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.SolidBrush.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.SolidBrush.</returns>
        </member>
        <member name="T:Bytescout.PDF.UncoloredTilingBrush">
            <summary>
            Represents an uncolored tiling Brush.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.Color">
            <summary>
            Gets or sets the color of the Brush.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.Canvas">
            <summary>
            Gets the canvas of the pattern cell.
            </summary>
            <value cref="T:Bytescout.PDF.Canvas"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.TilingType">
            <summary>
            Gets or sets the Bytescout.PDF.TilingType value specifying the adjustments to the
            spacing of tiles relative to the device pixel grid.
            </summary>
            <value cref="T:Bytescout.PDF.TilingType"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.PatternHeight">
            <summary>
            Gets the height of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.PatternWidth">
            <summary>
            Gets the width of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.XStep">
            <summary>
            Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingBrush.YStep">
            <summary>
            Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.UncoloredTilingBrush.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.UncoloredTilingBrush class.
            </summary>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of pattern cells in pixels.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of pattern cells in pixels.</param>
        </member>
        <member name="M:Bytescout.PDF.UncoloredTilingBrush.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.UncoloredTilingBrush.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.UncoloredTilingBrush.</returns>
        </member>
        <member name="T:Bytescout.PDF.DeviceCMYKColorspace">
            <summary>
            Represents Device CMYK color space.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.DeviceCMYKColorspace.Name">
            <summary>
            Gets the name of this color space.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DeviceCMYKColorspace.N">
            <summary>
            Gets the number of components of this color space.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.DeviceCMYKColorspace.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.DeviceCMYKColorspace class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.DeviceCMYKColorspace.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.DeviceCMYKColorspace.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.DeviceCMYKColorspace.</returns>
        </member>
        <member name="T:Bytescout.PDF.DeviceGrayColorspace">
            <summary>
            Represents Device Gray color space.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.DeviceGrayColorspace.Name">
            <summary>
            Gets the name of this color space.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DeviceGrayColorspace.N">
            <summary>
            Gets the number components of this color space.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.DeviceGrayColorspace.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.DeviceGrayColorspace class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.DeviceGrayColorspace.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.DeviceGrayColorspace.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.DeviceGrayColorspace.</returns>
        </member>
        <member name="T:Bytescout.PDF.DeviceRGBColorspace">
            <summary>
            Represents Device RGB color space.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.DeviceRGBColorspace.Name">
            <summary>
            Gets the name of this color space.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DeviceRGBColorspace.N">
            <summary>
            Gets the number of components of this color space.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.DeviceRGBColorspace.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.DeviceRGBColorspace class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.DeviceRGBColorspace.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.DeviceRGBColorspace.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.DeviceRGBColorspace.</returns>
        </member>
        <member name="T:Bytescout.PDF.ColorCMYK">
            <summary>
            Represents a color in a CMYK color space.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ColorCMYK.C">
            <summary>
            Gets the cyan component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorCMYK.M">
            <summary>
            Gets the magenta component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorCMYK.Y">
            <summary>
            Gets the yellow component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorCMYK.K">
            <summary>
            Gets the key component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorCMYK.Colorspace">
            <summary>
            Gets the colorspace associated with this Bytescout.PDF.ColorCMYK.
            </summary>
            <value cref="T:Bytescout.PDF.Colorspace"></value>
        </member>
        <member name="M:Bytescout.PDF.ColorCMYK.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ColorCMYK class.
            </summary>
            <param name="cyan" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The cyan component value.</param>
            <param name="magenta" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The magenta component value.</param>
            <param name="yellow" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The yellow component value.</param>
            <param name="key" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The key component value.</param>
        </member>
        <member name="M:Bytescout.PDF.ColorCMYK.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ColorCMYK.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColorCMYK.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorCMYK.ToString">
            <summary>
            Returns a System.String that represents the current Bytescout.PDF.ColorCMYK.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents the current Bytescout.PDF.ColorCMYK.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorCMYK.Equals(System.Object)">
            <summary>
            Determines whether the specified Bytescout.PDF.ColorCMYK is equal to the current Bytescout.PDF.ColorCMYK.
            </summary>
            <param name="obj" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">The System.Object to compare with the current Bytescout.PDF.ColorCMYK.</param>
            <returns cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">true if the specified System.Object is equal to the current Bytescout.PDF.ColorCMYK; otherwise, false.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorCMYK.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">A hash code for the current Bytescout.PDF.ColorCMYK.</returns>
        </member>
        <member name="T:Bytescout.PDF.ColorGray">
            <summary>
            Represents a color in a Gray color space.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.ColorGray.#ctor(System.Byte)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ColorGray class.
            </summary>
            <param name="gray" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The gray level of color.</param>
        </member>
        <member name="P:Bytescout.PDF.ColorGray.G">
            <summary>
            Gets the gray level of color.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorGray.Colorspace">
            <summary>
            Gets the colorspace associated with this Bytescout.PDF.ColorGray.
            </summary>
            <value cref="T:Bytescout.PDF.Colorspace"></value>
        </member>
        <member name="M:Bytescout.PDF.ColorGray.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ColorGray.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColorGray.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorGray.ToString">
            <summary>
            Returns a System.String that represents the current Bytescout.PDF.ColorGray.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents the current Bytescout.PDF.ColorGray.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorGray.Equals(System.Object)">
            <summary>
            Determines whether the specified Bytescout.PDF.ColorGray is equal to the current Bytescout.PDF.ColorGray.
            </summary>
            <param name="obj" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">The System.Object to compare with the current Bytescout.PDF.ColorGray.</param>
            <returns cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">true if the specified System.Object is equal to the current Bytescout.PDF.ColorGray; otherwise, false.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorGray.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">A hash code for the current Bytescout.PDF.ColorGray.</returns>
        </member>
        <member name="T:Bytescout.PDF.ColorICC">
            <summary>
            Represents class for an ICC color profile.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ColorICC.Colorspace">
            <summary>
            Gets the colorspace associated with this Bytescout.PDF.ColorICC.
            </summary>
            <value cref="T:Bytescout.PDF.Colorspace"></value>
        </member>
        <member name="M:Bytescout.PDF.ColorICC.#ctor(Bytescout.PDF.ICCBasedColorspace,Bytescout.PDF.DeviceColor)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ColorICC class.
            </summary>
            <param name="icc">The ICC color profile for color space.</param>
            <param name="color">The Bytescout.PDF.DeviceColor to create Bytescout.PDF.ColorICC from.</param>
        </member>
        <member name="M:Bytescout.PDF.ColorICC.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ColorICC.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColorICC.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorICC.ToString">
            <summary>
            Returns a System.String that represents the current Bytescout.PDF.ColorICC.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents the current Bytescout.PDF.ColorICC.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorICC.Equals(System.Object)">
            <summary>
            Determines whether the specified Bytescout.PDF.ColorICC is equal to the current Bytescout.PDF.ColorICC.
            </summary>
            <param name="obj" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">The System.Object to compare with the current Bytescout.PDF.ColorICC.</param>
            <returns cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">true if the specified System.Object is equal to the current Bytescout.PDF.ColorICC; otherwise, false.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorICC.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">A hash code for the current Bytescout.PDF.ColorICC.</returns>
        </member>
        <member name="T:Bytescout.PDF.ColorRGB">
            <summary>
            Represents a color in an RGB color space.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ColorRGB.R">
            <summary>
            Gets the red component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorRGB.G">
            <summary>
            Gets the green component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorRGB.B">
            <summary>
            Gets the blue component value.
            </summary>
            <value cref="T:System.Byte" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColorRGB.Colorspace">
            <summary>
            Gets the colorspace associated with this Bytescout.PDF.ColorRGB.
            </summary>
            <value cref="T:Bytescout.PDF.Colorspace"></value>
        </member>
        <member name="M:Bytescout.PDF.ColorRGB.#ctor(System.Byte,System.Byte,System.Byte)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ColorRGB class.
            </summary>
            <param name="red" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The red component value.</param>
            <param name="green" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The green component value.</param>
            <param name="blue" href="http://msdn.microsoft.com/en-us/library/system.byte.aspx">The blue component value.</param>
        </member>
        <member name="M:Bytescout.PDF.ColorRGB.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ColorRGB.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColorRGB.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorRGB.ToString">
            <summary>
            Returns a System.String that represents the current Bytescout.PDF.ColorRGB.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A System.String that represents the current Bytescout.PDF.ColorRGB.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorRGB.Equals(System.Object)">
            <summary>
            Determines whether the specified Bytescout.PDF.ColorRGB is equal to the current Bytescout.PDF.ColorRGB.
            </summary>
            <param name="obj" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">The System.Object to compare with the current Bytescout.PDF.ColorRGB.</param>
            <returns cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">true if the specified System.Object is equal to the current Bytescout.PDF.ColorRGB; otherwise, false.</returns>
        </member>
        <member name="M:Bytescout.PDF.ColorRGB.GetHashCode">
            <summary>
            Serves as a hash function for a particular type.
            </summary>
            <returns cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">A hash code for the current Bytescout.PDF.ColorRGB.</returns>
        </member>
        <member name="T:Bytescout.PDF.Colorspace">
            <summary>
            Represents an abstract class for color spaces.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Colorspace.Name">
            <summary>
            Gets the name of this color space.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Colorspace.N">
            <summary>
            Gets the number components of this color space.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.Colorspace.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.Colorspace.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.Colorspace.</returns>
        </member>
        <member name="T:Bytescout.PDF.ICCBasedColorspace">
            <summary>
            Represents class for an ICC color profile.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ICCBasedColorspace.N">
            <summary>
            Gets the number components of this color space.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ICCBasedColorspace.Name">
            <summary>
            Gets the name of this color space.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.ICCBasedColorspace.#ctor(System.String)">
            <summary>
            Creates a new ICC color profile initialized from a specified existing file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the file to read the color profile from.</param>
        </member>
        <member name="M:Bytescout.PDF.ICCBasedColorspace.#ctor(System.IO.Stream)">
            <summary>
            Creates a new ICC color profile initialized from a specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to read the color profile from.</param>
        </member>
        <member name="M:Bytescout.PDF.ICCBasedColorspace.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ICCBasedColorspace.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ICCBasedColorspace.</returns>
        </member>
        <member name="T:Bytescout.PDF.DeviceColor">
            <summary>
            Represents an abstract class for color in a Device color space.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.GraphicsTemplate">
            <summary>
            Represents a graphics template.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.GraphicsTemplate.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.GraphicsTemplate class.
            </summary>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the template.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the template.</param>
        </member>
        <member name="T:Bytescout.PDF.ImageCompression">
            <summary>
            Specifies compression filter.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ImageCompression.None">
            <summary>
            No compression.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ImageCompression.Flate">
            <summary>
            An object is compressed using the "flate" method.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ImageCompression.DCT">
            <summary>
             An object is compressed using the JPEG baseline format.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Image">
            <summary>
            Represents class for an image that is suitable for use with the PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Image.Width">
            <summary>
            Gets the width, in pixels, of this image.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Image.Height">
            <summary>
            Gets the height, in pixels, of this image.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">Path or URL of the image file.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.String,Bytescout.PDF.ImageCompression)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">Path or URL of the image file.</param>
            <param name="compression">The compression filter used for this image.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.String,Bytescout.PDF.ImageCompression,System.Int32)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified file or URL.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">Path or URL of the image file.</param>
            <param name="compression">The compression filter used for this image.</param>
            <param name="jpegQuality">The JPEG quality.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.IO.Stream)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The data stream used to load the image.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.IO.Stream,Bytescout.PDF.ImageCompression)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The data stream used to load the image.</param>
            <param name="compression">The compression filter used for this image.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.IO.Stream,Bytescout.PDF.ImageCompression,System.Int32)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified data stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The data stream used to load the image.</param>
            <param name="compression">The compression filter used for this image.</param>
            <param name="jpegQuality">The JPEG quality.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.Drawing.Image)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.
            </summary>
            <param name="image" href="http://msdn.microsoft.com/en-us/library/system.drawing.image.aspx">The System.Drawing.Image from which to create the new Bytescout.PDF.Image.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.Drawing.Image,Bytescout.PDF.ImageCompression)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.
            </summary>
            <param name="image" href="http://msdn.microsoft.com/en-us/library/system.drawing.image.aspx">The System.Drawing.Image from which to create the new Bytescout.PDF.Image.</param>
            <param name="compression">The compression filter used for this image.</param>
        </member>
        <member name="M:Bytescout.PDF.Image.#ctor(System.Drawing.Image,Bytescout.PDF.ImageCompression,System.Int32)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Image class from the specified existing image.
            </summary>
            <param name="image" href="http://msdn.microsoft.com/en-us/library/system.drawing.image.aspx">The System.Drawing.Image from which to create the new Bytescout.PDF.Image.</param>
            <param name="compression">The compression filter used for this image.</param>
            <param name="jpegQuality">The JPEG quality.</param>
        </member>
        <member name="T:Bytescout.PDF.Path">
            <summary>
            Represents a graphics path, which is a sequence of primitive graphics elements.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Path.FillMode">
            <summary>
            Gets or sets the fill mode.
            </summary>
            <value cref="T:Bytescout.PDF.FillMode"></value>
        </member>
        <member name="M:Bytescout.PDF.Path.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Path class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Path.#ctor(Bytescout.PDF.FillMode)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Path class.
            </summary>
            <param name="fillmode">The fill mode to fill a path.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddArc(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Appends an elliptical arc to the current figure.
            </summary>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the ellipse.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the ellipse.</param>
            <param name="radiusX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the x-axis.</param>
            <param name="radiusY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the y-axis.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The start angle of the arc in degrees.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The sweep angle of the arc in degrees.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddArc(System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
            Appends an elliptical arc to the current figure.
            </summary>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.RectangleF structure that defines the boundaries of the arc.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The start angle of the arc in degrees.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The sweep angle of the arc in degrees.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.MoveTo(System.Single,System.Single)">
            <summary>
            Moves the current point to a new position.
            </summary>
            <param name="x" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the new position.</param>
            <param name="y" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the new position.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.MoveTo(System.Drawing.PointF)">
            <summary>
            Moves the current point to a new position.
            </summary>
            <param name="point" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">A new position.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddRoundedRectangle(System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Appends a rectangle with rounded corners to the current figure.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddRoundedRectangle(System.Drawing.RectangleF,System.Single)">
            <summary>
            Appends a rectangle with rounded corners to the current figure.
            </summary>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.RectangleF structure that represents the rectangle to append.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddPie(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Adds the outline of a pie shape to this path.
            </summary>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the pie shape.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the pie shape.</param>
            <param name="radiusX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the pie shape measured along the x-axis.</param>
            <param name="radiusY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the pie shape measured along the y-axis.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddPie(System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
            Adds the outline of a pie shape to this path.
            </summary>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.RectangleF structure that represents the bounding rectangle
            that defines the ellipse from which the pie shape comes.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddCircle(System.Single,System.Single,System.Single)">
            <summary>
            Adds a circle to the current path.
            </summary>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the circle.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the circle.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddCircle(System.Drawing.PointF,System.Single)">
            <summary>
            Adds a circle to the current path.
            </summary>
            <param name="center" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The circle center.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddEllipse(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Adds an ellipse to the current path.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Width of the bounding rectangle that defines the ellipse.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Height of the bounding rectangle that defines the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddEllipse(System.Drawing.RectangleF)">
            <summary>
            Adds an ellipse to the current path.
            </summary>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.RectangleF that represents the bounding rectangle that defines the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddCurveTo(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Append a cubic Bézier curve to the current path.
            </summary>
            <param name="x1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the first control point for the curve.</param>
            <param name="y1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the first control point for the curve.</param>
            <param name="x2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the second control point for the curve.</param>
            <param name="y2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the second control point for the curve.</param>
            <param name="x3" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the endpoint.</param>
            <param name="y3" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the endpoint.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddCurveTo(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
            <summary>
            Append a cubic Bézier curve to the current path.
            </summary>
            <param name="pt1" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The first control point.</param>
            <param name="pt2" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The second control point.</param>
            <param name="pt3" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The endpoint.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddRectangle(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Adds a rectangle to this path.
            </summary>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddRectangle(System.Drawing.RectangleF)">
            <summary>
            Adds a rectangle to this path.
            </summary>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle that represents the rectangle to add.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddLineTo(System.Single,System.Single)">
            <summary>
            Appends a straight line segment from the current position to a specified endpoint.
            </summary>
            <param name="x" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the endpoint.</param>
            <param name="y" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the endpoint.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.AddLineTo(System.Drawing.PointF)">
            <summary>
            Appends a straight line segment from the current position to a specified endpoint.
            </summary>
            <param name="point" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The endpoint.</param>
        </member>
        <member name="M:Bytescout.PDF.Path.ClosePath">
            <summary>
            Closes the current subpath by appending a straight line segment from the current
            position to the starting point of the subpath.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Path.Reset">
            <summary>
            Empties path of points.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Path.AddPolygon(System.Drawing.PointF[])">
            <summary>
            Append the closed polygon to this path.
            </summary>
            <param name="points" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The points of the polygon.</param>
        </member>
        <member name="T:Bytescout.PDF.ColoredTilingPen">
            <summary>
            Represents a colored tiling pen.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.Canvas">
            <summary>
            Gets the canvas of the pattern cell.
            </summary>
            <value cref="T:Bytescout.PDF.Canvas"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.TilingType">
            <summary>
            Gets or sets the Bytescout.PDF.TilingType value specifying the adjustments to the
            spacing of tiles relative to the device pixel grid.
            </summary>
            <value cref="T:Bytescout.PDF.TilingType"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.PatternHeight">
            <summary>
            Gets the height of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.PatternWidth">
            <summary>
            Gets the width of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.XStep">
            <summary>
            Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.YStep">
            <summary>
            Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.Width">
            <summary>
            Gets or sets the width of this pen.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.MiterLimit">
            <summary>
            Gets or sets the miter limit.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.Opacity">
            <summary>
            Gets or sets the opacity value in percent.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.DashPattern">
            <summary>
            Gets or sets the line dash pattern.
            </summary>
            <value cref="T:Bytescout.PDF.DashPattern"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.LineCap">
            <summary>
            Gets or sets the line cap of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineCapStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.ColoredTilingPen.LineJoin">
            <summary>
            Gets or sets the line join style of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineJoinStyle"></value>
        </member>
        <member name="M:Bytescout.PDF.ColoredTilingPen.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.ColoredTilingPen class.
            </summary>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of pattern cells in pixels.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of pattern cells in pixels.</param>
        </member>
        <member name="M:Bytescout.PDF.ColoredTilingPen.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.ColoredTilingPen.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.ColoredTilingPen.</returns>
        </member>
        <member name="T:Bytescout.PDF.SolidPen">
            <summary>
            Represents a solid pen.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.MiterLimit">
            <summary>
            Gets or sets the miter limit.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.Opacity">
            <summary>
            Gets or sets the opacity value in percent.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.DashPattern">
            <summary>
            Gets or sets the line dash pattern.
            </summary>
            <value cref="T:Bytescout.PDF.DashPattern"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.Width">
            <summary>
            Gets or sets the width of this pen.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.LineCap">
            <summary>
            Gets or sets the line cap of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineCapStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.LineJoin">
            <summary>
            Gets or sets the line join style of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineJoinStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.SolidPen.Color">
            <summary>
            Gets or sets the color of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.Color"></value>
        </member>
        <member name="M:Bytescout.PDF.SolidPen.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SolidPen class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.SolidPen.#ctor(Bytescout.PDF.Color)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SolidPen class.
            </summary>
            <param name="color">A Bytescout.PDF.Color that indicates the color of the pen.</param>
        </member>
        <member name="M:Bytescout.PDF.SolidPen.#ctor(Bytescout.PDF.Color,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.SolidPen class.
            </summary>
            <param name="color">A Bytescout.PDF.Color that indicates the color of the pen.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the pen.</param>
        </member>
        <member name="M:Bytescout.PDF.SolidPen.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.SolidPen.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.SolidPen.</returns>
        </member>
        <member name="T:Bytescout.PDF.UncoloredTilingPen">
            <summary>
            Represents an uncolored tiling pen.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.Color">
            <summary>
            Gets or sets the color of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.DeviceColor"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.Canvas">
            <summary>
            Gets the canvas of the pattern cell.
            </summary>
            <value cref="T:Bytescout.PDF.Canvas"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.TilingType">
            <summary>
            Gets or sets the Bytescout.PDF.TilingType value specifying the adjustments to the
            spacing of tiles relative to the device pixel grid.
            </summary>
            <value cref="T:Bytescout.PDF.TilingType"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.PatternHeight">
            <summary>
            Gets the height of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.PatternWidth">
            <summary>
            Gets the width of pattern cells.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.XStep">
            <summary>
            Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.YStep">
            <summary>
            Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.Width">
            <summary>
            Gets or sets the width of this pen.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.MiterLimit">
            <summary>
            Gets or sets the miter limit.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.Opacity">
            <summary>
            Gets or sets the opacity value in percent.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.DashPattern">
            <summary>
            Gets or sets the line dash pattern.
            </summary>
            <value cref="T:Bytescout.PDF.DashPattern"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.LineCap">
            <summary>
            Gets or sets the line cap of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineCapStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.UncoloredTilingPen.LineJoin">
            <summary>
            Gets or sets the line join style of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineJoinStyle"></value>
        </member>
        <member name="M:Bytescout.PDF.UncoloredTilingPen.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.UncoloredTilingPen class.
            </summary>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of pattern cells in pixels.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of pattern cells in pixels.</param>
        </member>
        <member name="M:Bytescout.PDF.UncoloredTilingPen.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.UncoloredTilingPen.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.UncoloredTilingPen.</returns>
        </member>
        <member name="T:Bytescout.PDF.StringFormat">
            <summary>
            Represents the text layout information.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.DirectionRightToLeft">
            <summary>
            Gets or sets the text direction.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.Leading">
            <summary>
            Gets or sets the text leading.
            It specifies the vertical distance between the baselines of adjacent lines of text.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.CharacterSpacing">
            <summary>
            Gets or sets value that indicates a distance between the text characters.
            When the glyph for each character in the string is rendered, this value is added to the the glyph’s displacement.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.WordSpacing">
            <summary>
            Gets or sets a value that indicates spacing between the words in the text.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.Scaling">
            <summary>
            Gets or sets the horizontal scaling of text.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.Rise">
            <summary>
            Gets or sets the text rise.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.HorizontalAlign">
            <summary>
            Gets or sets the text horizontal alignment.
            </summary>
            <value cref="T:Bytescout.PDF.HorizontalAlign"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.VerticalAlign">
            <summary>
            Gets or sets the text vertical alignment.
            </summary>
            <value cref="T:Bytescout.PDF.VerticalAlign"></value>
        </member>
        <member name="P:Bytescout.PDF.StringFormat.DisableLigatures">
            <summary>
            Gets or sets whether to disable font ligatures when drawing text in RTL (right-to-left) languages. 
            </summary>
        </member>
        <member name="M:Bytescout.PDF.StringFormat.#ctor">
            <summary>
            Initializes a new instance of the Bytescout.PDF.StringFormat class.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.StringFormat.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.StringFormat.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.StringFormat.</returns>
        </member>
        <member name="T:Bytescout.PDF.DocumentInformation">
            <summary>
            Represents class for a PDF document's metadata.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.Title">
            <summary>
            Gets or sets the document’s title.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.Author">
            <summary>
            Gets or sets the name of the person who created the document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.Subject">
            <summary>
            Gets or sets the subject of the document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.Keywords">
            <summary>
            Gets or sets the keywords associated with the document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.Creator">
            <summary>
            Gets or sets additional information about the creator of the current PDF document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.Producer">
            <summary>
            Gets or sets the name of the application that produced the PDF document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.CreationDate">
            <summary>
            Gets or sets the date and time the document was created.
            </summary>
            <value cref="T:System.DateTime" href="http://msdn.microsoft.com/en-us/library/system.datetime.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.CreationDateISO">
            <summary>
             Gets the document creation date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
            </summary>
            <returns>Creation date.</returns>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.ModificationDate">
            <summary>
            Gets or sets the date and time the document was last modified.
            </summary>
            <value cref="T:System.DateTime" href="http://msdn.microsoft.com/en-us/library/system.datetime.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.DocumentInformation.ModificationDateISO">
            <summary>
             Gets the document modification date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
            </summary>
            <returns>Modification date.</returns>
        </member>
        <member name="T:Bytescout.PDF.Security">
            <summary>
            Represents the options to control the PDF document security options.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Security.UserPassword">
            <summary>
            Gets or sets the password for view protection of the PDF document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.OwnerPassword">
            <summary>
            Gets or sets the password for edit protection of the PDF document.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.EncryptionAlgorithm">
            <summary>
            Gets or sets the encryption algorithm.
            </summary>
            <value cref="T:Bytescout.PDF.EncryptionAlgorithm"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowPrintDocument">
            <summary>
            Allows or prohibits printing a PDF document.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.PrintQuality">
            <summary>
            Gets or sets print quality.
            <remarks>This property has effect when a 128 or 256 bit encryption key is used and print document is allowed.</remarks></summary>
            <value cref="T:Bytescout.PDF.PrintQuality"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowModifyDocument">
            <summary>
            Allows or prohibits modifying a PDF document.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowFillForms">
            <summary>
            Allows or prohibits filling in interactive form fields (including signature fields) in a PDF document.
            <remarks>This property has effect when a 128 or 256 bit encryption key is used and modifying annotations is not allowed.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowModifyAnnotations">
            <summary>
            Allows or prohibits interacting with text annotations and forms in a PDF document.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowContentExtraction">
            <summary>
            Allows or prohibits copying content from a PDF document.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowAccessibilitySupport">
            <summary>
            Allows or prohibits content extraction for accessibility.
            <remarks>This property has effect when a 128 or 256 bit encryption key is used.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Security.AllowAssemlyDocument">
            <summary>
            Allows or prohibits assembling the document.
            <remarks>This property has effect when a 128 or 256 bit encryption key is used and modify document is not allowed.</remarks></summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="T:Bytescout.PDF.Brush">
            <summary>
            Represents the abstract Brush, which contains the basic functionality of a Brush.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Brush.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.Brush
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.Brush</returns>
        </member>
        <member name="T:Bytescout.PDF.Canvas">
            <summary>
            Represents class for a canvas (a two-dimensional region on which all painting occurs).
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Canvas.Width">
            <summary>
            Gets the width of the canvas.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Canvas.Height">
            <summary>
            Gets the height of the canvas.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Canvas.RenderingIntent">
            <summary>
            Gets or sets the rendering intent.
            </summary>
            <value cref="T:Bytescout.PDF.RenderingIntentType"></value>
        </member>
        <member name="P:Bytescout.PDF.Canvas.BlendMode">
            <summary>
            Gets or sets the blend mode.
            </summary>
            <value cref="T:Bytescout.PDF.BlendMode"></value>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawTable(Bytescout.PDF.Table,System.Single,System.Single)">
            <summary>
            Draws the specified table at the specified location.
            </summary>
            <param name="table">The table to draw.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn table.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn table.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawImage(Bytescout.PDF.Image,System.Single,System.Single)">
            <summary>
            Draws the specified image, using its original size, at the specified location.
            </summary>
            <param name="image">The image to draw.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn image.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn image.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawImage(Bytescout.PDF.Image,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws the specified image at the specified location with specified size.
            </summary>
            <param name="image">The image to draw.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn image.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn image.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the drawn image.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the drawn image.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawTemplate(Bytescout.PDF.GraphicsTemplate,System.Single,System.Single)">
            <summary>
            Draws a template using its original size, at the specified location.
            </summary>
            <param name="template">The template to draw.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn template.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn template.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawTemplate(Bytescout.PDF.GraphicsTemplate,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a template at the specified location and size.
            </summary>
            <param name="template">The template to draw.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn template.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn template.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the drawn template.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the drawn template.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.SaveGraphicsState">
            <summary>
            Saves the current graphics state.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Canvas.RestoreGraphicsState">
            <summary>
            Restores the last saved graphics state.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Canvas.SkewTransform(System.Single,System.Single)">
            <summary>
            Skews the x axis by an angle alpha and the y axis by an angle beta.
            </summary>
            <param name="alpha" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The alpha angle in degrees.</param>
            <param name="beta" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The beta angle in degrees.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.RotateTransform(System.Single)">
            <summary>
            Applies the specified rotation to the transformation matrix.
            </summary>
            <param name="angle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The angle of rotation in degrees.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.ScaleTransform(System.Single,System.Single)">
            <summary>
            Applies the specified scaling operation to the transformation matrix.
            </summary>
            <param name="scaleX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Scale factor in the x direction.</param>
            <param name="scaleY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Scale factor in the y direction.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.TranslateTransform(System.Single,System.Single)">
            <summary>
            Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix.
            </summary>
            <param name="x" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the translation.</param>
            <param name="y" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the translation.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.MeasureString(System.String,Bytescout.PDF.Font)">
            <summary>
            Measures the specified string when drawn with the specified Font.
            </summary>
            <param name="text">String to measure.</param>
            <param name="font">Font that defines the format of the string.</param>
            <returns>Returns the size of the string in document points (1/72").</returns>
        </member>
        <member name="M:Bytescout.PDF.Canvas.MeasureString(System.String,Bytescout.PDF.Font,System.Single)">
            <summary>
            Measures the specified string limited to the specified width.
            </summary>
            <param name="text">String to measure.</param>
            <param name="font">Font that defines the format of the string.</param>
            <param name="maxWidth">Maximum text width. The text will be automatically wrapped at this width.</param>
            <returns>Returns the height of the string in document points (1/72").</returns>
        </member>
        <member name="M:Bytescout.PDF.Canvas.MeasureString(System.String,Bytescout.PDF.Font,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Measures the specified string limited to the specified width.
            </summary>
            <param name="text">String to measure.</param>
            <param name="font">Font that defines the format of the string.</param>
            <param name="maxWidth">Maximum text width. The text will be automatically wrapped at this width.</param>
            <param name="stringFormat">The text string format.</param>
            <returns>Returns the height of the string in document points (1/72").</returns>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,System.Single,System.Single)">
            <summary>
            Draws the specified text string at the specified location with the specified Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">String to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn text.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Pen,System.Single,System.Single)">
            <summary>
            Draws the specified text string at the specified location with the specified pen and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">String to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn text.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,Bytescout.PDF.Pen,System.Single,System.Single)">
            <summary>
            Draws the specified text string at the specified location with the specified pen, Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn text.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,System.Drawing.RectangleF)">
            <summary>
            Draws the specified text string at the specified location and size with the specified Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="layoutRectangle" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that specifies the bounds of the drawn text.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Pen,System.Drawing.RectangleF)">
            <summary>
            Draws the specified text string at the specified location and size with the specified pen and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="layoutRectangle" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that specifies the bounds of the drawn text.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,Bytescout.PDF.Pen,System.Drawing.RectangleF)">
            <summary>
            Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="layoutRectangle" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that specifies the bounds of the drawn text.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,System.Single,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location with the specified Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Pen,System.Single,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location with the specified pen and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,Bytescout.PDF.Pen,System.Single,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location with the specified pen, Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the drawn text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the drawn text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,System.Drawing.RectangleF,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location and size with the specified Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="layoutRectangle" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that specifies the bounds of the drawn text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Pen,System.Drawing.RectangleF,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location and size with the specified pen and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="layoutRectangle" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that specifies the bounds of the drawn text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,Bytescout.PDF.Pen,System.Drawing.RectangleF,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="layoutRectangle" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that specifies the bounds of the drawn text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location and size with the specified Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the target rectangle to draw the text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the target rectangle to draw the text.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the target rectangle to draw the text.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the target rectangle to draw the text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location and size with the specified pen and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the target rectangle to draw the text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the target rectangle to draw the text.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the target rectangle to draw the text.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the target rectangle to draw the text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawString(System.String,Bytescout.PDF.Font,Bytescout.PDF.Brush,Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single,Bytescout.PDF.StringFormat)">
            <summary>
            Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The string to draw.</param>
            <param name="font">Bytescout.PDF.Font that defines the text format of the string.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the text outline.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the target rectangle to draw the text.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the target rectangle to draw the text.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the target rectangle to draw the text.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the target rectangle to draw the text.</param>
            <param name="sf">The text string format.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawLine(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a line connecting the two points specified by the coordinate pairs.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the line.</param>
            <param name="x1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the first point.</param>
            <param name="y1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the first point.</param>
            <param name="x2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the second point.</param>
            <param name="y2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the second point.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawLine(Bytescout.PDF.Pen,System.Drawing.PointF,System.Drawing.PointF)">
            <summary>
            Draws a line connecting two System.Drawing.PointF structures.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the line.</param>
            <param name="pt1" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">System.Drawing.PointF structure that represents the first point to connect.</param>
            <param name="pt2" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">System.Drawing.PointF structure that represents the second point to connect.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRectangle(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a rectangle specified by a coordinate pair, a width, and a height.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle to draw.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRectangle(Bytescout.PDF.Pen,System.Drawing.RectangleF)">
            <summary>
            Draws a rectangle specified by a System.Drawing.Rectangle structure.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle structure that represents the rectangle to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRectangle(Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a rectangle specified by a coordinate pair, a width, and a height.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle to draw.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRectangle(Bytescout.PDF.Brush,System.Drawing.RectangleF)">
            <summary>
            Draws a rectangle specified by a System.Drawing.Rectangle structure.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle structure that represents the rectangle to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRectangle(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a rectangle specified by a coordinate pair, a width, and a height.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle to draw.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRectangle(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Drawing.RectangleF)">
            <summary>
            Draws a rectangle specified by a System.Drawing.Rectangle structure.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle structure that represents the rectangle to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCurve(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a cubic Bézier curve.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the curve.</param>
            <param name="x1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the starting point of the curve.</param>
            <param name="y1" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the starting point of the curve.</param>
            <param name="x2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the first control point of the curve.</param>
            <param name="y2" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the first control point of the curve.</param>
            <param name="x3" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the second control point of the curve.</param>
            <param name="y3" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the second control point of the curve.</param>
            <param name="x4" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the ending point of the curve.</param>
            <param name="y4" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the ending point of the curve.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCurve(Bytescout.PDF.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
            <summary>
            Draws a cubic Bézier curve.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the curve.</param>
            <param name="pt1" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The starting point of the curve.</param>
            <param name="pt2" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The first control point for the curve.</param>
            <param name="pt3" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The second control point for the curve.</param>
            <param name="pt4" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The ending point of the curve.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawEllipse(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the ellipse.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Width of the bounding rectangle that defines the ellipse.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Height of the bounding rectangle that defines the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawEllipse(Bytescout.PDF.Pen,System.Drawing.RectangleF)">
            <summary>
            Draws an ellipse defined by a bounding System.Drawing.RectangleF.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the ellipse.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that defines the boundaries of the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawEllipse(Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Width of the bounding rectangle that defines the ellipse.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Height of the bounding rectangle that defines the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawEllipse(Bytescout.PDF.Brush,System.Drawing.RectangleF)">
            <summary>
            Draws an ellipse defined by a bounding System.Drawing.RectangleF.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that defines the boundaries of the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawEllipse(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the ellipse.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Width of the bounding rectangle that defines the ellipse.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Height of the bounding rectangle that defines the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawEllipse(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Drawing.RectangleF)">
            <summary>
            Draws an ellipse defined by a bounding System.Drawing.RectangleF.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the ellipse.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that defines the boundaries of the ellipse.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCircle(Bytescout.PDF.Pen,System.Single,System.Single,System.Single)">
            <summary>
            Draws a circle with specified center coordinates and radius.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the circle.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the circle.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the circle.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCircle(Bytescout.PDF.Pen,System.Drawing.PointF,System.Single)">
            <summary>
            Draws a circle with specified center coordinates and radius.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the circle.</param>
            <param name="center" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The circle center.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCircle(Bytescout.PDF.Brush,System.Single,System.Single,System.Single)">
            <summary>
            Draws a circle with specified center coordinates and radius.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the circle.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the circle.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCircle(Bytescout.PDF.Brush,System.Drawing.PointF,System.Single)">
            <summary>
            Draws a circle with specified center coordinates and radius.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="center" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The circle center.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCircle(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Single,System.Single,System.Single)">
            <summary>
            Draws a circle with specified center coordinates and radius.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the circle.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the circle.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the circle.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawCircle(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Drawing.PointF,System.Single)">
            <summary>
            Draws a circle with specified center coordinates and radius.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the circle.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="center" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">The circle center.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPie(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a pie shape.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the pie.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the ellipse.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the ellipse.</param>
            <param name="radiusX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the x-axis.</param>
            <param name="radiusY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the y-axis.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPie(Bytescout.PDF.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
            Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the pie.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPie(Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a pie shape.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the ellipse.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the ellipse.</param>
            <param name="radiusX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the x-axis.</param>
            <param name="radiusY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the y-axis.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPie(Bytescout.PDF.Brush,System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
            Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPie(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a pie shape.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the pie.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the ellipse.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the ellipse.</param>
            <param name="radiusX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the x-axis.</param>
            <param name="radiusY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the y-axis.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPie(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
            Draws a pie shape defined by an ellipse specified by a System.Drawing.RectangleF structure and two radial lines.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the pie.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawArc(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws an arc representing a portion of an ellipse.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the arc.</param>
            <param name="centerX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the center of the ellipse.</param>
            <param name="centerY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the center of the ellipse.</param>
            <param name="radiusX" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the x-axis.</param>
            <param name="radiusY" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the ellipse measured along the y-axis.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle in degrees measured clockwise from the x-axis to the starting point of the arc.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle in degrees measured clockwise from the startAngle parameter to the ending point of the arc.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawArc(Bytescout.PDF.Pen,System.Drawing.RectangleF,System.Single,System.Single)">
            <summary>
            Draws an arc representing a portion of an ellipse specified by a System.Drawing.RectangleF structure.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the arc.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">System.Drawing.RectangleF structure that defines the boundaries of the ellipse.</param>
            <param name="startAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle in degrees measured clockwise from the x-axis to the starting point of the arc.</param>
            <param name="sweepAngle" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">Angle in degrees measured clockwise from the startAngle parameter to the ending point of the arc.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRoundedRectangle(Bytescout.PDF.Pen,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle to draw.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle to draw.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRoundedRectangle(Bytescout.PDF.Pen,System.Drawing.RectangleF,System.Single)">
            <summary>
            Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle structure that represents the rectangle to draw.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRoundedRectangle(Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle to draw.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle to draw.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRoundedRectangle(Bytescout.PDF.Brush,System.Drawing.RectangleF,System.Single)">
            <summary>
            Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle structure that represents the rectangle to draw.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRoundedRectangle(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Single,System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Draws a rectangle structure with rounded corners specified by a coordinate pair, a width, and a height.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="left" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The x-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="top" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The y-coordinate of the upper-left corner of the rectangle to draw.</param>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the rectangle to draw.</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the rectangle to draw.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawRoundedRectangle(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Drawing.RectangleF,System.Single)">
            <summary>
            Draws a rectangle structure with rounded corners specified by a System.Drawing.RectangleF structure.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the rectangle.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">A System.Drawing.Rectangle structure that represents the rectangle to draw.</param>
            <param name="radius" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The radius of the corner circle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPath(Bytescout.PDF.Pen,Bytescout.PDF.Path)">
            <summary>
            Draws a Bytescout.PDF.Path.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the path.</param>
            <param name="path">Bytescout.PDF.Path to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPath(Bytescout.PDF.Brush,Bytescout.PDF.Path)">
            <summary>
            Draws a Bytescout.PDF.Path.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="path">Bytescout.PDF.Path to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPath(Bytescout.PDF.Pen,Bytescout.PDF.Brush,Bytescout.PDF.Path)">
            <summary>
            Draws a Bytescout.PDF.Path.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the path.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="path">Bytescout.PDF.Path to draw.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.SetClip(Bytescout.PDF.Path)">
            <summary>
            Modifies the current clipping path by intersecting it with the current path.
            </summary>
            <param name="path">Clip path.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPolygon(Bytescout.PDF.Pen,Bytescout.PDF.PointsArray)">
            <summary>
            Draws a polygon defined by an array of System.Drawing.PointF structures.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the polygon.</param>
            <param name="points">Array of points that represent the vertices of the polygon.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPolygon(Bytescout.PDF.Pen,System.Drawing.PointF[])">
            <summary>
            Draws a polygon defined by an array of System.Drawing.PointF structures.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the polygon.</param>
            <param name="points" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">Array of System.Drawing.PointF structures that represent the vertices of the polygon.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPolygon(Bytescout.PDF.Brush,Bytescout.PDF.PointsArray)">
            <summary>
            Draws a polygon defined by an array of System.Drawing.PointF structures.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="points">Array of points that represent the vertices of the polygon.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPolygon(Bytescout.PDF.Brush,System.Drawing.PointF[])">
            <summary>
            Draws a polygon defined by an array of System.Drawing.PointF structures.
            </summary>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="points" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">Array of System.Drawing.PointF structures that represent the vertices of the polygon.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPolygon(Bytescout.PDF.Pen,Bytescout.PDF.Brush,Bytescout.PDF.PointsArray)">
            <summary>
            Draws a polygon defined by an array of System.Drawing.PointF structures.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the polygon.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="points">Array of points that represent the vertices of the polygon.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.DrawPolygon(Bytescout.PDF.Pen,Bytescout.PDF.Brush,System.Drawing.PointF[])">
            <summary>
            Draws a polygon defined by an array of System.Drawing.PointF structures.
            </summary>
            <param name="pen">Bytescout.PDF.Pen that determines the color, width, and style of the polygon.</param>
            <param name="brush">Bytescout.PDF.Brush that determines the characteristics of the fill.</param>
            <param name="points" href="http://msdn.microsoft.com/en-us/library/system.drawing.pointf.aspx">Array of System.Drawing.PointF structures that represent the vertices of the polygon.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.SetClip(System.Drawing.RectangleF)">
            <summary>
            Modifies the current clipping path by intersecting it with the current path.
            </summary>
            <param name="rect" href="http://msdn.microsoft.com/en-us/library/system.drawing.rectanglef.aspx">Clip rectangle.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.BeginMarkedContent(Bytescout.PDF.Layer)">
            <summary>
            Initializes the creation of content group.
            </summary>
            <param name="layer">The layer.</param>
        </member>
        <member name="M:Bytescout.PDF.Canvas.EndMarkedContent">
            <summary>
            Finalizes an optional content group.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Canvas.SetClip(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Modifies the current clipping path by intersecting it with the current path.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Color">
            <summary>
            Represents an abstract class for PDF color.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Color.Colorspace">
            <summary>
            Gets the colorspace associated with this Bytescout.PDF.Color.
            </summary>
            <value cref="T:Bytescout.PDF.Colorspace"></value>
        </member>
        <member name="M:Bytescout.PDF.Color.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.Color.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.Color.</returns>
        </member>
        <member name="T:Bytescout.PDF.Pen">
            <summary>
            Represents the abstract pen, which contains the basic functionality of a pen.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Pen.MiterLimit">
            <summary>
            Gets or sets the miter limit.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Pen.DashPattern">
            <summary>
            Gets or sets the line dash pattern.
            </summary>
            <value cref="T:Bytescout.PDF.DashPattern"></value>
        </member>
        <member name="P:Bytescout.PDF.Pen.Width">
            <summary>
            Gets or sets the width of this pen.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Pen.LineCap">
            <summary>
            Gets or sets the line cap of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineCapStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.Pen.LineJoin">
            <summary>
            Gets or sets the line join style of this pen.
            </summary>
            <value cref="T:Bytescout.PDF.LineJoinStyle"></value>
        </member>
        <member name="P:Bytescout.PDF.Pen.Opacity">
            <summary>
            Gets or sets the opacity value in percent.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.Pen.Clone">
            <summary>
            Allows the creation of a shallow copy of this Bytescout.PDF.Pen.
            </summary>
            <returns cref="T:System.Object" href="http://msdn.microsoft.com/en-us/library/system.object.aspx">Returns a shallow copy of this Bytescout.PDF.Pen.</returns>
        </member>
        <member name="T:Bytescout.PDF.PageCollection">
            <summary>
            Represents a collection of pages of a document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.PageCollection.Item(System.Int32)">
            <summary>
            Gets the element at the specified index.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the element to get.</param>
            <returns cref="T:Bytescout.PDF.Page">The Bytescout.PDF.Page with specified index.</returns>
        </member>
        <member name="P:Bytescout.PDF.PageCollection.Count">
            <summary>
            Gets the number of pages in the collection.
            </summary>
            <value cref="T:System.Int32" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.PageCollection.Add(Bytescout.PDF.Page)">
            <summary>
            Adds the page to the end of the collection of document pages.
            </summary>
            <param name="page">Page to be added to the end of the collection.</param>
        </member>
        <member name="M:Bytescout.PDF.PageCollection.Insert(System.Int32,Bytescout.PDF.Page)">
            <summary>
            Inserts a page at the specified index to the collection of document pages.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index at which page to be inserted.</param>
            <param name="page">Page to insert.</param>
        </member>
        <member name="M:Bytescout.PDF.PageCollection.Remove(System.Int32)">
            <summary>
            Removes the PDF page with the specified index from the collection.
            </summary>
            <param name="index" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based index of the PDF page to be removed.</param>
        </member>
        <member name="M:Bytescout.PDF.PageCollection.RemoveAt(System.Int32)">
            <summary>
            Removes the PDF page with the specified index from the collection.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Page">
            <summary>
            Represents a PDF document page.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Page.Images">
            <summary>
            Gets the collection of images added to this page.
            </summary>
            <value cref="!:ReadOnlyCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.Width">
            <summary>
            Gets or sets the width of the page in pixels.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.Height">
            <summary>
            Gets or sets the height of the page in pixels.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.RotationAngle">
            <summary>
            Gets or sets the page rotation angle.
            </summary>
            <value cref="T:Bytescout.PDF.RotationAngle"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.Canvas">
            <summary>
            Gets the page canvas.
            </summary>
            <value cref="T:Bytescout.PDF.Canvas"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.Annotations">
            <summary>
            Gets the collection of annotations added to this page.
            </summary>
            <value cref="T:Bytescout.PDF.AnnotationCollections"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.Thumbnail">
            <summary>
            Gets or sets the thumbnail image to be used for this page by a viewer application instead of an auto-generated image of the contents of this page in miniature form.
            </summary>
            <value cref="T:Bytescout.PDF.Image"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.OnOpened">
            <summary>
            Gets or sets the action to be performed when the page is opened (for example, when the user navigates
            to it from the next or previous page or by means of a link annotation or outline item).
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.OnClosed">
            <summary>
            Gets or sets the action to be performed when the page is closed (for example, when the user navigates
            to the next or previous page or follows a link annotation or an outline item).
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Page.Watermarks">
            <summary>
            Gets the collection of watermarks added to this page.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Page.SetCropBox(System.Single,System.Single,System.Single,System.Single)">
            <summary>
            Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
            </summary>
            <param name="left">Left (X) coordinate of the crop rectangle.</param>
            <param name="top">Top (Y) coordinate of the crop rectangle.</param>
            <param name="width">Width of the crop rectangle.</param>
            <param name="height">Height of the crop rectangle.</param>
        </member>
        <member name="M:Bytescout.PDF.Page.SetCropBox(System.Drawing.RectangleF)">
            <summary>
            Sets the crop rectangle of the page. The rectangle is in PDF units - Points (1 Point = 1/72 in.)
            </summary>
            <param name="cropRect">The crop rectangle.</param>
        </member>
        <member name="M:Bytescout.PDF.Page.#ctor(System.Single,System.Single)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Page class.
            </summary>
            <param name="width" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The page width in PDF Points (1/72").</param>
            <param name="height" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The page height in PDF Points (1/72").</param>
        </member>
        <member name="M:Bytescout.PDF.Page.#ctor(System.Single,System.Single,Bytescout.PDF.UnitOfMeasure)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Page class.
            </summary>
            <param name="width">The page width in specified units.</param>
            <param name="height">The page height in specified units.</param>
            <param name="units">Units of measure.</param>
        </member>
        <member name="M:Bytescout.PDF.Page.#ctor(Bytescout.PDF.PaperFormat,Bytescout.PDF.PaperOrientation)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Page class.
            </summary>
            <param name="format">The page size.</param>
            <param name="orientation">The paper orientation.</param>
        </member>
        <member name="M:Bytescout.PDF.Page.#ctor(Bytescout.PDF.PaperFormat)">
            <summary>
            Initializes a new instance of the Bytescout.PDF.Page class.
            </summary>
            <param name="format">The page size.</param>
        </member>
        <member name="M:Bytescout.PDF.Page.GetText">
            <summary>
            Retrieves all text drawn on the page in plain text format.
            </summary>
            <returns cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">All text drawn on the page in plain text format.</returns>
        </member>
        <member name="M:Bytescout.PDF.Page.SaveAsTemplate">
            <summary>
            Saves the page as a graphic template.
            </summary>
            <returns cref="T:Bytescout.PDF.GraphicsTemplate">The saved graphics template.</returns>
        </member>
        <member name="T:Bytescout.PDF.UnitOfMeasure">
            <summary>
            Specifies the unit of measure for the given data.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Point">
            <summary>
            (0) Specifies a printer's point (1/72 inch) as the unit of measure. These are default units used in PDF documents.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Inch">
            <summary>
            (1) Specifies the inch as the unit of measure.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Millimeter">
            <summary>
            (2) Specifies the millimeter as the unit of measure.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Centimeter">
            <summary>
            (3) Specifies the centimeter as the unit of measure.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Pixel96DPI">
            <summary>
            (4) Specifies a device pixel at 96 DPI resolution as the unit of measure.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Pixel120DPI">
            <summary>
            (5) Specifies a device pixel at 120 DPI resolution as the unit of measure.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Twip">
            <summary>
            (6) Specifies the Twip unit (1/20 inch) as the unit of measure.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.UnitOfMeasure.Document">
            <summary>
            (7) Specifies the document unit (1/300 inch) as the unit of measure.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.ViewerPreferences">
            <summary>
            Represents the class for the PDF viewer application preferences.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.HideToolbar">
            <summary>
            Gets or sets a value indicating whether to hide the viewer applications tool bars when
            the document is active.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.HideMenubar">
            <summary>
            Gets or sets a value indicating whether to hide the viewer applications menu bar when
            the document is active.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.HideWindowUI">
            <summary>
            Gets or sets a value indicating whether to hide user interface elements in the documents window (such as scroll bars and navigation controls),
            leaving only the document’s contents displayed.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.FitWindow">
            <summary>
            Gets or sets a value indicating whether to resize the document’s window to fit
            the size of the first displayed page.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.CenterWindow">
            <summary>
            Gets or sets a value indicating whether to position the document’s window in
            the center of the screen.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.DisplayDocumentTitle">
            <summary>
            Gets or sets a value indicating whether the window’s title bar should display
            the document title taken from the Title property of the document information.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.FullScreenPageMode">
            <summary>
            Gets or sets how to display the document on exiting full-screen mode.
            <remarks>This property is meaningful only if the value of the PageMode property in the document is
            FullScreen; it is ignored otherwise.</remarks></summary>
            <value cref="T:Bytescout.PDF.FullScreenPageMode"></value>
        </member>
        <member name="P:Bytescout.PDF.ViewerPreferences.Direction">
            <summary>
            Gets or sets the predominant reading order for text.
            <remarks>This property has no direct effect on the document’s contents or page numbering but can be used to
            determine the relative positioning of pages when displayed side by side or printed n-up.</remarks></summary>
            <value cref="T:Bytescout.PDF.Direction"></value>
        </member>
        <member name="T:Bytescout.PDF.InvalidPasswordException">
            <summary>
            Represents the exception thrown when a wrong password is used to open the PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.InvalidPasswordException.PasswordManager">
            <summary>
            Gets the Bytescout.PDF.Exceptions.PasswordManager for verifying the password.
            </summary>
            <value cref="T:Bytescout.PDF.PasswordManager"></value>
        </member>
        <member name="T:Bytescout.PDF.PasswordManager">
            <summary>
            Represents the class for verifying the password.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.PasswordManager.CheckPassword(System.String)">
            <summary>
            Verifies the password.
            </summary>
            <param name="password" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The password to check.</param>
            <returns cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">true if the password is correct; otherwise, false.</returns>
        </member>
        <member name="T:Bytescout.PDF.Font">
            <summary>
             Represents a font in the PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Font.Name">
            <summary>
            Gets the name of the font.
            </summary>
            <value cref="T:System.String" href="http://msdn.microsoft.com/en-us/library/system.string.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Font.Bold">
            <summary>
            Gets a value indicating whether this Bytescout.PDF.Font is bold.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Font.Italic">
            <summary>
            Gets a value indicating whether this Bytescout.PDF.Font is italic.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Font.Underline">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.Font is underlined.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Font.Strikeout">
            <summary>
            Gets or sets a value indicating whether this Bytescout.PDF.Font specifies a horizontal line through the font.
            </summary>
            <value cref="T:System.Boolean" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx"></value>
        </member>
        <member name="P:Bytescout.PDF.Font.Size">
            <summary>
            Gets or sets the em-size of this Bytescout.PDF.Font.
            </summary>
            <value cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx"></value>
        </member>
        <member name="M:Bytescout.PDF.Font.#ctor(System.String,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new Bytescout.PDF.Font using a specified properties.
            </summary>
            <param name="fontName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
            <param name="bold" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be bold.</param>
            <param name="italic" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be italic.</param>
            <param name="underline" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be underlined.</param>
            <param name="strikeout" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be stroked out.</param>
        </member>
        <member name="M:Bytescout.PDF.Font.#ctor(System.String,System.Single)">
            <summary>
            Initializes a new Bytescout.PDF.Font using a specified properties.
            </summary>
            <param name="fontName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
        </member>
        <member name="M:Bytescout.PDF.Font.#ctor(Bytescout.PDF.StandardFonts,System.Single,System.Boolean,System.Boolean)">
            <summary>
            Initializes a new instance of the standard font with specified properties.
            </summary>
            <param name="standardFont">The Bytescout.PDF.StandardFonts value that specifies the standard font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
            <param name="underline" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be underlined.</param>
            <param name="strikeout" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be stroked out.</param>
        </member>
        <member name="M:Bytescout.PDF.Font.#ctor(Bytescout.PDF.StandardFonts,System.Single)">
            <summary>
            Initializes a new instance of the standard font with specified properties.
            </summary>
            <param name="standardFont">The Bytescout.PDF.StandardFonts value that specifies the standard font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
        </member>
        <member name="M:Bytescout.PDF.Font.GetTextHeight">
            <summary>
            Get the height of a string in pixels.
            </summary>
            <returns cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The height of the string in document points (1/72").</returns>
        </member>
        <member name="M:Bytescout.PDF.Font.GetTextWidth(System.String)">
            <summary>
            Get the width in pixels of the specified string.
            </summary>
            <param name="text" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The measured string.</param>
            <returns cref="T:System.Single" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The width of the string in document points (1/72").</returns>
        </member>
        <member name="M:Bytescout.PDF.Font.FromFile(System.String,System.Single,System.Boolean,System.Boolean)">
            <summary>
            Creates a Bytescout.PDF.Font from the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A string that contains the name of the file from which to create the Bytescout.PDF.Font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
            <param name="underline" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be underlined.</param>
            <param name="strikeout" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be stroked out.</param>
            <returns cref="T:Bytescout.PDF.Font">The Bytescout.PDF.Font this method creates.</returns>
        </member>
        <member name="M:Bytescout.PDF.Font.FromFile(System.String,System.Single)">
            <summary>
            Creates a Bytescout.PDF.Font from the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">A string that contains the name of the file from which to create the Bytescout.PDF.Font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
            <returns cref="T:Bytescout.PDF.Font">The Bytescout.PDF.Font this method creates.</returns>
        </member>
        <member name="M:Bytescout.PDF.Font.FromStream(System.IO.Stream,System.Single,System.Boolean,System.Boolean)">
            <summary>
            Creates a Bytescout.PDF.Font from the specified data stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">A System.IO.Stream that contains the data for this Bytescout.PDF.Font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
            <param name="underline" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be underlined.</param>
            <param name="strikeout" href="http://msdn.microsoft.com/en-us/library/system.boolean.aspx">If set to true, the initialized font will be stroked out.</param>
            <returns cref="T:Bytescout.PDF.Font">The Bytescout.PDF.Font this method creates.</returns>
        </member>
        <member name="M:Bytescout.PDF.Font.FromStream(System.IO.Stream,System.Single)">
            <summary>
            Creates a Bytescout.PDF.Font from the specified data stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">A System.IO.Stream that contains the data for this Bytescout.PDF.Font.</param>
            <param name="emSize" href="http://msdn.microsoft.com/en-us/library/system.single.aspx">The em-size, in points, of the font.</param>
            <returns cref="T:Bytescout.PDF.Font">The Bytescout.PDF.Font this method creates.</returns>
        </member>
        <member name="T:Bytescout.PDF.LicenseInfo">
            <summary>
            License information.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.LicenseType">
            <summary>
            License type.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.UpdatesExpireOn">
            <summary>
            Support and updates expiration date.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.LimitType">
            <summary>
            License limit type.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.LimitTerm">
            <summary>
            License limit term.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.Limit">
            <summary>
            Limit of license units.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.Remainder">
            <summary>
            Number of remaining license units.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.LicenseKey">
            <summary>
            Masked license key (RegistrationKey).
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.DLLVersion">
            <summary>
            DLL version.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.LicenseInfo.HardwareID">
            <summary>
            Device Hardware ID.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.LicenseInfo.ToString">
            <inheritdoc />
        </member>
        <member name="T:Bytescout.PDF.PageNumberingStyle">
            <summary>
            Specifies the numbering style to be used for the numeric portion of each page label.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageNumberingStyle.DecimalArabic">
            <summary>
            Decimal arabic numerals.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageNumberingStyle.UppercaseRoman">
            <summary>
            Uppercase roman numerals.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageNumberingStyle.LowercaseRoman">
            <summary>
            Lowercase roman numerals.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageNumberingStyle.UppercaseLetters">
            <summary>
            Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageNumberingStyle.LowercaseLetters">
            <summary>
            Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageNumberingStyle.None">
            <summary>
            Missing
            </summary>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentGroupItemType">
            <summary>
            Specifies the optional content group item type.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.OptionalContentGroupItemType.Label">
            <summary>
            The label.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.OptionalContentGroupItemType.Layer">
            <summary>
            The layer.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.OptionalContentGroupItemType.Group">
            <summary>
            The optional content group.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.OptionalContentState">
            <summary>
            Specifies the optional content group's state.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.OptionalContentState.On">
            <summary>
            The state of the group is turned ON.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.OptionalContentState.Off">
            <summary>
            The state of the group is turned OFF.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.OptionalContentState.Unchanged">
            <summary>
            The state of the group is left unchanged.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.TableBorderStyle">
            <summary>
            Specifies a border style for the table.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TableBorderStyle.Solid">
            <summary>
            A solid rectangle surrounding the cells.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TableBorderStyle.Dashed">
            <summary>
            A dashed rectangle surrounding the cells.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PaperOrientation">
            <summary>
            Specifies paper orientation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperOrientation.Portrait">
            <summary>
            Paper is rotated into portrait orientation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperOrientation.Landscape">
            <summary>
            Paper is rotated into landscape orientation.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.TilingType">
            <summary>
            Specifies adjustments to the spacing of tiles relative to the device pixel grid.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TilingType.ConstantSpacing">
            <summary>
            Pattern cells are spaced consistently - that is, by a multiple of a device pixel.
            To achieve this, the application may need to distort the pattern cell slightly.
            The amount of distortion does not exceed 1 device pixel.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TilingType.NoDistortion">
            <summary>
            The pattern cell is not distorted, but the spacing between pattern cells may vary
            by as much as 1 device pixel, both horizontally and vertically, when the pattern is painted.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TilingType.ConstantSpacingAndFasterTiling">
            <summary>
            Pattern cells are spaced consistently as in Bytescout.PDF.TilingType.ConstantSpacing,
            but with additional distortion permitted to enable a more efficient implementation.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.MoviePlayMode">
            <summary>
            Specifies the play mode for playing the movie.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MoviePlayMode.Once">
            <summary>
            Play once and stop.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MoviePlayMode.Open">
            <summary>
            Play and leave the movie controller bar open.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MoviePlayMode.Repeat">
            <summary>
            Play repeatedly from beginning to end until stopped.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MoviePlayMode.Palindrome">
            <summary>
            Play continuously forward and backward until stopped.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.CaretSymbol">
            <summary>
            Specifies a symbol to be associated with the caret.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.CaretSymbol.Paragraph">
            <summary>
            A new paragraph symbol (¶) should be associated with the caret.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.CaretSymbol.None">
            <summary>
            No symbol should be associated with the caret.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.LineCaptionType">
            <summary>
            Specifies the line caption type.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineCaptionType.Inline">
            <summary>
            Indicates Inline as annotations caption positioning.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineCaptionType.Top">
            <summary>
            Indicates Top as annotations caption positioning.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.LineEndingStyle">
            <summary>
            Specifies the end of line style.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.Square">
            <summary>
            A square.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.Circle">
            <summary>
            A circle.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.Diamond">
            <summary>
            A diamond shape.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.OpenArrow">
            <summary>
            Two short lines meeting in an acute angle to form an open arrowhead.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.ClosedArrow">
            <summary>
            Two short lines meeting in an acute angle as in the Bytescout.PDF.PDFLineEndingStyle.OpenArrow style
            and connected by a third line to form a triangular closed arrowhead.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.None">
            <summary>
            No line ending.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.Butt">
            <summary>
            A short line at the endpoint perpendicular to the line itself.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.ROpenArrow">
            <summary>
            Two short lines in the reverse direction from Bytescout.PDF.PDFLineEndingStyle.OpenArrow.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.RClosedArrow">
            <summary>
            A triangular closed arrowhead in the reverse direction from Bytescout.PDF.PDFLineEndingStyle.ClosedArrow.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineEndingStyle.Slash">
            <summary>
            A short line at the endpoint approximately 30 degrees clockwise from perpendicular to the line itself.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.SoundEncoding">
            <summary>
            Specifies the encoding format for the sample data.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundEncoding.Raw">
            <summary>
            Unspecified or unsigned values in the range 0 to 2^B − 1.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundEncoding.Signed">
            <summary>
            Twos-complement values.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundEncoding.MuLaw">
            <summary>
            μ-lawencoded samples.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundEncoding.ALaw">
            <summary>
            A-lawencoded samples.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.SubmitMethod">
            <summary>
            Specifies how control names and values are submitted.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SubmitMethod.Get">
            <summary>
            Control names and values are submitted using an HTTP GET request.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SubmitMethod.Post">
            <summary>
            Control names and values are submitted using an HTTP POST request.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.SubmitDataFormat">
            <summary>
            Specifies a submit data format.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SubmitDataFormat.HTML">
            <summary>
            Control names and values are submitted in HTML Form format.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SubmitDataFormat.FDF">
            <summary>
            Control names and values are submitted in Forms Data Format (FDF).
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SubmitDataFormat.XFDF">
            <summary>
            Control names and values are submitted in XML Forms Data Format (XFDF).
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SubmitDataFormat.PDF">
            <summary>
            The whole document (not only control names and values) is submitted as a PDF, using the MIME content type application/pdf
            (described in Internet RFC 2045, Multipurpose Internet Mail Extensions (MIME), Part One: Format of Internet Message Bodies).
            </summary>
        </member>
        <member name="T:Bytescout.PDF.MovieOperation">
            <summary>
            Specifies the operation to be performed on the movie.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MovieOperation.Play">
            <summary>
            Start playing the movie.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MovieOperation.Stop">
            <summary>
            Stop playing the movie.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MovieOperation.Pause">
            <summary>
            Pause a playing movie.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.MovieOperation.Resume">
            <summary>
            Resume a paused movie.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.NamedActions">
            <summary>
            Specifies the available named actions supported by the viewer.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.NamedActions.NextPage">
            <summary>
            Navigate to next page.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.NamedActions.PreviousPage">
            <summary>
            Navigate to previous page.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.NamedActions.FirstPage">
            <summary>
            Navigate to first page.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.NamedActions.LastPage">
            <summary>
            Navigate to last page.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.ActionType">
            <summary>
            Specifies type of Bytescout.PDF.PDFAction.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.GoTo">
            <summary>
            Go to a destination in the current document.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.GoToRemote">
            <summary>
            Go to a destination in another document.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.GoToEmbedded">
            <summary>
            Go to a destination in an embedded file.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Launch">
            <summary>
            Launch an application, usually to open a file.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Thread">
            <summary>
            Begin reading an article thread.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.URI">
            <summary>
            Resolve a uniform resource identifier.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Sound">
            <summary>
            Play a sound.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Movie">
            <summary>
            Play a movie.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Hide">
            <summary>
            Set an annotations Hidden flag.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Named">
            <summary>
            Execute an action predefined by the viewer application.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.SubmitForm">
            <summary>
            Send data to a uniform resource locator.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.ResetForm">
            <summary>
            Set fields to their default values.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.ImportData">
            <summary>
            Import field values from a file.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.JavaScript">
            <summary>
            Execute a JavaScript script.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.SetOCGState">
            <summary>
            Set the states of optional content groups.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Rendition">
            <summary>
            Controls the playing of multimedia content.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.Transition">
            <summary>
            Uses a transition to update the display of a document.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ActionType.GoTo3DView">
            <summary>
            Set the current view of a 3D annotation.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.AnnotationType">
            <summary>
            Specifies type of Bytescout.PDF.Annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Text">
            <summary>
            Text annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Link">
            <summary>
            Link annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.FreeText">
            <summary>
            Free text annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Line">
            <summary>
            Line annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Square">
            <summary>
            Square annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Circle">
            <summary>
            Circle annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Polygon">
            <summary>
            Polygon annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.PolyLine">
            <summary>
            Polyline annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Highlight">
            <summary>
            Highlight annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Underline">
            <summary>
            Underline annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Squiggly">
            <summary>
            Squiggly-underline annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.StrikeOut">
            <summary>
            Strikeout annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Stamp">
            <summary>
            Rubber stamp annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Caret">
            <summary>
            Caret annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Ink">
            <summary>
            Ink annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.FileAttachment">
            <summary>
            File attachment annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Sound">
            <summary>
            Sound annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Movie">
            <summary>
            Movie annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Screen">
            <summary>
            Screen annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.U3D">
            <summary>
            3D annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.EditBox">
            <summary>
            Edit box.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.ListBox">
            <summary>
            List box.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.ComboBox">
            <summary>
            Combo box.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.RadioButton">
            <summary>
            Radio button.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.PushButton">
            <summary>
            Push button.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.CheckBox">
            <summary>
            Check box.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.AnnotationType.Signature">
            <summary>
            Signature.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.RubberStampAnnotationIcon">
            <summary>
            Specifies the icon to be used in displaying Bytescout.PDF.RubberStampAnnotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Approved">
            <summary>
            Predefined "Approved" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.AsIs">
            <summary>
            Predefined "AsIs" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Confidential">
            <summary>
            Predefined "Confidential" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Departmental">
            <summary>
            Predefined "Departmental" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Draft">
            <summary>
            Predefined "Draft" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Experimental">
            <summary>
            Predefined "Experimental" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Expired">
            <summary>
            Predefined "Expired" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Final">
            <summary>
            Predefined "Final" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.ForComment">
            <summary>
            Predefined "ForComment" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.ForPublicRelease">
            <summary>
            Predefined "ForPublicRelease" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.NotApproved">
            <summary>
            Predefined "NotApproved" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.NotForPublicRelease">
            <summary>
            Predefined "NotForPublicRelease" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.Sold">
            <summary>
            Predefined "Sold" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RubberStampAnnotationIcon.TopSecret">
            <summary>
            Predefined "TopSecret" icon to be used.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.FileAttachmentAnnotationIcon">
            <summary>
            Specifies the icon to be used in displaying Bytescout.PDF.FileAttachmentAnnotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FileAttachmentAnnotationIcon.PushPin">
            <summary>
            Predefined "PushPin" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FileAttachmentAnnotationIcon.Graph">
            <summary>
            Predefined "Graph" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FileAttachmentAnnotationIcon.Paperclip">
            <summary>
            Predefined "Paperclip" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FileAttachmentAnnotationIcon.Tag">
            <summary>
            Predefined "Tag" icon to be used.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.SoundAnnotationIcon">
            <summary>
            Specifies the icon to be used in displaying Bytescout.PDF.SoundAnnotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundAnnotationIcon.Speaker">
            <summary>
            Predefined "Speaker" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundAnnotationIcon.Mic">
            <summary>
            Predefined "Mic" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.SoundAnnotationIcon.Ear">
            <summary>
            Predefined "Ear" icon to be used.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.BorderStyle">
            <summary>
            Specifies a border style of the annotations.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderStyle.Solid">
            <summary>
            A solid rectangle surrounding the annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderStyle.Dashed">
            <summary>
            A dashed rectangle surrounding the annotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderStyle.Beveled">
            <summary>
            A simulated embossed rectangle that appears to be raised above the surface of the page.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderStyle.Inset">
            <summary>
            A simulated engraved rectangle that appears to be recessed below the surface of the page.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderStyle.Underline">
            <summary>
            A single line along the bottom of the annotation rectangle.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.BorderEffect">
            <summary>
            Specifies an effect to be applied to the border of the annotations.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderEffect.None">
            <summary>
            No effect.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BorderEffect.Cloudy">
            <summary>
            The border should appear “cloudy”.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PushButtonHighlightingMode">
            <summary>
            Specifies the visual effect of the Bytescout.PDF.PushButton to be used when the mouse
            button is pressed or held down inside its active area.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PushButtonHighlightingMode.None">
            <summary>
            No highlighting.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PushButtonHighlightingMode.Invert">
            <summary>
            Invert the contents of the annotation rectangle.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PushButtonHighlightingMode.Outline">
            <summary>
            Invert the annotation’s border.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PushButtonHighlightingMode.Push">
            <summary>
            Display the annotation as if it were being pushed below the surface of the page.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PushButtonHighlightingMode.Toggle">
            <summary>
            Same as Bytescout.PDF.PushButtonHighlightingMode.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.LinkAnnotationHighlightingMode">
            <summary>
            Specifies the visual effect of Bytescout.PDF.LinkAnnotation to be used when the mouse
            button is pressed or held down inside its active area.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LinkAnnotationHighlightingMode.None">
            <summary>
            No highlighting.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LinkAnnotationHighlightingMode.Invert">
            <summary>
            Invert the contents of the annotation rectangle.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LinkAnnotationHighlightingMode.Outline">
            <summary>
            Invert the annotation’s border.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LinkAnnotationHighlightingMode.Push">
            <summary>
            Display the annotation as if it were being pushed below the surface of the page.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.TextAnnotationIcon">
            <summary>
            Specifies the icon to be used in displaying Bytescout.PDF.TextAnnotation.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Comment">
            <summary>
            Predefined "Comment" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Help">
            <summary>
            Predefined "Help" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Insert">
            <summary>
            Predefined "Insert" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Key">
            <summary>
            Predefined "Key" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.NewParagraph">
            <summary>
            Predefined "NewParagraph" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Note">
            <summary>
            Predefined "Note" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Paragraph">
            <summary>
            Predefined "Paragraph" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Circle">
            <summary>
            Predefined "Circle" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Cross">
            <summary>
            Predefined "Cross" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.RightArrow">
            <summary>
            Predefined "RightArrow" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.RightPointer">
            <summary>
            Predefined "RightPointer" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Star">
            <summary>
            Predefined "Star" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.UpArrow">
            <summary>
            Predefined "UpArrow" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.UpLeftArrow">
            <summary>
            Predefined "UpLeftArrow" icon to be used.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAnnotationIcon.Check">
            <summary>
            Predefined "Check" icon to be used.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.TextAlign">
            <summary>
            Specifies the horizontal alignment of text.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAlign.Left">
            <summary>
            Text is left justified.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAlign.Center">
            <summary>
            Text is centered.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.TextAlign.Right">
            <summary>
            Text is right justified.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.HorizontalAlign">
            <summary>
            Specifies the horizontal alignment.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.HorizontalAlign.Left">
            <summary>
            Left justification.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.HorizontalAlign.Center">
            <summary>
            Center justification.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.HorizontalAlign.Justify">
            <summary>
            Align on both the left and right side.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.HorizontalAlign.Right">
            <summary>
            Right justification.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.VerticalAlign">
            <summary>
            Specifies the vertical alignment.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.VerticalAlign.Top">
            <summary>
            Top justification.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.VerticalAlign.Center">
            <summary>
            Center justification.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.VerticalAlign.Bottom">
            <summary>
            Bottom justification.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.FillMode">
            <summary>
            Specifies the method used to fill a path.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FillMode.Winding">
            <summary>
            Determines whether a given point is inside a path by conceptually drawing a ray from that point
            to infinity in any direction and then examining the places where a segment of the path crosses
            the ray. Starting with a count of 0, the rule adds 1 each time a path segment crosses the ray from
            left to right and subtracts 1 each time a segment crosses from right to left. After counting all the
            crossings, if the result is 0, the point is outside the path; otherwise, it is inside.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FillMode.Alternate">
            <summary>
            Determines whether a point is inside a path by drawing a ray from that point in any direction
            and simply counting the number of path segments that cross the ray, regardless of direction.
            If this number is odd, the point is inside; if even, the point is outside. This yields the same
            results as the nonzero winding number rule for paths with simple shapes, but produces different
            results for more complex shapes.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.BlendMode">
            <summary>
            Specifies standard blend modes available in the PDF.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Normal">
            <summary>
            Selects the source color, ignoring the backdrop.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Multiply">
            <summary>
            Multiplies the backdrop and source color values. The result color is always at least as dark
            as either of the two constituent colors.  Multiplying any color with black produces black;
            multiplying with white leaves the original color unchanged. Painting successive overlapping
            objects with a color other than black or white produces progressively darker colors.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Screen">
            <summary>
            Multiplies the complements of the backdrop and source color values, then complements the result.
            The result color is always at least as light as either of the two constituent colors. Screening
            any color with white produces white;screening with black leaves the original color unchanged.
            The effect is similar to projecting multiple photographic slides simultaneously onto a single screen.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Overlay">
            <summary>
            Multiplies or screens the colors, depending on the backdrop color value. Source colors overlay the
            backdrop while preserving its highlights and shadows. The backdrop color is not replaced but is mixed
            with the source color to reflect the lightness or darkness of the backdrop.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Darken">
            <summary>
            Selects the darker of the backdrop and source colors. The backdrop is replaced with the source where
            the source is darker; otherwise, it is left unchanged.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Lighten">
            <summary>
            Selects the lighter of the backdrop and source colors. The backdrop is replaced with the source where
            the source is lighter; otherwise, it is left unchanged.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.ColorDodge">
            <summary>
            Brightens the backdrop color to reflect the source color. Painting with black produces no changes.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.ColorBurn">
            <summary>
            Darkens the backdrop color to reflect the source color. Painting with white produces no change.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.HardLight">
            <summary>
            Multiplies or screens the colors, depending on the source color value. The effect is similar to
            shining a harsh spotlight on the backdrop.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.SoftLight">
            <summary>
            Darkens or lightens the colors, depending on the source color value. The effect is similar to
            shining a diffused spotlight on the backdrop.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Difference">
            <summary>
            Subtracts the darker of the two constituent colors from the lighter color. Painting with white inverts
            the backdrop color; painting with black produces no change.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Exclusion">
            <summary>
            Produces an effect similar to that of the Bytescout.PDF.BlendMode.Difference mode but lower
            in contrast. Painting with white inverts the backdrop color; painting with black produces no change.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Hue">
            <summary>
            Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Saturation">
            <summary>
            Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color.
            Painting with this mode in an area of the backdrop that is a pure gray (no saturation) produces no change.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Color">
            <summary>
            Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color.
            This preserves the gray levels of the backdrop and is useful for coloring monochrome images or tinting
            color images.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.BlendMode.Luminosity">
            <summary>
            Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color.
            This produces an inverse effect to that of the Bytescout.PDF.BlendMode.Color mode.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.RenderingIntentType">
            <summary>
            Specifies rendering intent.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RenderingIntentType.RelativeColorimetric">
            <summary>
            Colors are represented with respect to the combination of the light source and the output medium’s
            white point (such as the color of unprinted paper). Thus, for example, a monitor’s white point would
            be reproduced on a printer by simply leaving the paper unmarked, ignoring color differences between
            the two media. In-gamut colors are reproduced exactly; out-of-gamut colors are mapped to the nearest
            value within the reproducible gamut. This style of reproduction has the advantage of adapting for the
            varying white points of different output media. It has the disadvantage of not providing exact color
            matches from one medium to another. A typical use might be for vector graphics.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RenderingIntentType.AbsoluteColorimetric">
            <summary>
            Colors are represented solely with respect to the light source; no correction is made for the
            output medium’s white point (such as the color of unprinted paper). Thus, for example, a
            monitor’s white point, which is bluish compared to that of a printer’s paper, would be reproduced
            with a blue cast. In-gamut colors are reproduced exactly; out-of-gamut colors are mapped to the
            nearest value within the reproducible gamut. This style of reproduction has the advantage of
            providing exact color matches from one output medium to another. It has the disadvantage of
            causing colors with Y values between the medium’s white point and 1.0 to be out of gamut.
            A typical use might be for logos and solid colors that require exact reproduction across different media.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RenderingIntentType.Saturation">
            <summary>
            Colors are represented in a manner that preserves or emphasizes saturation. Reproduction of in-gamut
            colors may or may not be colorimetrically accurate. A typical use might be for business graphics, where
            saturation is the most important attribute of the color.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RenderingIntentType.Perceptual">
            <summary>
            Colors are represented in a manner that provides a pleasing perceptual appearance. To preserve color
            relationships, both in-gamut and out-of-gamut colors are generally modified from their precise colorimetric
            values. A typical use might be for scanned images.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.LineCapStyle">
            <summary>
            Specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineCapStyle.Butt">
            <summary>
            The stroke is squared off at the endpoint of the path. There is no projection beyond the end of the path.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineCapStyle.Round">
            <summary>
            A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineCapStyle.ProjectingSquare">
            <summary>
            The stroke continues beyond the endpoint of the path for a distance equal to half the line width, and is squared off.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.LineJoinStyle">
            <summary>
            Specifies the shape of joints between connected segments of a stroked path.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineJoinStyle.Miter">
            <summary>
            The outer edges of the strokes for the two segments are extended until they meet at an angle.
            If the segments meet at too sharp an angle (as defined by the miter limit parameter), a bevel
            join is used instead.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineJoinStyle.Round">
            <summary>
            An arc of a circle with a diameter equal to the line width is drawn around the point where the
            two segments meet, connecting the outer edges of the strokes for the two segments.
            This pieslice-shaped figure is filled in, producing a rounded corner.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.LineJoinStyle.Bevel">
            <summary>
            The two segments are finished with butt caps (see Bytescout.PDF.LineCapStyle) and the resulting
            notch beyond the ends of the segments is filled with a triangle.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.ZoomMode">
            <summary>
            Specifies zoom type.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitXYZ">
            <summary>
            Display the page designated by page, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitPage">
            <summary>
            Display the page designated by page, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitHorizontal">
            <summary>
            Display the page designated by page, with its contents magnified just enough to fit the entire page within the window, both horizontally and vertically.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitVertical">
            <summary>
            Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit
            the entire height of the page within the window.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitRectangle">
            <summary>
            Display the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window, both horizontally and vertically.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitBounding">
            <summary>
            Display the page designated by page, with its contents magnified just enough to fit its bounding box entirely within the window, both horizontally and vertically.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitBoundingHorizontal">
            <summary>
            Display the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the
            entire width of its bounding box within the window.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.ZoomMode.FitBoundingVertical">
            <summary>
            Display the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit
            the entire height of its bounding box within the window.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Direction">
            <summary>
            Specifies predominant reading order for text.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.Direction.LeftToRight">
            <summary>
            Left to right.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.Direction.RightToLeft">
            <summary>
            Right to left (including vertical writing systems, such as Chinese, Japanese, and Korean).
            </summary>
        </member>
        <member name="T:Bytescout.PDF.FullScreenPageMode">
            <summary>
            Specifies how to display the document on exiting full-screen mode.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FullScreenPageMode.None">
            <summary>
            Neither the document outline nor thumbnail images visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FullScreenPageMode.Outlines">
            <summary>
            Document outline visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FullScreenPageMode.Thumbnail">
            <summary>
            Thumbnail images visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.FullScreenPageMode.OptionalContent">
            <summary>
            Optional content group panel visible.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PageMode">
            <summary>
            Specifies how the document should be displayed when opened.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageMode.None">
            <summary>
            Neither document outline nor thumbnail images visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageMode.Outlines">
            <summary>
            Document outline visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageMode.Thumbnail">
            <summary>
            Thumbnail images visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageMode.FullScreen">
            <summary>
            Full-screen mode, with no menu bar, window controls, or any other window visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageMode.OptionalContent">
            <summary>
            Optional content group panel visible.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageMode.Attachment">
            <summary>
            Attachments panel visible.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PageLayout">
            <summary>
            Specifies the page layout to be used when the document is opened.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageLayout.SinglePage">
            <summary>
            Display one page at a time.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageLayout.OneColumn">
            <summary>
            Display the pages in one column.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageLayout.TwoColumnLeft">
            <summary>
            Display the pages in two columns, with odd-numbered pages on the left.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageLayout.TwoColumnRight">
            <summary>
            Display the pages in two columns, with odd-numbered pages on the right.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageLayout.TwoPageLeft">
            <summary>
            Display the pages two at a time, with odd-numbered pages on the left.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PageLayout.TwoPageRight">
            <summary>
            Display the pages two at a time, with odd-numbered pages on the right.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.RotationAngle">
            <summary>
            Specifies the rotation angle.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RotationAngle.Rotate0">
            <summary>
            Not rotated.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RotationAngle.Rotate90">
            <summary>
            Rotate 90 degrees clockwise.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RotationAngle.Rotate180">
            <summary>
            Rotate 180 degrees clockwise.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.RotationAngle.Rotate270">
            <summary>
            Rotate 270 degrees clockwise.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Compression">
            <summary>
            Specifies compression filter.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.Compression.None">
            <summary>
            No compression.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.Compression.Flate">
            <summary>
            An object is compressed using the "flate" method.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PrintQuality">
            <summary>
            Specifies print quality.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PrintQuality.HightResolution">
            <summary>
            High resolution.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PrintQuality.LowResolution">
            <summary>
            Low resolution (150 DPI).
            </summary>
        </member>
        <member name="T:Bytescout.PDF.EncryptionAlgorithm">
            <summary>
            Specifies encryption algorithm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.EncryptionAlgorithm.None">
            <summary>
            Without encryption.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.EncryptionAlgorithm.RC4_40bit">
            <summary>
            Low encryption (40-bit RC4). Compatible with Acrobat 3.0 and later.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.EncryptionAlgorithm.RC4_128bit">
            <summary>
            High encryption (128-bit RC4). Compatible with Acrobat 5.0 and later.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.EncryptionAlgorithm.AES_128bit">
            <summary>
            High encryption (128-bit AES). Compatible with Acrobat 7.0 and later.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.EncryptionAlgorithm.AES_256bit">
            <summary>
            Highest encryption (256-bit AES). Compatible with Acrobat 9.0 and later.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.StandardFonts">
            <summary>
            Specifies the standard PDF font families.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.Times">
            <summary>
            Times New Roman font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.TimesBold">
            <summary>
            Times New Roman bold font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.TimesItalic">
            <summary>
            Times New Roman italic font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.TimesBoldItalic">
            <summary>
            Times New Roman bold italic font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.Helvetica">
            <summary>
            Helvetica font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.HelveticaBold">
            <summary>
            Helvetica bold font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.HelveticaOblique">
            <summary>
            Helvetica italic font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.HelveticaBoldOblique">
            <summary>
            Helvetica bold italic font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.Courier">
            <summary>
            Courier font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.CourierBold">
            <summary>
            Courier bold font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.CourierOblique">
            <summary>
            Courier italic font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.CourierBoldOblique">
            <summary>
            Courier bold italic font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.Symbol">
            <summary>
            Symbol font.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.StandardFonts.ZapfDingbats">
            <summary>
            Zapf Dingbats font.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.PaperFormat">
            <summary>
            Specifies the standard paper sizes.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A0">
            <summary>
            841 mm by 1189 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A1">
            <summary>
            594 mm by 841 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A2">
            <summary>
            420 mm by 594 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A3">
            <summary>
            297 mm by 420 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A4">
            <summary>
            210 mm by 297 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A5">
            <summary>
            148 mm by 210 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.A6">
            <summary>
            105 mm by 148 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.B4">
            <summary>
            250 mm by 353 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.B5">
            <summary>
            176 mm by 250 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.Letter">
            <summary>
            8.5 in. by 11 in.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.Legal">
            <summary>
            8.5 in. by 14 in.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.Folio">
            <summary>
            8.5 in. by 13 in.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.Executive">
            <summary>
            7.25 in. by 10.5 in.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.B4Envelope">
            <summary>
            250 mm by 353 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.B5Envelope">
            <summary>
            176 mm by 250 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.C6Envelope">
            <summary>
            114 mm by 162 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.DLEnvelope">
            <summary>
            110 mm by 220 mm.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.MonarchEnvelope">
            <summary>
            3.875 in. by 7.5 in.
            </summary>
        </member>
        <member name="F:Bytescout.PDF.PaperFormat.Statement">
            <summary>
            5.5 in. by 8.5 in.
            </summary>
        </member>
        <member name="T:Bytescout.PDF.Document">
            <summary>
            Represents a PDF document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.RegistrationName">
            <summary>
             Registration name.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.RegistrationKey">
            <summary>
             Registration key.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.Metadata">
            <summary>
            Gets the document metadata.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.DocumentInfo">
            <summary>
            Offers access to the document information object where the document's title, subject, keywords, etc. can be set.
            </summary>
            <value cref="T:Bytescout.PDF.DocumentInformation"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.Security">
            <summary>
            Offers access to security features of the PDF document such as encryption and digital signatures.
            </summary>
            <value cref="T:Bytescout.PDF.Security"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.Pages">
            <summary>
            Gets the document pages collection.
            </summary>
            <value cref="T:Bytescout.PDF.PageCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.Compression">
            <summary>
            Gets or sets the document compression to use when saving the document.
            </summary>
            <value cref="T:Bytescout.PDF.Compression"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.ViewerPreferences">
            <summary>
            Offers access to viewer preferences of this document.
            </summary>
            <value cref="T:Bytescout.PDF.ViewerPreferences"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.EmbeddedFiles">
            <summary>
            Gets the root collection of the embedded files.
            </summary>
            <value cref="T:Bytescout.PDF.EmbeddedFilesCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.Outlines">
            <summary>
            Gets the root collection of the outline items.
            </summary>
            <value cref="T:Bytescout.PDF.OutlinesCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.Watermarks">
            <summary>
            Gets the collection of watermarks added to every page of the document.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.PageLabels">
            <summary>
            Gets the root collection of the page labels items.
            </summary>
            <value cref="T:Bytescout.PDF.PageLabelsCollection"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.PageLayout">
            <summary>
            Gets or sets the page layout to be used when the document is opened by a PDF viewer application.
            </summary>
            <value cref="T:Bytescout.PDF.PageLayout"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.PageMode">
            <summary>
            Gets or sets how the document should be displayed when opened by a PDF viewer application.
            </summary>
            <value cref="T:Bytescout.PDF.PageMode"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OnOpenDocument">
            <summary>
            Gets or sets the action to be performed when the document is opened.
            </summary>
            <value cref="T:Bytescout.PDF.Action"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OnAfterPrinting">
            <summary>
            Gets or sets the action to be performed after printing a document.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OnAfterSaving">
            <summary>
            Gets or sets the action to be performed after saving a document.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OnBeforeClosing">
            <summary>
            Gets or sets the action to be performed before closing a document.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OnBeforePrinting">
            <summary>
            Gets or sets the action to be performed before printing a document.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OnBeforeSaving">
            <summary>
            Gets or set the action to be performed before saving a document.
            </summary>
            <value cref="T:Bytescout.PDF.JavaScriptAction"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.OptionalContents">
            <summary>
            Gets the document’s optional content properties.
            </summary>
            <value cref="T:Bytescout.PDF.OptionalContents"></value>
        </member>
        <member name="P:Bytescout.PDF.Document.ComHelpers">
            <summary>
            Set of helping methods for use from COM/ActiveX. 
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.Version">
            <summary>
             Gets the component version number.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.LicenseInfo">
            <summary>
            Gets license information.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.Profiles">
            <summary>
            Comma-separated list of profiles to apply to the <see cref="T:Bytescout.PDF.Document" />.
            Profiles are sets of properties and methods represented as JSON string.
            Check the source code examples online or installed with the SDK.
            </summary>
        </member>
        <member name="P:Bytescout.PDF.Document.RenameMatchingFieldsDuringMerge">
            <summary>
            Sets whether to rename form controls with matching names during merging
            with <see cref="M:Bytescout.PDF.Document.MergeDocuments(Bytescout.PDF.Document)" /> methods.
            </summary>
            <remarks>
            When merging documents, form fields with the same name may be encountered.
            If the property "RenameMatchingFieldsDuringMerge" is set to <c>false</c>, such fields will be
            "linked": changing value in the first field will change value in the second.
            If "RenameMatchingFieldsDuringMerge" is <c>true</c> (default), such fields will be renamed
            to avoid unwanted linking. 
            </remarks>
        </member>
        <member name="M:Bytescout.PDF.Document.#ctor">
            <summary>
            Creates a new PDF document.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Document.#ctor(System.String,System.String)">
            <summary>
            Creates a new PDF document and loads data from specified existing PDF file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the existing PDF file.</param>
            <param name="password" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The user or owner password that unlocks the existing PDF file data.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.#ctor(System.String)">
            <summary>
            Creates a new PDF document initialized with the data from the specified existing PDF file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the existing PDF file.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.#ctor(System.IO.Stream,System.String)">
            <summary>
            Creates a new PDF document initialized with the data from a specified stream with PDF data.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to read PDF data from.</param>
            <param name="password" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The user or owner password that unlocks the PDF data read from the stream.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.#ctor(System.IO.Stream)">
            <summary>
            Creates a new PDF document initialized with the data from a specified stream with PDF data.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to read PDF data from.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Finalize">
            <summary>
            Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Document.Dispose">
            <inheritdoc />
        </member>
        <member name="M:Bytescout.PDF.Document.Load(System.String)">
            <summary>
            Loads document from specified file.
            </summary>
            <param name="fileName">Name of file to load.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Load(System.String,System.String)">
            <summary>
            Loads document from specified file.
            </summary>
            <param name="fileName">Name of file to load.</param>
            <param name="password">The user or owner password that unlocks the existing PDF file data.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Load(System.IO.Stream)">
            <summary>
            Loads document from specified stream.
            </summary>
            <param name="stream">The stream to read PDF data from.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Load(System.IO.Stream,System.String)">
            <summary>
            Loads document from specified stream.
            </summary>
            <param name="stream">The stream to read PDF data from.</param>
            <param name="password">The user or owner password that unlocks the existing PDF file data.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Save(System.String)">
            <summary>
            Saves the document to the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the file to which to save the document.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Save(System.IO.Stream)">
            <summary>
            Saves the document to the specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to save the document to.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.SaveRange(System.String,System.Int32,System.Int32)">
            <summary>
            Saves range of pages to the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the file to which to save the document.</param>
            <param name="startIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based start index of pages.</param>
            <param name="count" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The number of pages.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.SaveRange(System.IO.Stream,System.Int32,System.Int32)">
            <summary>
            Saves the specified range of pages to the specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to save the document to.</param>
            <param name="startIndex" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The zero-based start index of pages.</param>
            <param name="count" href="http://msdn.microsoft.com/en-us/library/system.int32.aspx">The number of pages.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.GetDocumentBytes">
            <summary>
            Gets the bytes of the document.
            </summary>
            <returns>The bytes of the document</returns>
        </member>
        <member name="M:Bytescout.PDF.Document.Append(Bytescout.PDF.Document)">
            <summary>
            Appends the contents of specified PDF document to the current document.
            </summary>
            <param name="document">The document to append.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.SaveText(System.String)">
            <summary>
            Saves the document as text to the specified file.
            </summary>
            <param name="fileName" href="http://msdn.microsoft.com/en-us/library/system.string.aspx">The name of the file to which to save.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.SaveText(System.IO.Stream)">
            <summary>
            Saves the document as text to the specified stream.
            </summary>
            <param name="stream" href="http://msdn.microsoft.com/en-us/library/system.io.stream.aspx">The stream to save to.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.FlattenDocument">
            <summary>
            Flattens document (replaces all input controls with static text) making PDF forms uneditable.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.Document.Sign(System.String,System.String)">
            <summary>
            Signs document with digital signature.
            </summary>
            <param name="certificatePath"></param>
            <param name="password"></param>
        </member>
        <member name="M:Bytescout.PDF.Document.Sign(System.String,System.String,System.Drawing.RectangleF,System.String,System.String,System.String)">
            <summary>
            Signs document with digital signature.
            </summary>
            <param name="certificatePath">Digital certificate file name.</param>
            <param name="password">Certificate password.</param>
            <param name="rect">Rectangular area on the first document page that will display signature information.</param>
            <param name="reason">Signing reason.</param>
            <param name="contact">Contact information.</param>
            <param name="location">Signing location.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.Sign(System.String,System.String,System.Single,System.Single,System.Single,System.Single,System.String,System.String,System.String)">
            <summary>
            Signs document with digital signature.
            </summary>
            <param name="certificatePath">Digital certificate file name.</param>
            <param name="password">Certificate password.</param>
            <param name="left">Left coordinate of rectangular area on the first document page that will display signature information.</param>
            <param name="top">Top coordinate of rectangular area on the first document page that will display signature information.</param>
            <param name="width">Width of rectangular area on the first document page that will display signature information.</param>
            <param name="height">Height of rectangular area on the first document page that will display signature information.</param>
            <param name="reason">Signing reason.</param>
            <param name="contact">Contact information.</param>
            <param name="location">Signing location.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.LoadProfiles(System.String)">
            <summary>
            Loads profiles from file.
            </summary>
            <param name="fileName">JSON file containing profiles.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.LoadProfilesFromString(System.String)">
            <summary>
            Loads profiles from JSON string.
            </summary>
            <param name="jsonString">JSON string containing profiles.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.LoadAndApplyProfiles(System.String)">
            <summary>
            Loads profiles from JSON string and automatically applies them. Note that profiles containing
            detection keywords will be deferred until the extraction.
            </summary>
            <remarks>Note, all existing profiles are discarded before loading profiles from the provided string.</remarks>
            <param name="jsonString">JSON string containing profiles.</param>
        </member>
        <member name="M:Bytescout.PDF.Document.MergeDocuments(Bytescout.PDF.Document)">
            <summary>
            Merges two documents. 
            </summary>
            <param name="documentToMerge">Another document for merging. Pages of this document
            will be added to the pages of the current document.</param>
            <remarks>
            Merged documents may have form fields with the same names. According to the property
            <see cref="P:Bytescout.PDF.Document.RenameMatchingFieldsDuringMerge" /> such matching fields will be linked
            or renamed to avoid unwanted linking.
            </remarks>
        </member>
        <member name="M:Bytescout.PDF.Document.MergeDocuments(Bytescout.PDF.Document,Bytescout.PDF.Document)">
            <summary>
            Merges three documents. 
            </summary>
            <param name="documentToMerge1">Another document for merging. Pages of this document
            will be added to the pages of the current document.</param>
            <param name="documentToMerge2">Another document for merging. Pages of this document
            will be added to the pages of the current document.</param>
            <remarks>
            Merged documents may have form fields with the same names. According to the property
            <see cref="P:Bytescout.PDF.Document.RenameMatchingFieldsDuringMerge" /> such matching fields will be linked
            or renamed to avoid unwanted linking.
            </remarks>
        </member>
        <member name="M:Bytescout.PDF.Document.MergeDocuments(Bytescout.PDF.Document,Bytescout.PDF.Document,Bytescout.PDF.Document)">
            <summary>
            Merges four documents. 
            </summary>
            <param name="documentToMerge1">Another document for merging. Pages of this document
            will be added to the pages of the current document.</param>
            <param name="documentToMerge2">Another document for merging. Pages of this document
            will be added to the pages of the current document.</param>
            <param name="documentToMerge3">Another document for merging. Pages of this document
            will be added to the pages of the current document.</param>
            <remarks>
            Merged documents may have form fields with the same names. According to the property
            <see cref="P:Bytescout.PDF.Document.RenameMatchingFieldsDuringMerge" /> such matching fields will be linked
            or renamed to avoid unwanted linking.
            </remarks>
        </member>
        <member name="M:Bytescout.PDF.Document.MergeDocuments(Bytescout.PDF.Document[])">
            <summary>
            Merges multiple documents. 
            </summary>
            <param name="documentsToMerge">Documents for merging. Pages of these documents
            will be added to the pages of the current document.</param>
            <remarks>
            Merged documents may have form fields with the same names. According to the property
            <see cref="P:Bytescout.PDF.Document.RenameMatchingFieldsDuringMerge" /> such matching fields will be linked
            or renamed to avoid unwanted linking.
            </remarks>
        </member>
        <member name="T:Bytescout.PDF.PDFException">
            <summary>
            Represents general PDF exception.
            </summary>
        </member>
        <member name="M:Bytescout.PDF.PDFException.#ctor">
            <summary></summary>
        </member>
        <member name="M:Bytescout.PDF.PDFException.#ctor(System.String)">
            <summary></summary>
            <param name="message"></param>
        </member>
        <member name="M:Bytescout.PDF.PDFException.#ctor(System.String,System.Exception)">
            <summary></summary>
            <param name="message"></param>
            <param name="innerException"></param>
        </member>
    </members>
</doc>