Opens a document using a .NET Stream. Allows opening huge
PDFs without loading them into memory first.
</summary>
<paramname="input">The input Stream. Don't dispose prior to closing the pdf.</param>
<paramname="password">Password, if the PDF is protected. Can be null.</param>
<paramname="id">Retrieves an IntPtr to the COM object for the Stream. The caller must release this with Marshal.Release prior to Disposing the Stream.</param>
<returns>An IntPtr to the FPDF_DOCUMENT object.</returns>
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
</summary>
<returns>
true if the user can give the focus to the control using the TAB key; otherwise, false. The default is true.Note:This property will always return true for an instance of the <seecref="T:System.Windows.Forms.Form"/> class.
Releases the unmanaged resources used by the <seecref="T:System.Windows.Forms.Control"/> and its child controls and optionally releases the managed resources.
</summary>
<paramname="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
</member>
<membername="T:PdfiumViewer.PdfRotation">
<summary>
Specifies the rotation of pages shown in the PDF renderer.