<?xml version="1.0"?>
<doc>
<assembly>
<name>PdfiumViewer</name>
</assembly>
<members>
<member name="M:PdfiumViewer.CustomScrollControl.IsInputKey(System.Windows.Forms.Keys)">
<summary>
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
</summary>
<returns>
true if the specified key is a regular input key; otherwise, false.
</returns>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys"/> values. </param>
</member>
<member name="T:PdfiumViewer.IPdfDocument">
<summary>
Represents a PDF document.
</summary>
</member>
<member name="P:PdfiumViewer.IPdfDocument.PageCount">
<summary>
Number of pages in the PDF document.
</summary>
</member>
<member name="P:PdfiumViewer.IPdfDocument.Bookmarks">
<summary>
Bookmarks stored in this PdfFile
</summary>
</member>
<member name="P:PdfiumViewer.IPdfDocument.PageSizes">
<summary>
Size of each page in the PDF document.
</summary>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Drawing.Graphics,System.Single,System.Single,System.Drawing.Rectangle,System.Boolean)">
<summary>
Renders a page of the PDF document to the provided graphics instance.
</summary>
<param name="page">Number of the page to render.</param>
<param name="graphics">Graphics instance to render the page on.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="bounds">Bounds to render the page in.</param>
<param name="forPrinting">Render the page for printing.</param>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Drawing.Graphics,System.Single,System.Single,System.Drawing.Rectangle,PdfiumViewer.PdfRenderFlags)">
<summary>
Renders a page of the PDF document to the provided graphics instance.
</summary>
<param name="page">Number of the page to render.</param>
<param name="graphics">Graphics instance to render the page on.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="bounds">Bounds to render the page in.</param>
<param name="flags">Flags used to influence the rendering.</param>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Single,System.Single,System.Boolean)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="forPrinting">Render the page for printing.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Single,System.Single,PdfiumViewer.PdfRenderFlags)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="flags">Flags used to influence the rendering.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Int32,System.Int32,System.Single,System.Single,System.Boolean)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="width">Width of the rendered image.</param>
<param name="height">Height of the rendered image.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="forPrinting">Render the page for printing.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfiumViewer.PdfRenderFlags)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="width">Width of the rendered image.</param>
<param name="height">Height of the rendered image.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="flags">Flags used to influence the rendering.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Render(System.Int32,System.Int32,System.Int32,System.Single,System.Single,PdfiumViewer.PdfRotation,PdfiumViewer.PdfRenderFlags)">
<summary>
Renders a page of the PDF document to an image.
</summary>
<param name="page">Number of the page to render.</param>
<param name="width">Width of the rendered image.</param>
<param name="height">Height of the rendered image.</param>
<param name="dpiX">Horizontal DPI.</param>
<param name="dpiY">Vertical DPI.</param>
<param name="rotate">Rotation.</param>
<param name="flags">Flags used to influence the rendering.</param>
<returns>The rendered image.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Save(System.String)">
<summary>
Save the PDF document to the specified location.
</summary>
<param name="path">Path to save the PDF document to.</param>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Save(System.IO.Stream)">
<summary>
Save the PDF document to the specified location.
</summary>
<param name="stream">Stream to save the PDF document to.</param>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Search(System.String,System.Boolean,System.Boolean)">
<summary>
Finds all occurences of text.
</summary>
<param name="text">The text to search for.</param>
<param name="matchCase">Whether to match case.</param>
<param name="wholeWord">Whether to match whole words only.</param>
<returns>All matches.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Search(System.String,System.Boolean,System.Boolean,System.Int32)">
<summary>
Finds all occurences of text.
</summary>
<param name="text">The text to search for.</param>
<param name="matchCase">Whether to match case.</param>
<param name="wholeWord">Whether to match whole words only.</param>
<param name="page">The page to search on.</param>
<returns>All matches.</returns>
</member>
<member name="M:PdfiumViewer.IPdfDocument.Search(System.String,System.Boolean,System.Boolean,System.Int32,System.Int32)">
<summary>
Finds all occurences of text.
</summary>
<p