You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20875 lines
1.0 MiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.PdfViewer.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.Pdf.FontStructure">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.FontStructure.m_cffGlyphs">
<summary>
Internal variable that holds cff glyphs
</summary>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.Decode(System.String,System.Boolean)">
<summary>
Takes in the encoded text, identifies the type of encoding used, decodes the encoded text, returns the decoded text.
</summary>
<param name="textToDecode">
Encoded string from the PDF document.
</param>
<param name="isSameFont"></param>
<returns>
Decoded string, human readable.
</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetLiteralString(System.String)">
<summary>
Decodes the octal text in the encoded text.
</summary>
<param name="encodedText">The text encoded from the PDF document</param>
<returns>Decoded text with replaced octal texts</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetHexaDecimalString(System.String)">
<summary>
Decodes the HEX encoded string.
</summary>
<param name="hexEncodedText">
HEX encoded string.
</param>
<returns>
Decoded string.
</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetFontName">
<summary>
Extracts the font name associated with the string.
</summary>
<returns>
Font name.
</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetFontStyle">
<summary>
Extracts the font style associated with the text string
</summary>
<returns>
Font style.
</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetFontEncoding">
<summary>
Extracts the font encoding associated with the text string
</summary>
<returns>
Font style.
</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.AdobeJapanCidMap(System.IO.StreamReader)">
<summary>
Parsing the stream from the Adobe-Japan1-6.cidmap resource to create CIDMapTable
</summary>
<param name="reader">CID map table resource</param>
<returns>Adobe Japan CID map table</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.AdobeJapanCidMapTableGlyphParser(System.String)">
<summary>
Parse the Japanese character where the value is reference to another key in the Adobe Japan Cid Map Table
</summary>
<param name="mapValue">mapped value which is a reference to another key</param>
<returns>Mapped Character present in the Adobe Japan Cid Map table</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.DecodeASCII85Stream(System.IO.MemoryStream)">
<summary>
Decodes the ASCII85 encoded stream
</summary>
<param name="encodedStream">Encoded stream</param>
<returns>Decoded Stream</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.DecodeFlateStream(System.IO.MemoryStream)">
<summary>
Decodes the Flate encoded stream
</summary>
<param name="encodedStream">Encoded stream</param>
<returns>Decoded Stream</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetCharacterMapTable">
<summary>
Builds the mapping table that is used to map the decoded text to get the expected text.
</summary>
<returns>
A dictionary with key as the encoded element and value as the value to be mapped to.
</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetDifferencesDictionary">
<summary>
Builds the mapping table that is used to map the decoded text to get the expected text.
</summary>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetLatinCharacter(System.String)">
<summary>
Gets Latin Character
</summary>
<param name="decodedCharacter">The decodedCharacter.</param>
<returns>decodedCharacter</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetSpecialCharacter(System.String)">
<summary>
Gets Latin Character
</summary>
<param name="decodedCharacter">The decodedCharacter.</param>
<returns>decodedCharacter</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.MapCharactersFromTable(System.String)">
<summary>
Takes in the decoded text and maps it with its corresponding entry in the CharacterMapTable
</summary>
<param name="decodedText">decoded text </param>
<returns>Expected text string</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.MapDifferences(System.String)">
<summary>
Takes in the decoded text and maps it with its corresponding entry in the CharacterMapTable
</summary>
<param name="encodedText">encoded text </param>
<returns>Expected text string</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.EscapeSymbols(System.String)">
<summary>
Method to remove the new line character
</summary>
<param name="text">Text with new line character</param>
<returns>Text without new line character</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.GetHexCode(System.String)">
<summary>
Organizes the hex string enclosed within the hexa brackets
</summary>
<param name="hexCode">Mapping string in the map table of the document</param>
<returns>list of HEX entries in the string</returns>
</member>
<member name="M:Syncfusion.Pdf.FontStructure.IsNonPrintableCharacter(System.Char)">
<summary>
Checks whether the specified character is Non-Printable character or not.
</summary>
<param name="character">The character to be verified as either Non-Printable or not</param>
<returns>Returns true, if the specified character is Non-Printable character. Otherwise it returns false</returns>
</member>
<member name="P:Syncfusion.Pdf.FontStructure.IsHexaDecimalString">
<summary>
Gets or sets the value indicating whether the encoded text is hexa decimal string
</summary>
</member>
<member name="P:Syncfusion.Pdf.FontStructure.FontName">
<summary>
Holds the font name associated with the text element
</summary>
</member>
<member name="P:Syncfusion.Pdf.FontStructure.FontStyle">
<summary>
Holds the font style of the text to be decoded.
</summary>
</member>
<member name="P:Syncfusion.Pdf.FontStructure.IsSameFont">
<summary>
Gets and sets whether same font is denoted in more than one XObject.
</summary>
</member>
<member name="P:Syncfusion.Pdf.FontStructure.FontEncoding">
<summary>
Holds the font encoding associated with the text element
</summary>
</member>
<member name="T:Syncfusion.Pdf.TiffDecode">
<summary>
Decodes the image stream in the PDF document into an image
</summary>
</member>
<member name="M:Syncfusion.Pdf.TiffDecode.SetField(System.Int32,System.Int32,Syncfusion.Pdf.TiffTag,Syncfusion.Pdf.TiffType)">
<summary>
Sets the fields associated with the TIFF image
</summary>
<param name="count">Number of fields</param>
<param name="offset">Value of the field</param>
<param name="tag">Name of the TIFF tag</param>
<param name="type">Type of the tag value</param>
</member>
<member name="M:Syncfusion.Pdf.TiffDecode.WriteHeader(Syncfusion.Pdf.TiffHeader)">
<summary>
Writes the header to the TIFF image
</summary>
<param name="header">Specifies the header of the TIFF image</param>
</member>
<member name="M:Syncfusion.Pdf.TiffDecode.WriteDirEntry(System.Collections.Generic.List{Syncfusion.Pdf.TiffDirectoryEntry})">
<summary>
Writes the list of fields associated with the TIFF image
</summary>
<param name="entries">List of TIFF fields</param>
</member>
<member name="M:Syncfusion.Pdf.TiffDecode.WriteShort(System.Int16)">
<summary>
Writes short value into the TIFF stream
</summary>
<param name="value">Short value to be written</param>
</member>
<member name="M:Syncfusion.Pdf.TiffDecode.WriteInt(System.Int32)">
<summary>
Writes integer value into the TIFF stream
</summary>
<param name="value">Integer value to be written</param>
</member>
<member name="T:Syncfusion.Pdf.TiffHeader">
<summary>
Structure of the TIFF header
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffHeader.m_byteOrder">
<summary>
Size of the byte order of the tiff image
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffHeader.m_version">
<summary>
TIFF version number
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffHeader.m_dirOffset">
<summary>
byte offset to first directory
</summary>
</member>
<member name="T:Syncfusion.Pdf.TiffDirectoryEntry">
<summary>
Tag entry to the TIFF stream
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffDirectoryEntry.DirectoryTag">
<summary>
Represents the TIFF tag
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffDirectoryEntry.DirectoryType">
<summary>
Represents the type of the TIFF tag
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffDirectoryEntry.DirectoryCount">
<summary>
number of items; length in spec
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffDirectoryEntry.DirectoryOffset">
<summary>
byte offset to field data
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.ImageWidth">
<summary>
Width of the image in pixels
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.ImageLength">
<summary>
Height of the image in pixels
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.BitsPerSample">
<summary>
Bits per channel (sample).
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.Compression">
<summary>
Compression technique
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.Photometric">
<summary>
Photometric interpretation.
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.StripOffset">
<summary>
Offsets to data strips.
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.SamplesPerPixel">
<summary>
Samples per pixel.
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffTag.StripByteCounts">
<summary>
Bytes counts for strips.
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffType.Short">
<summary>
16-bit unsigned integer.
</summary>
</member>
<member name="F:Syncfusion.Pdf.TiffType.Long">
<summary>
32-bit unsigned integer.
</summary>
</member>
<member name="M:Syncfusion.Pdf.PageResourceLoader.GetExtendedGraphicResources(Syncfusion.Pdf.Primitives.PdfDictionary)">
<summary>
Collects all the ExtendedGraphicsSatate elements in the pdf document
</summary>
<param name="resourceDictionary">containing all the resources of the document</param>
<returns>dictionary of ExtGState elements</returns>
</member>
<member name="M:Syncfusion.Pdf.PageResourceLoader.GetFontResources(Syncfusion.Pdf.Primitives.PdfDictionary)">
<summary>
Collects all the fonts in the page in a dictionary
</summary>
<param name="resourceDictionary">dictionary containing all the resources in the Xobjects</param>
<returns>dictionary containing font name and the font</returns>
</member>
<member name="M:Syncfusion.Pdf.PageResourceLoader.DecodeTest(Syncfusion.Pdf.PdfPageBase,System.String,System.String)">
<summary>
Extracts the text from the page given
</summary>
<param name="page">page from which text is extracted</param>
<param name="fontName">font used in the text</param>
<param name="textToDecode">text in the page to be decoded</param>
<returns>decoded text</returns>
</member>
<member name="M:Syncfusion.Pdf.PageResourceLoader.GetFontResources(Syncfusion.Pdf.Primitives.PdfDictionary,Syncfusion.Pdf.PdfPageBase)">
<summary>
Collects all the fonts in the page in a dictionary
</summary>
<param name="resourceDictionary">dictionary containing all the resources in the page</param>
<param name="page">page in which text is to be extracted</param>
<returns>dictionary containing font name and the font</returns>
</member>
<member name="M:Syncfusion.Pdf.PageResourceLoader.GetImageResources(Syncfusion.Pdf.Primitives.PdfDictionary,Syncfusion.Pdf.PdfPageBase,System.Collections.Generic.Dictionary{System.String,Syncfusion.Pdf.IO.PdfMatrix}@)">
<summary>
Collects all the images in the pdf document
</summary>
<param name="resourceDictionary">containing all the resources of the document</param>
<returns>dictionary of images</returns>
</member>
<member name="M:Syncfusion.Pdf.PageResourceLoader.UpdatePageResources(Syncfusion.Pdf.PdfPageResources,System.Collections.Generic.Dictionary{System.String,System.Object})">
<summary>
Updates the resources in the page
</summary>
<param name="pageResources">Existing page resources</param>
<param name="objects">Dictionary items to the updated</param>
<returns>Updated page resource</returns>
</member>
<member name="T:Syncfusion.Pdf.PdfPageResources">
<summary>
The class provides methods and properties to access the PDF page resources.
</summary>
</member>
<member name="M:Syncfusion.Pdf.PdfPageResources.isSameFont">
<summary>
Returns if the FontCollection has same font face.
</summary>
<returns>if font present true, else false</returns>
</member>
<member name="M:Syncfusion.Pdf.PdfPageResources.#ctor">
<summary>
Initializes the new instance of the class <see cref="T:Syncfusion.Pdf.PdfPageResources"/>
</summary>
</member>
<member name="M:Syncfusion.Pdf.PdfPageResources.Add(System.String,System.Object)">
<summary>
Adds the resource with the specified name.
</summary>
<param name="resourceName">Name of the resource</param>
<param name="resource">Resource to add</param>
</member>
<member name="M:Syncfusion.Pdf.PdfPageResources.ContainsKey(System.String)">
<summary>
Returns if the key already exists.
</summary>
<returns>if key present true,else false</returns>
</member>
<member name="P:Syncfusion.Pdf.PdfPageResources.Resources">
<summary>
Gets the PDF page resources.
</summary>
</member>
<member name="P:Syncfusion.Pdf.PdfPageResources.Item(System.String)">
<summary>
Gets or sets the value associated with the key.
</summary>
</member>
<member name="P:Syncfusion.Pdf.XObjectElement.IsExtractTextData">
<summary>
Gets or sets the value that indicating the extracting of text data.
</summary>
</member>
<member name="P:Syncfusion.Pdf.XObjectElement.IsExtractLineCollection">
<summary>
Gets or sets the value that indicating the extracting of text data.
</summary>
</member>
<member name="P:Syncfusion.Pdf.XObjectElement.ExtractTextElements">
<summary>
Gets or sets the value that indicating the extracting of text data.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.CalGray">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.CIEBasedColorspace">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Colorspace">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalGray.m_whitePoint">
<summary>
Local variable to store the whitepoint value of CalGray colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalGray.m_blackPoint">
<summary>
Local variable to store the blackpoint value of CalGray colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalGray.m_gamma">
<summary>
Local variable to store the gamma value of CalGray colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalGray.Components">
<summary>
Gets the number of components for the CalGray Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalGray.WhitePoint">
<summary>
Gets or sets the Whitepoint value for the CalGray Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalGray.BlackPoint">
<summary>
Gets or sets the Blackpoint value for the CalGray Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalGray.Gamma">
<summary>
Gets or sets the Gamma value for the CalGray Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.CalRGB">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalRGB.m_whitePoint">
<summary>
Local variable to store the whitepoint value of CalRgb colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalRGB.m_blackPoint">
<summary>
Local variable to store the blackpoint value of CalRgb colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalRGB.m_gamma">
<summary>
Local variable to store the gamma value of CalRgb colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.CalRGB.m_matrix">
<summary>
Local variable to store the matrix value of CalRgb colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalRGB.Components">
<summary>
Gets the number of components for the CalRgb Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalRGB.WhitePoint">
<summary>
Gets or sets the Whitepoint value for the CalRgb Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalRGB.BlackPoint">
<summary>
Gets or sets the Blackpoint value for the CalRgb Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalRGB.Gamma">
<summary>
Gets or sets the Gamma value for the CalRgb Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.CalRGB.Matrix">
<summary>
Gets or sets the Matrix value for the CalRgb Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.ColorspaceMatrix">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.DeviceCMYK">
<exclude/>
</member>
<member name="P:Syncfusion.Pdf.Parsing.DeviceCMYK.Components">
<summary>
Gets the number of components for the DeviceCMYK Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.DeviceGray">
<exclude/>
</member>
<member name="P:Syncfusion.Pdf.Parsing.DeviceGray.Components">
<summary>
Gets the number of components for the DeviceGray Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.DeviceN">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.DeviceN.m_alternateColorspace">
<summary>
Local variable to store the AlternateColorspace value of DeviceN colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.DeviceN.m_function">
<summary>
Local variable to store the function value of DeviceN colorspace.
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.DeviceN.SetValue(Syncfusion.Pdf.Primitives.PdfArray)">
Set the Colorspace value to local variable from Pdfarray
<param name="array">ColorspaceArray</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.DeviceN.GetColorspace(Syncfusion.Pdf.Primitives.PdfArray)">
Get the Colorspace value from Pdfarray
<param name="array">ColorspaceArray</param>
<returns>Colorspace</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.DeviceN.Components">
<summary>
Gets the number of components for the DeviceN Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.DeviceN.AlternateColorspace">
<summary>
Gets or set the AlternateColorspace value for DeviceN colorspace
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.DeviceN.Function">
<summary>
Gets or set the Function value for DeviceN colorspace
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.DeviceRGB">
<exclude/>
</member>
<member name="P:Syncfusion.Pdf.Parsing.DeviceRGB.Components">
<summary>
Gets the number of components for the DeviceRgb Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.ICCBased">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.ICCBased.m_profile">
<summary>
Local variable to store the IccProfile value of ICCBased colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.ICCBased.Profile">
<summary>
Gets or sets the IccProfile value for the ICCBased Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.ICCBased.Components">
<summary>
Gets the Components for the IccBased Alternate Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.ICCProfile">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.ICCProfile.m_n">
<summary>
Local variable to store the N value of IccProfile.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.ICCProfile.m_alternateColorspace">
<summary>
Local variable to store the alternate colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.ICCProfile.m_iccProfileValue">
<summary>
Local variable to store the IccProfile value of IccBased colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.ICCProfile.m_alternateColorspaceDictionary">
<summary>
Local variable to store the matrix value of CalRgb colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.ICCProfile.AlternateColorspace">
<summary>
Gets the Alternate colorspace of IccBased colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.ICCProfile.N">
<summary>
Gets or sets the N value for the ICCBased Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Indexed">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Indexed.m_baseColorspace">
<summary>
Local variable to store the BaseColorspace value of Indexed colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Indexed.m_hiVal">
<summary>
Local variable to store the Maximum valid index value of Indexed colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Indexed.m_lookup">
<summary>
Local variable to store the Lookup parameter value of Indexed colorspace.
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.GetColor(System.Int32)">
<summary>
Get the color value of Indexed colorspace
</summary>
<param name="index">Index value for color</param>
<returns>Color</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.SetValue(Syncfusion.Pdf.Primitives.PdfArray)">
<summary>
Set the Indexed colorspace data to local variable
</summary>
<param name="array">Index value Array</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.GetColor(System.String[])">
<summary>
Get the Color
</summary>
<param name="pars">Color component</param>
<returns>Color</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.GetBaseColorspace(Syncfusion.Pdf.Primitives.PdfArray)">
<summary>
Get the Base colorspace of Indexed color space
</summary>
<param name="array">Index value Array</param>
<returns>Colorspace</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.GetLookupData(Syncfusion.Pdf.Primitives.PdfArray)">
<summary>
Get the Lookup data of Indexed colorspace
</summary>
<param name="array">Index value Array</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.GetColorSpace">
<summary>
Get the colorspace of Base colorspace
</summary>
<returns>Colorspace</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.GetDecodedStream(Syncfusion.Pdf.Primitives.PdfStream)">
<summary>
Get the Decoded stream of Type0 data
</summary>
<param name="stream">Type0 stream</param>
<returns>Decoded Byte</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Indexed.DecodeFlateStream(System.IO.MemoryStream)">
<summary>
Decode the FlateDecode stream
</summary>
<param name="encodedStream">Type0 encoded stream</param>
<returns>Memory stream</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Indexed.Components">
<summary>
Gets the number of components for the Indexed Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Indexed.DefaultBrush">
<summary>
Gets the DefaultBrush value for the Indexed BaseColorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Indexed.BaseColorspace">
<summary>
Gets or sets the BaseColorspace value for the Indexed Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Indexed.HiVal">
<summary>
Gets or sets the Maximum valid index value for the Indexed Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Indexed.Lookup">
<summary>
Gets or sets the Lookup parameter value for the Indexed Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.LabColor">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.LabColor.m_whitePoint">
<summary>
Local variable to store the whitepoint value of Labcolorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.LabColor.m_blackPoint">
<summary>
Local variable to store the blackpoint value of Labcolorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.LabColor.m_range">
<summary>
Local variable to store the range value of Labcolorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.LabColor.Components">
<summary>
Gets the number of components for the Labcolorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.LabColor.WhitePoint">
<summary>
Gets or sets the Whitepoint value for the Labcolorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.LabColor.BlackPoint">
<summary>
Gets or sets the Blackpoint value for the Labcolorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.LabColor.Range">
<summary>
Gets or sets the Range value for the Labcolorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.LookupParameter">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.LookupParameter.data">
<summary>
Local variable to store the Lookup Data of Indexed colorspace
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.LookupParameter.Load(Syncfusion.Pdf.Primitives.PdfStream)">
<summary>
Load the Lookup stream data of Indexed color space
</summary>
<param name="stream">Lookup stream data</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.LookupParameter.Load(Syncfusion.Pdf.Primitives.PdfString)">
<summary>
Load the Lookup byte string data of Indexed colorspace
</summary>
<param name="str">Byte string</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.LookupParameter.Load(Syncfusion.Pdf.Primitives.PdfReferenceHolder)">
<summary>
Load the Lookup data reference of Indexed color space
</summary>
<param name="indirectObject">Reference of Lookup data</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.LookupParameter.Data">
<summary>
Gets the Lookup Data of Indexed colorspace
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Pattern">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Pattern.m_patterType">
<summary>
Local variable to store the PatternType value of Pattern colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Pattern.m_alternateColorspace">
<summary>
Local variable to store the AlternateColorspace value of Pattern colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Pattern.m_patternMatrix">
<summary>
Local variable to store the PatternMatrix value of Pattern colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Pattern.m_patternDictioanry">
<summary>
Local variable to store the Pattern value of Pattern colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Pattern.AlternateColorspace">
<summary>
Gets or sets the AlternateColorspace value for the Pattern Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Pattern.PatternMatrix">
<summary>
Gets or sets the PatternMatrix value for the Pattern Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Pattern.Type">
<summary>
Gets or sets the PatternType value for the Pattern Colorspace.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Separation">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Separation.m_alternateColorspace">
<summary>
Local variable to store the Alternate colorspace value of Seperation colorspace.
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Separation.m_function">
<summary>
Local variable to store the Function value of Seperation colorspace founction.
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Separation.GetColor(System.String[])">
Get the color value from string value
<param name="pars">string Array</param>
<returns>Color</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Separation.ToDouble(System.String[])">
<summary>
Convert the string array to double array
</summary>
<param name="pars">string Array</param>
<returns>Double array</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Separation.GetColor(System.Byte[],System.Int32)">
Get the color value from bytes
<param name="bytes">string Array</param>
<param name="offset">Offset Value</param>
<returns>Color</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Separation.SetValue(Syncfusion.Pdf.Primitives.PdfArray)">
<summary>
Set the Seperation colorspace data to local variable
</summary>
<param name="array">seperation value Array</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Separation.GetColorspace(Syncfusion.Pdf.Primitives.PdfArray)">
<summary>
Get the Seperation colorspace Alternate colorspace from array value
</summary>
<param name="array">seperation value Array</param>
<returns>Alternate colorspace</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Separation.Components">
<summary>
Gets the number of components for the Seperation Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Separation.AlternateColorspace">
<summary>
Gets or sets the Alternate colorspace value for the Seperation Colorspace.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Separation.Function">
<summary>
Gets or sets the Function value for the Seperation Colorspace.
</summary>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ColorMatchingApi">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.DeviceCMYK">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.DocumentLoader">
<exclude/>
</member>
<member name="P:Syncfusion.PdfViewer.Base.GraphicObjectData.StrokingColorspace">
<summary>
Gets or sets a value of the StrokingColorspace
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.GraphicObjectData.NonStrokingColorspace">
<summary>
Gets or sets a value of the NonStrokingColorspace
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.GraphicObjectData.StrokingBrush">
<summary>
Gets or sets a value of the StrokingBrush
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.GraphicObjectData.NonStrokingBrush">
<summary>
Gets or sets a value of the NonStrokingBrush
</summary>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ImageRenderer">
<exclude/>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetStrokingColorspace(Syncfusion.Pdf.Parsing.Colorspace)">
<summary>
Set the Stroking colorspace of current graphics state
</summary>
<param name="colorspace">current colorspace value</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetNonStrokingColorspace(Syncfusion.Pdf.Parsing.Colorspace)">
<summary>
Set the Non Stroking colorspace of current graphics state
</summary>
<param name="colorspace">current colorspace value</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetNonStrokingRGBColor(System.Drawing.Color)">
<summary>
Set the Non Stroking RGB color of current graphics state brush
</summary>
<param name="color">color value of RGB</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetNonStrokingCMYKColor(System.Drawing.Color)">
<summary>
Set the Non Stroking CMYK color of current graphics state brush
</summary>
<param name="color">color value of CMYK</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetNonStrokingGrayColor(System.Drawing.Color)">
<summary>
Set the Non Stroking Gray color of current graphics state brush
</summary>
<param name="color">color value of Gray</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetStrokingRGBColor(System.Drawing.Color)">
<summary>
Set the Stroking RGB color of current graphics state brush
</summary>
<param name="color">color value of RGB</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetStrokingCMYKColor(System.Drawing.Color)">
<summary>
Set the Stroking CMYK color of current graphics state brush
</summary>
<param name="color">color value of CMYK</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetStrokingGrayColor(System.Drawing.Color)">
<summary>
Set the Stroking Gray color of current graphics state brush
</summary>
<param name="color">color value of Gray</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetStrokingColor(System.Drawing.Color)">
<summary>
Set the Stroking of current graphics state brush
</summary>
<param name="color">color value</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.SetNonStrokingColor(System.Drawing.Color)">
<summary>
Set the Non Stroking of current graphics state brush
</summary>
<param name="color">color value</param>
<returns></returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.IsValidEmail(System.String)">
<summary>
Determining valid email address
</summary>
<param name="email">email address to validate</param>
<returns>true is valid, false if not valid</returns>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.CalculateTextHeight">
<summary>
Calculates the height of text.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.ImageRenderer.Clear(System.Boolean)">
<summary>
Cleared the collections
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.ImageRenderer.IsExtractTextData">
<summary>
Gets or sets the value that indicating the extracting of text data.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.TextElement.Render(System.Drawing.Graphics,System.Drawing.PointF)">
<summary>
Renders the Text to the panel
</summary>
<param name="g">graphics element</param>
<param name="currentLocation">location in which the graphics is to be drawn</param>
</member>
<member name="M:Syncfusion.PdfViewer.Base.TextElement.Render(System.Drawing.Graphics,System.Drawing.PointF,System.Double,System.Collections.Generic.Dictionary{System.Int32,System.Int32},System.Double,System.Collections.Generic.Dictionary{System.Int32,System.String},System.Collections.Generic.Dictionary{System.String,System.String},System.Collections.Generic.Dictionary{System.Int32,System.String},Syncfusion.PdfViewer.Base.Matrix@)">
<summary>
Renders the Text to the panel
</summary>
<param name="g">graphics element</param>
<param name="currentLocation">location in which the graphics is to be drawn</param>
</member>
<member name="M:Syncfusion.PdfViewer.Base.TextElement.SkipEscapeSequence(System.String)">
<summary>
Removes the escape sequence characters in the given text
</summary>
<param name="text">text with the escape sequence</param>
<returns>Text without escape sequence</returns>
</member>
<member name="P:Syncfusion.PdfViewer.Base.TextElement.IsExtractTextData">
<summary>
Gets or sets the value that indicating the extracting of text data.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.DataReader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Function">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Function.m_domain">
<summary>
Local variable to store the Domain value of Function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Function.m_range">
<summary>
Local variable to store the Range value of Function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Function.m_functionDictionary">
<summary>
Local variable to store the dictionary of Function
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Function.CreateFunction(Syncfusion.Pdf.Primitives.IPdfPrimitive)">
<summary>
Create the function type from dictionary
</summary>
<param name="array">Array</param>
<returns>Function</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Function.ColorTransferFunction(System.Double[])">
<summary>
Color transfer function
</summary>
<param name="inputValues">Input color component value</param>
<returns>Double array</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Function.ExtractInputData(System.Double[])">
<summary>
Extract the Input Data
</summary>
<param name="inputValues">Input data</param>
<returns>Double array</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Function.ExtractOutputData(System.Double[])">
<summary>
Extract the Output Data
</summary>
<param name="outputValues">Output data</param>
<returns>Double array</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Function.FindIntermediateData(System.Double,System.Double,System.Double,System.Double,System.Double)">
<summary>
Perform Interpolate function
</summary>
<returns>result</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Function.ExtractData(System.Double,System.Double,System.Double)">
<summary>
Clip the Data
</summary>
<returns>result</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Function.Domain">
<summary>
Gets or sets the Domain value of Function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Function.Range">
<summary>
Gets or sets the Range value of Function.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Type0">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_bitsPerSample">
<summary>
Local variable to store the BitsPerSample of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_order">
<summary>
Local variable to store the Order of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_size">
<summary>
Local variable to store the Size of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_encode">
<summary>
Local variable to store the Encode value of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_decode">
<summary>
Local variable to store the Decode value of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_sampleValue">
<summary>
Local variable to store the sample value of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.outputValuesCount">
<summary>
Local variable to store the Output value count of Type0
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type0.m_filter">
<summary>
Local variable to store the Filter of Type0 Data
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.Load(Syncfusion.Pdf.Primitives.PdfStream)">
<summary>
Load the Type0 function stream to local variable
</summary>
<param name="stream">Type0 Data</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.PerformFunction(System.Double[])">
<summary>
Execute the Type0 function
</summary>
<param name="inputData">Input Data</param>
<returns>Color values</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.EncodeInputData(System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32)">
<summary>
Encode the input data of Type0
</summary>
<returns>EncodedData</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.DecodeOutputData(System.Double,System.Double,System.Double,System.Double)">
<summary>
Decode the input data of Type0
</summary>
<returns>DecodedData</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.GetIndex(System.Int32[])">
<summary>
Get the index of data
</summary>
<param name="encodedData">Data</param>
<returns>Index</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.GetDecodedStream(Syncfusion.Pdf.Primitives.PdfStream)">
<summary>
Get the Decoded stream of Type0 data
</summary>
<param name="stream">Type0 stream</param>
<returns>Decoded Byte</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type0.DecodeFlateStream(System.IO.MemoryStream)">
<summary>
Decode the FlateDecode stream
</summary>
<param name="encodedStream">Type0 encoded stream</param>
<returns>Memory stream</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type0.BitsPerSample">
<summary>
Gets or sets the BitsPerSample value of Type0 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type0.Filter">
<summary>
Gets or sets the Filter value of Type0 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type0.Order">
<summary>
Gets or sets the Order value of Type0 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type0.Decode">
<summary>
Gets or sets the Decode value of Type0 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type0.Encode">
<summary>
Gets or sets the Encode value of Type0 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type0.Size">
<summary>
Gets or sets the Size value of Type0 function.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Type2">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type2.m_c0">
<summary>
Local variable to store the C0 value of Type2 function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type2.m_c1">
<summary>
Local variable to store the C1 value of Type2 function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type2.m_n">
<summary>
Local variable to store the N value of Type2 function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type2.m_functionResource">
<summary>
Local variable to store the Functions resources value of Type2 function
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type2.PerformFunction(System.Double[])">
<summary>
Perform the Type0 function
</summary>
<param name="inputData">Input Data</param>
<returns>Color values</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type2.PerformFunctionSingleValue(System.Double)">
<summary>
Perform the Type0 function of Single input data
</summary>
<param name="x">Single input data</param>
<returns>outputData</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type2.CalculateExponentialInterpolation(System.Double,System.Double,System.Double)">
<summary>
Perform the ExponentialInterpolation function
</summary>
<param name="c0">value</param>
<param name="c1">value</param>
<param name="x">value</param>
<returns>result</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type2.FunctionResource">
<summary>
Gets or sets the Function resource value of Type2 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type2.C0">
<summary>
Gets or sets the C0 value of Type2 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type2.C1">
<summary>
Gets or sets the C1 value of Type2 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type2.N">
<summary>
Gets or sets the N value of Type2 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type2.ResultantValue">
<summary>
Gets the output element length
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Type3">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type3.m_encode">
<summary>
Local variable to store the Encode value of Type3 function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type3.m_bounds">
<summary>
Local variable to store the Bounds value of Type3 function
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type3.m_pdfFunction">
<summary>
Local variable to store the Functions value of Type3 function
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type3.PerformFunction(System.Double[])">
<summary>
Perform the Type4 function
</summary>
<param name="inputData">Input Data</param>
<returns>Color values</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type3.Encode">
<summary>
Gets or sets the Encode value of Type3 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type3.Bounds">
<summary>
Gets or sets the Bounds value of Type3 function.
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type3.PdfFunction">
<summary>
Gets or sets the Function value of Type4 function.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Type4">
<exclude/>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.m_stream">
<summary>
Local variable to store the Post Script Stream
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.m_filter">
<summary>
Local variable to store the Filter type of Post Script
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.m_stackPointer">
<summary>
Stack pointer
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.operators">
<summary>
List of Post Script Operator
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.m_stackValue">
<summary>
Stack value of Post Script Data
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.m_stackType">
<summary>
Operator type array of Post Script Operator
</summary>
</member>
<member name="F:Syncfusion.Pdf.Parsing.Type4.m_currentType">
<summary>
Current operator type value
</summary>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type4.Load(Syncfusion.Pdf.Primitives.PdfStream)">
<summary>
Load the Type4 function stream to local variable
</summary>
<param name="stream">Type4 Data</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type4.GetDecodedStream(Syncfusion.Pdf.Primitives.PdfStream)">
<summary>
Get the Decoded stream of Type4 function
</summary>
<param name="stream">Type0 Data</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type4.PerformFunction(System.Double[])">
<summary>
Perform the Type4 function
</summary>
<param name="clippedInputValues">Input Data</param>
<returns>Color values</returns>
</member>
<member name="M:Syncfusion.Pdf.Parsing.Type4.DecodeASCII85Stream(System.IO.MemoryStream)">
<summary>
Decodes the ASCII85 encoded stream
</summary>
<param name="encodedStream">Encoded stream</param>
<returns>Decoded Stream</returns>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type4.ResultantValue">
<summary>
Gets the output element value length
</summary>
</member>
<member name="P:Syncfusion.Pdf.Parsing.Type4.Filter">
<summary>
Gets or sets the Filter value of Type4 function stream.
</summary>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontByteEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontBezierSegment">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPathSegment">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLineSegment">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPathFigure">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPathGeometry">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontQuadraticBezierSegment">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontBuildChar">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCallGSubr">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOperator">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCallOtherSubr">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCallSubr">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCharStringEncryption">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEncryptionBase">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontClosePath">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontDiv">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEExecEncryption">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEmptyEnumerable`1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEncodingConverter">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEncryptionCollection">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEndChar">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEnumerableSorter`1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFlex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFlex1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontInfo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptObject">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontSource">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHFlex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHFlex1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHHCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHintMaskOperator">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHintOperator">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHLineTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHMoveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHsbw">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHVCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOrderedEnumerable`1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPop">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptObjectConverter">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRCurveLine">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontReturn">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRLineCurve">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRLineTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRMoveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRRCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSbw">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSeac">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSetCurrentPoint">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontType1Converters">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontVHCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontVLineTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontVMoveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontVVCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPredefinedEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFallbackRange">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRange">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontIDs">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOpenTypeFontReader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontReaderBase">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOpenTypeFontSource">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOpenTypeFontSourceBase">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.OpenTypeFontSourceFromMetaFile">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOpenTypeGlyphScaler">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTags">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTrueTypeCollection">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCMap">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTrueTypeTableBase">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTableBase">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCMapFormat0Table">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCMapTable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCMapFormat4Table">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCMapFormat6Table">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCoverage">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCoverageFormat1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCoverageFormat2">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFeature">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFeatureList">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyphSubstitution">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHead">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHorizontalHeader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHorizontalMetrics">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLangSys">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLigature">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLigatureSet">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLigatureSubstitution">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSubTable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLookup">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontLookupList">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontMaxProfile">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontMultipleSubstitution">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSystemFontName">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNameFormat0">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNameFormat1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOffsetTable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPost">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostFormat1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostFormat2">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostFormat3">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontScript">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontScriptList">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSingleSubstitution">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSingleSubstitutionFormat1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSingleSubstitutionFormat2">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSubRule">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSubRuleSet">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTCCHeader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCFFPredefinedEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOperatorDescriptor">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPredefinedCharset">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontStandardStrings">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCFFFontFile">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCFFFontReader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCFFFontSource">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCFFTable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCharset">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCharString">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontIndex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontDict">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHeader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNameIndex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPrivate">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontStringIndex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSubrsIndex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSupplement">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSupplementalEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTop">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontTopIndex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyph">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyphOutlinesCollection">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCharacters">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontKeywords">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNames">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOperandsCollection">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptArray">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptConsts">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptDictionary">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptString">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPredefinedEncodings">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPropertyDescriptor">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Array">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptOperator">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontBegin">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontClearToMark">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCloseFile">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCopy">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCurrentDict">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCurrentFile">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontDef">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontDefineFont">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontDup">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEExec">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEnd">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontExch">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontDirectory">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFor">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGet">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontIf">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontIfElse">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontKnown">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontMark">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontND">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNoAccess">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNP">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPops">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptDict">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptIndex">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPut">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontRD">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontReadString">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontString">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSystemDict">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontInterpreter">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPostScriptReaderHelper">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFallbackRecord">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontDescriptor">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontProperties">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontsManager">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFontWriter">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontsManager">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontsTags">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontAdobeGlyphList">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontFormat0KerningSubTable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontKerningSubTable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontKerning">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontKerningInfo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontCompositeGlyph">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyphData">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEncodedDataReader">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontSimpleGlyph">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontType1GlyphData">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontPrivateType1Format">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontType1Font">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontHelper">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontNibble">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontProperty`1">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontBitsHelper">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontDocumentsHelper">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontEnumerable">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontExtensions">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyphDescription">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyphInfo">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontGlyphsSequence">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontIndexToLocation">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.SystemFontOutlinePoint">
<exclude/>
</member>
<member name="T:Syncfusion.Pdf.Parsing.Tuple">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.BaseType1Font">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.BitsAssistant">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.BlankEnumerable`1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Buffer`1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.BytesAssistant">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CharacterBuilder">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Return">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Operator">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CallGSubr">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CallOtherSubr">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CallSubr">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ClosePath">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EndChar">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Flex">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Flex1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HFlex">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HFlex1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HHCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HintMaskOperator">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HintOperator">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HLineTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HMoveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Hsbw">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.HVCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Pop">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RCurveLine">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RLineCurve">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RLineTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RMoveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RRCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Sbw">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Seac">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.SetCurrentPoint">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.VHCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.VLineTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.VMoveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.VVCurveTo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CharCode">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Chars">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Countable">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CountableSortingHelper`1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EncodedDataParser">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.FontFileParser">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ByteEncodingBase">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ByteEncodingCollectionBase">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RealByteEncodingBase">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EncryptionCollection">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EncryptionStdHelper">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.FontData">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.FontInterpreter">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.FontSource">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.FontTableHeader">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.GlyphInfo">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.GlyphOutlinesCollection">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Path">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PathHelper">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PdfElementsRenderer">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Helper">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.IOrderedCountable`1">
<exclude/>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IOrderedCountable`1.CreateOrderedEnumerable``1(System.Func{`0,``0},System.Collections.Generic.IComparer{``0},System.Boolean)">
<summary>
Contains definition for sorting the enumerator in ascending order
</summary>
<typeparam name="TKey">Type of return value</typeparam>
<param name="keySelector">Delegate</param>
<param name="comparer">Used to compare two object</param>
<param name="descending">If it is set to true, enumerator is sorted in descending order other it is sorted in ascending order</param>
<returns></returns>
</member>
<member name="T:Syncfusion.PdfViewer.Base.IPostScriptParser">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.IProperty">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.KeyPrivate">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.KeyProperty`1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.KeyPropertyDescriptor">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Nibble">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptOperators">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.OperatorDescriptor">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.OrderedCountable`1">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Origin">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PdfKeywords">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PdfRangeCalculator">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptArray">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptDict">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CharStringEncryption">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EExecEncryption">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Array">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Begin">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ClearToMark">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CloseFile">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Copy">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CurrentDict">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.CurrentFile">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Def">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.DefineFont">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Dict">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Dup">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EExec">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.End">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Exch">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.FontDirectory">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.For">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Get">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.If">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.IfElse">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Index">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Known">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Mark">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ND">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.NoAccess">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.NP">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Pops">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Put">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.RD">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.ReadString">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.String">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptParser">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptParserHelper">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptStrHelper">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PredefinedFontFamilies">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PreRootedCharacterSet">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PresettedEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PresettedEncodings">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.BezierSegment">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PathSegment">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.LineSegment">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PathFigure">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PathGeometry">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.QuadraticBezierSegment">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.StandardFontDescriptor">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.StandardStrings">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.StdFontsAssistant">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.StdHeader">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PredefinedTextEncoding">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.StdFontReader">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.EncodingConverter">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.PostScriptObjectConverter">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Type1Converters">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Type1FontReader">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Type1FontSource">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Extensions">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.Glyph">
<exclude/>
</member>
<member name="P:Syncfusion.PdfViewer.Base.Glyph.EmbededFontFamily">
<summary>
Gets or sets the embeded font family.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.Glyph.MatrixFontSize">
<summary>
Gets the updated font size from text matrix.
</summary>
</member>
<member name="T:Syncfusion.PdfViewer.Base.TransformationStack">
<exclude/>
</member>
<member name="T:Syncfusion.PdfViewer.Base.IPdfDocumentView">
<summary>
Base viewer interface for all PdfViewers.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IPdfDocumentView.ZoomTo(System.Int32)">
<summary>
Zooms the document to the specified value.
</summary>
<param name="percentage">Value in Percentage</param>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IPdfDocumentView.GoToFirstPage">
<summary>
Displays the first page.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IPdfDocumentView.GoToLastPage">
<summary>
Displays the last page.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IPdfDocumentView.GoToPreviousPage">
<summary>
Displays the previous page.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IPdfDocumentView.GoToNextPage">
<summary>
Displays the next page.
</summary>
</member>
<member name="M:Syncfusion.PdfViewer.Base.IPdfDocumentView.GoToPageAtIndex(System.Int32)">
<summary>
Displays the page specified by the index.
</summary>
<param name="index">Index of the page</param>
</member>
<member name="P:Syncfusion.PdfViewer.Base.IPdfDocumentView.PageCount">
<summary>
Returns the number of pages.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.IPdfDocumentView.CurrentPageIndex">
<summary>
Returns the current displayed page index.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.IPdfDocumentView.CanGoToFirstPage">
<summary>
Returns if first page can be displayed.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.IPdfDocumentView.CanGoToPreviousPage">
<summary>
Returns if previous page can be displayed.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.IPdfDocumentView.CanGoToNextPage">
<summary>
Returns if next page can be displayed.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Base.IPdfDocumentView.CanGoToLastPage">
<summary>
Returns if last page can be displayed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ZoomMode">
<summary>
Specifies ZoomMode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default">
<summary>
Displays with detault.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ZoomMode.FitPage">
<summary>
Fits the entire page in the viewer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ZoomMode.FitWidth">
<summary>
Fits the width of the page in the viewer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DpiAware">
<summary>
Represents a class that provides support to get the current DPI value and calculate the values based on the current DPI values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DpiAware.graphics">
<summary>
The <see cref="T:System.Drawing.Graphics"/> which is used to calculate the DPI value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DpiAware.GetImage(System.Reflection.Assembly,System.String,System.String)">
<summary>
Gets the image file from given assembly based on the DPI scaling factor.
If the DPI scaling is greater than 175 then returns the high DPI image, otherwise returns the default image.
</summary>
<param name="assembly">The <see cref="T:System.Reflection.Assembly"/> used to read the image file.</param>
<param name="folderPath">The string contains the folder path.</param>
<param name="imageName">The string value represents the name of the image file.
The imageName must contains the extension like AddNewRowIcon.png or AddNewRowIcon.bmp </param>
<returns>Returns the image file from specified folder path.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DpiAware.LogicalToDeviceUnits(System.Single)">
<summary>
Gets an equivalent value based on the current DPI value.
</summary>
<param name="value">The float value.</param>
<returns>Returns the value based on DPI value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DpiAware.GetCurrentDpi">
<summary>
Gets the current DPI value of the device.
</summary>
<returns>Returns the current DPI value of the device.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DpiAware.Graphics">
<summary>
Gets the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.DpiAware.Graphics"/> used to calculate the DPI value of the device.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DocumentLoadingEventArgs">
<summary>
Represents the arguments associated with a `DocumentLoading` event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DocumentLoadingEventArgs.PageNumber">
<summary>
Gets the value of currently loading page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DocumentLoadingEventArgs.PageCount">
<summary>
Gets the page count.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DocumentLoadingEventArgs.Cancel">
<summary>
Gets or sets a value indicating whether the event should be canceled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ErrorOccurredEventArgs">
<summary>
Event arguments for the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ErrorOccurred"/> event
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ErrorOccurredEventArgs.Message">
<summary>
Gets the error message
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ErrorOccurredEventArgs.Exception">
<summary>
Gets the Exception details.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PageClickedEventArgs">
<summary>
Provides data for the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> event
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PageMouseEventArgs">
<summary>
Provides data for the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> and <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> events
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PageMouseEventArgs.PageIndex">
<summary>
Gets the index of the page in which mouse action is performed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PageMouseEventArgs.Position">
<summary>
Gets the position of the mouse pointer relative to the page
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PageMouseMoveEventArgs">
<summary>
Provides data for the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> event
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings">
<summary>
Provides the settings for message box
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings.EnableNotification">
<summary>
Enable or disable the message box notifications. The default value is true
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkPane.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BookmarkPane.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkPane.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkPane.BookmarkFont">
<summary>
Gets or sets the font of the text displayed by the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.m_parent">
<summary>Reference on parent control</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes new instance of ControlsCollectionBase class
</summary>
<param name="parent">Reference on parent control. Can not be NULL.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventHandler)">
<summary>
Initializes new instance of ControlsCollectionBase class
</summary>
<param name="parent">Reference on parent control. Can not be NULL.</param>
<param name="eventHandler">Attach event handler to ConfigureControl event on initialize.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>Occurs when collection changed.</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.ConfigureItem(System.Windows.Forms.Control)">
<summary></summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.Add(System.Windows.Forms.Control)">
<summary>
Add Control object to collection.
</summary>
<param name="control"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.AddRange(System.Windows.Forms.Control[])">
<summary></summary>
<param name="controls"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.Remove(System.Windows.Forms.Control)">
<summary>
Removes control from collection.
</summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.Insert(System.Int32,System.Windows.Forms.Control)">
<summary>
Insert control in position with index value is index.
</summary>
<param name="index"></param>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.Contains(System.Windows.Forms.Control)">
<summary>
</summary>
<param name="control"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.HideControls(System.Boolean)">
<summary>
Includes/exclude controls from parent controls collection.
</summary>
<param name="hide">If true - excludes, else includes controls in parent controls collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.OnClear">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.OnInsertComplete(System.Int32,System.Object)">
<summary></summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.OnRemoveComplete(System.Int32,System.Object)">
<summary></summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary></summary>
<param name="index"></param>
<param name="oldValue"></param>
<param name="newValue"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.Parent">
<summary>Reference on parent control/container.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.Item(System.Int32)">
<summary>Typed version of indexer.</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.CollectionChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ControlsCollection.ConfigureControl">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventArgs">
<summary>Message class that contains reference on control that
required configuration.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventArgs.m_control">
<summary>Storage of control reference.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventArgs.#ctor(System.Windows.Forms.Control)">
<summary>Default constructor.</summary>
<param name="control"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventArgs.Control">
<summary>Get reference on Control.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventHandler">
<summary></summary>
<param name="sender"/>
<param name="args"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.FlatHScrollBar">
<summary>
<para>Represents a standard Windows horizontal scroll bar.</para>
</summary>
<remarks>
<para>Most controls that need scroll bars already provide them and do not require this
control. This is true of a multi-line <see cref="T:System.Windows.Forms.TextBox"/> control,
a <see cref="T:System.Windows.Forms.ListBox"/> and a <see cref="T:System.Windows.Forms.ComboBox"/>,
for example.</para>
<para>You can use this control to implement scrolling in containers that do not provide their
own scroll bars, such as a <see cref="T:System.Windows.Forms.PictureBox"/> or for user input of numeric data.
The numeric data may be displayed in a control or utilized in code.
The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Minimum"/> and <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Maximum"/> properties
determine the range of values the user can select. The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.LargeChange"/> property determines the effect of
clicking within the scroll bar but outside the scroll box. The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.SmallChange"/> property determines the effect of
clicking the scroll arrows at each end of the control.</para>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar"/>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar">
<summary>
<para>Implements the basic functionality of a scroll bar control.</para>
</summary>
<remarks>
<para>To adjust the value
range of the scroll bar control,
set the <see cref="P:System.Windows.Forms.ScrollBar.Minimum"/> and <see cref="P:System.Windows.Forms.ScrollBar.Maximum"/>
properties.
To adjust the distance the scroll box moves, set the <see cref="P:System.Windows.Forms.ScrollBar.SmallChange"/> and <see cref="P:System.Windows.Forms.ScrollBar.LargeChange"/> properties. To
adjust the starting point of the scroll box, set the <see cref="P:System.Windows.Forms.ScrollBar.Value"/> property when the
control is initially displayed.</para>
<note type="note">
The scroll box is sometimes
referred to as the "thumb".
</note>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar"/>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatHScrollBar"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBar">
<summary>
Defines an interface that provides all properties to configure a scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.UpdateScrollInfo">
<summary>
Updates the scrollbar with latest changes to current position and scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.Maximum">
<summary>
Gets or sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.Minimum">
<summary>
Gets or sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.SmallChange">
<summary>
Gets or sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.Value">
<summary>
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.Enabled">
<summary>
Gets or sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.SupportsThumbTrack">
<summary>
Enables or disables thumbtrack feature for the scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.IsThumbTracking">
<summary>
Indicates whether the scrollbar is in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBar.SupportsScrollTips">
<summary>
Indicates whether ScrollTips should be shown for the scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.OnHandleCreated(System.EventArgs)">
<summary>
Creates the handler. Overridden to help set up scrollbar information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Refresh">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.OnHandleDestroyed(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.OnBackColorChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.ResetBackColor">
<summary>
Resets the backcolor of the scroll bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.SupportsThumbTrack">
<summary>
Indicates whether the associated control should scroll while the user is dragging a scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.SupportsScrollTips">
<summary>
Indicates whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/> checks this property to determine if ScrollTips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.IsThumbTracking">
<summary>
Indicates whether the scroll bar is currently in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.LargeChange">
<summary>
Gets / sets the effect of clicking within the scroll bar but outside the scroll box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Maximum">
<summary>
Gets / sets the maximum range of the scroll bar. Default is 100.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Minimum">
<summary>
Gets / sets the minimum range of the scroll bar. Default is zero.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.SmallChange">
<summary>
Gets / sets the effect of clicking the scroll arrows at each end of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Value">
<summary>
Gets / sets the starting value of the scroll bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.BackColor">
<summary>
Gets / sets the background color of this scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Appearance">
<summary>
Gets / sets the scroll bar style. Default is Flat style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatHScrollBar.#ctor">
<summary>
Constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatHScrollBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatHScrollBar.CreateParams">
<internalonly/>
<summary>
<para>
Returns the parameters needed to create the handler. Inheriting classes
can override this to provide extra functionality. They should not,
however, forget to call base.getCreateParams() first to get the structure
filled up with the basic info.
</para>
</summary>
<seealso cref="T:System.Windows.Forms.CreateParams"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar">
<summary>
<para>Represents a standard Windows vertical scroll bar.</para>
</summary>
<remarks>
<para>Most controls that need scroll bars already provide them
and do not require this control. This is true of a multi-line
<see cref="T:System.Windows.Forms.TextBox"/> control, a <see cref="T:System.Windows.Forms.ListBox"/>
and a <see cref="T:System.Windows.Forms.ComboBox"/> , for example.</para>
<para>You can use this control to implement scrolling in
containers that do not provide their own scroll bars, such as
a <see cref="T:System.Windows.Forms.PictureBox"/> or for user input
of numeric data. The numeric data may be displayed in a control or utilized in
code. The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Minimum"/> and <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.Maximum"/>
properties determine the range of values the user can select. The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.LargeChange"/> property
determines the effect of clicking within the scroll bar but outside the scroll
box. The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar.SmallChange"/> property
determines the effect of clicking the scroll arrows at each end of the control.</para>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar"/>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatHScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar.#ctor">
<summary>
Constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar.CreateParams">
<internalonly/>
<summary>
<para>
Returns the parameters needed to create the handler. Inheriting classes
can override this to provide extra functionality. They should not,
however, forget to call base.getCreateParams() first to get the structure
filled up with the basic info.
</para>
</summary>
<seealso cref="T:System.Windows.Forms.CreateParams"/>
<keyword term=""/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FlatVScrollBar.RightToLeft">
<internalonly/>
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventBackgroundImage">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventBindingContext">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventCausesValidation">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventChangeUICues">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventClick">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventContextMenu">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventControlAdded">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventControlRemoved">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventCursor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventDock">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventDoubleClick">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventDragDrop">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventDragEnter">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventDragLeave">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventDragOver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventEnabled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventEnabledChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventEnter">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventFont">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventForeColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventGiveFeedback">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventGotFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventHandleCreated">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventHandleDestroyed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventHelpRequested">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventImeModeChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventInvalidated">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventKeyDown">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventKeyPress">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventKeyUp">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventLayout">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventLeave">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventLocation">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventLostFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseDown">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseEnter">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseHover">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseLeave">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseMove">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseUp">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMouseWheel">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventMove">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventPaint">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventParent">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventQueryAccessibilityHelp">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventQueryContinueDrag">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventResize">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventRightToLeft">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventSize">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventStyleChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventSystemColorsChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventTabIndex">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventTabStop">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventText">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventValidated">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventValidating">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventVisible">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.EventVisibleChanged">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlEventsHelper.#cctor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CustomPropertiesTypeConverter.EmptyAttributes">
<summary>Empty attributes array for optimization.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CustomPropertiesTypeConverter.#ctor">
<summary>Hide default constructor. Allow to see it only inheritors.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposable">
<summary>
This is a base class for Disposable. It implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern but it does not
implement a finalizer. If you need finalization you need to derive from Disposable
or add a finalizer to your derived class and manually call Dispose from the Finalizer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposable.Dispose">
<overload>
Releases all resources used by the Component.
</overload>
<summary>
Releases all resources used by the Component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposable.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Disposable">
<summary>
This class provides a base class that implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern.
</summary>
<remarks>If you derive from this class, you only need to override the protected
Dispose method and check the disposing parameter.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Disposable.Finalize">
<summary>
<see cref="M:System.Object.Finalize"/>.<para/>
In C# and C++, finalizers are expressed using destructor syntax.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposableWithDisposedProp">
<summary>
This is a base class for DisposableWithDisposedProp. It implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern but it does not
implement a finalizer. If you need finalization you need to derive from Disposable
or add a finalizer to your derived class and manually call Dispose from the Finalizer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposableWithDisposedProp.m_bDisposed">
<summary>
Storage for IsDisposed property. True - object is disposed,
otherwise object is still alive and available for user use.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposableWithDisposedProp.Dispose">
<overload>
Releases all resources used by the Component.
</overload>
<summary>
Releases all resources used by the Component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposableWithDisposedProp.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NonFinalizeDisposableWithDisposedProp.IsDisposed">
<summary>
Allows to detect if object is disposed or not. True indicates object is disposed,
otherwise indicates object is still alive and ready for use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DisposableWithDisposedProp">
<summary>
This class provides a base class that implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern.
</summary>
<remarks>If you derive from this class, you only need to override the protected
Dispose method and check the disposing parameter.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DisposableWithDisposedProp.Finalize">
<summary>
<see cref="M:System.Object.Finalize"/>.<para/>
In C# and C++, finalizers are expressed using destructor syntax.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute">
<summary>
Specifies whether a property should be shown in the ToString result.
</summary>
<seealso cref="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionEventArgs"/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.Yes">
<summary>
<para>Specifies that a property should be shown in the ToString result.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.No">
<summary>
<para>Specifies that a property should not be shown in the ToString result.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.Default">
<summary>
The default value for TracePropertyAttribute. (No)
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute"/> class.</para>
</summary>
<param name="traceProperty">
<see langword="True"/> if a property should be shown in ToString result; <see langword="False"/> otherwise. The default is <see langword="True"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.IsDefaultAttribute">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.GetHashCode">
<summary>
Overridden. See <see cref="M:System.Attribute.GetHashCode"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.Equals(System.Object)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute.TraceProperty">
<summary>
<para>Indicates whether a property is shown in the ToString result.</para>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TraceProperties">
<summary>
Helper class for creating a string concatenating the string representation of all properties in an object.
</summary>
<remarks>
The static <see cref="M:Syncfusion.Windows.Forms.PdfViewer.TraceProperties.ToString(System.Object)"/> method of this helper class will loop through any property
in a given object and check if the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute"/> has been set. If it has
been set, the string representation of the property will be appended to the resulting string.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TraceProperties.IsTraceProperty(System.Reflection.PropertyInfo)">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute"/> has been set for the property.
</summary>
<param name="info">A <see cref="T:System.Reflection.PropertyInfo"/>.</param>
<returns>True if property has a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute"/>; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TraceProperties.ToString(System.Object)">
<summary>
This method will loop through any property in a given object and append the
string representation of the property if the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute"/>
has been set.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionEventArgs">
<summary>
This is a base class for events of the Syncfusion libraries. It supports writing
properties in its ToString() method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionEventArgs.ToString">
<summary>
This method will loop through all properties in a derived class and append the
string representation of the property if the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.TracePropertyAttribute"/>
has been set.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionCancelEventArgs">
<summary>
Provides data for a cancellable event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionCancelEventArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the SyncfusionCancelEventArgs class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionCancelEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionCancelEventArgs class with the Cancel property set to the given value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionCancelEventArgs.ToString">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionSuccessEventArgs">
<summary>
Provides data for an event that indicates success or failure.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionSuccessEventArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the SyncfusionSuccessEventArgs class with the Success property set to True.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionSuccessEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionSuccessEventArgs class with the Success property set to the given value.
</summary>
<param name="success"> Indicates whether an operation was successful.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionSuccessEventArgs.Success">
<summary>
Indicates whether an operation was successful.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionHandledEventArgs">
<summary>
Provides data for a event that can be handled by a subscriber and overrides the event's default behavior.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionHandledEventArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the SyncfusionHandledEventArgs class with the Handled property set to False.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionHandledEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionHandledEventArgs class with the Handled property set to the given value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionHandledEventArgs.Handled">
<summary>
Indicates whether the event has been handled and no further processing of the event should happen.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Switches">
<summary>
Provides predefined switches for enabling / disabling trace
output or code instrumentation in the Syncfusion shared library.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.general">
<summary>General switch for Shared Library.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.Styles">
<summary>Enable Tracing for the Styles.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.Serialization">
<summary>Enable Tracing for the Shared Serialization.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.ScrollControl">
<summary>Enable Tracing for the ScrollControl.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.Timers">
<summary>Enable Tracing for Timer Start and Stop</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.Workbook">
<summary>Enable Tracing for Timer Start and Stop.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.BeginEndUpdate">
<summary>Enable Tracing for BeginUpdate and EndUpdate methods calls</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.MouseController">
<summary>Enable Tracing for MouseController.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.OperationFeedback">
<summary>Enable Tracing for OperationFeedback.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.BrushPaint">
<summary>Enable Tracing for BrushPaint drawing methods.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.ArrowButtonBarEvents">
<summary>Enable Tracing for ArrowButtonBar events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.ButtonBarEvents">
<summary>Enable Tracing for ButtonBar events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.RecordNavigationBarEvents">
<summary>Enable Tracing for RecordNavigationBar events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.RecordNavigationControlEvents">
<summary>Enable Tracing for RecordNavigationControl events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.SplitterControlEvents">
<summary>Enable Tracing for SplitterControl events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.TabBarEvents">
<summary>Enable Tracing for TabBar events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.TabBarSplitterControlEvents">
<summary>Enable Tracing for TabBarSplitterControl events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.MouseControllerDispatcherEvents">
<summary>Enable Tracing for MouseControllerDispatcher events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.ScrollControlEvents">
<summary>Enable Tracing for ScrollControl events.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Switches.ScrollControlFocus">
<summary>Enable Tracing for Focus events.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Switches.General">
<summary>
Returns the General Tracing level for the Grid Library.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TraceUtil">
<summary>
Provides various diagnostic utilities for tracing methods, exception and more.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TraceUtil.TraceCurrentMethodInfo(System.Object[])">
<summary>
Writes a trace log with information about current class and method name and
string representations of any method arguments.
</summary>
<param name="args">An array of method arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TraceUtil.TraceCalledFrom(System.Int32)">
<summary>
Writes a trace log of the current stack.
</summary>
<param name="levels">The number of method on the stack to trace.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TraceUtil.TraceExceptionCatched(System.Exception)">
<summary>
Writes a trace log for the given exception together with information where the exception was caught.
</summary>
<param name="e">An Exception.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MeasureTime.Measure(System.String)">
<summary>
Insert this before a code block that should be measured.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MeasureTime.Dispose">
<summary>
Ends the code block that should be measured and increments the associated performance counter.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MeasureTime.DumpTimes">
<summary>
Prints all performance counters into a string and sorts it by ids. All counters will be reset afterwards.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MeasureTime.TickCount">
<summary>
Returns the time since Reset in microseconds.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher">
<summary>
MouseControllerDispatcher coordinates mouse events among competing mouse controllers. Based on
the position of the mouse and context of the control every registered controller's HitTest method
is called to determine the best controller for the following mouse action. This controller will then
receive mouse events.
</summary>
<remarks>
Any Mouse Controller needs to implement the IMouseController interface.<para/>
In its implementation of MouseController.HitTest, the mouse controller should determine whether your
controller wants to handle the mouse events based current context.<para/>
MouseControllerDispatcher will call HitTest for each Mouse Controller that has been registered with
Add(IMouseController). The Mouse Controller that wins the vote will receive all Mouse hovering events
like MouseHoverEnter, MouseHover and MouseHoverLeave as long as its HitTest method indicates that it wants to
handle the mouse event. A MouseHoverLeave notification is guaranteed after MouseHoverEnter has been called.<para/>
When the user presses the mouse, a MouseDown will be sent to the controller. All subsequent mouse events
will then go to that specific controller until the user releases the mouse or the mouse operations is cancelled.
A call to either MouseUp or CancelMode is guaranteed after a controller MouseDown method was called.<para/>
Mouse controllers are registered by calling the Add method.<para/>
If the control that MouseControllerDispatcher should be associated with is derived from ScrollControl,
you should use ScrollControllMouseControllerDispatcher because it will automatically hook itself up
with mouse events from ScrollControl. <para/>
Otherwise if you want to attach MouseControllerDispatcher to a different type of Control, you need to
delegate mouse events to MouseControllerDispatcher. MouseControllerDispatcher provides ProcessXYZ methods
for every mouse event that should be forwarded. Simply call these methods from your mouse event handlers in
your control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new MouseControllerDispatcher object and associates it with the parent control.
</summary>
<param name="owner"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.Dispose(System.Boolean)">
<summary>
Resets the dispatcher and calls Dispose for any registered mouse controller and unregisters all mouse controllers.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.Add(Syncfusion.Windows.Forms.PdfViewer.IMouseController)">
<summary>
Registers a mouse controller.
</summary>
<param name="controller"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.Remove(Syncfusion.Windows.Forms.PdfViewer.IMouseController)">
<summary>
Removes a mouse controller.
</summary>
<param name="controller"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.Contains(Syncfusion.Windows.Forms.PdfViewer.IMouseController)">
<summary>
Indicates whether a mouse controller has previously been registered.
</summary>
<param name="controller"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.Find(System.String)">
<summary>
Search a mouse controller by comparing with the name returned from IMouseController.Name.
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.SetActiveController(Syncfusion.Windows.Forms.PdfViewer.IMouseController)">
<summary>
Changes the active controller and raises an ActiveControllerChanged event.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.SetMouseHoverController(Syncfusion.Windows.Forms.PdfViewer.IMouseController,System.EventArgs)">
<summary>
Sets the controller that will receive mouse hovering messages. If the controller is changed,
MouseHoverLeave and MouseHoverEnter calls are made.
</summary>
<param name="value"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.OnActiveControllerChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ActiveControllerChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.HitTest(System.Drawing.Point)">
<overload>
HitTest loops through all controllers and calls HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</overload>
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<returns>The result identifying the hit-test context.</returns>
<remarks>
The current result of the vote gets passed to the next mouse controller. If a controller wants
to handle mouse events, it can decide based on the existing vote if it has higher priority for it
to handle mouse messages than the existing vote.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<param name="mouseButton">The mouse button that is pressed.</param>
<returns>The result identifying the hit-test context.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,Syncfusion.Windows.Forms.PdfViewer.IMouseController@)">
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<param name="mouseButton">The mouse button that is pressed.</param>
<param name="controller">A placeholder where a reference to the winning <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IMouseController"/>
is returned.</param>
<returns>The result identifying the hit-test context.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,System.Int32,Syncfusion.Windows.Forms.PdfViewer.IMouseController@)">
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<param name="mouseButton">The mouse button that is pressed.</param>
<param name="clicks">1 for single-click; 2 for double click.</param>
<param name="controller">A placeholder where a reference to the winning <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IMouseController"/>
is returned.</param>
<returns>The result identifying the hit-test context.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ProcessMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from your control's MouseMove handler.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ProcessMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from your control MouseDown handler.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ProcessMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from your control's MouseUp handler.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ProcessCancelMode">
<summary>
Call this method from your control's CancelMode handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ToString">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ResetTrackMouse">
<summary>
Resets support for mouse tracking.
</summary>
<remarks>Call this method after a user interaction that should switch the control back into
normal mouse behavior. For example, when the control gets the focus or when the user clicks a scrollbar.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.OnTrackMouseChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.TrackMouseChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ActiveControllerChanged">
<summary>
Indicates that the active controller has changed.
</summary>
<remarks>
Active controller is the controller that is receiving MouseDown, MouseMove and MouseUp messages when the user
has pressed a mouse button.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.ActiveController">
<summary>
Returns a reference to the active mouse controller that is receiving MouseDown, MouseMove and MouseUp messages when the user
has pressed a mouse button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.MouseHoverController">
<summary>
Returns the controller that currently receives mouse hovering messages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.LastHitTestCode">
<summary>
Returns the last HitTest value returned that was non-zero. Check this property
if you need to make decision on your mouse controller's HitTest.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.AllowDoubleClickTimer">
<summary>
Property AllowDoubleClickTimer (bool).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.DisplayCursor">
<summary>
Returns the cursor to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.Owner">
<summary>
Returns a reference to the associated control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.TrackMouse">
<summary>
Enables support for mouse tracking.
</summary>
<remarks>
Specify the bounds where the mouse tracking should start. As soon as the user moves the mouse
over the specified region, MouseControllerDispatcher will simulate a mouse down event. When the user presses
any mouse button MouseControllerDispatcher will simulate a mouse up and resets the mouse tracking mode. After
the initial click on a mouse button, mouse processing will work as usual.<par/>
<note type="note">Mouse tracking lets you easily simulate the behavior of windows combo boxes.</note>
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.MouseControllerDispatcher.TrackMouseChanged">
<summary>
Indicates that the value of the TrackMouse property has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControllMouseControllerDispatcher">
<summary>
ScrollControllMouseControllerDispatcher is a specialized version of MouseControllerDispatcher
that automatically wires itself up with a ScrollControl.
</summary>
<remarks>
If the control that MouseControllerDispatcher should be associated with is derived from ScrollControl,
you should use ScrollControllMouseControllerDispatcher because it will automatically hook itself up
with mouse events from ScrollControl. <para/>
No initialization is necessary.<para/>
You can register MouseControllers with:
<code>
resizeCellsController = new GridResizeCellsMouseController(this);
MouseControllerDispatcher.Add(resizeCellsController);
</code>
See ScrollControl.MouseControllerDispatcher property.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControllMouseControllerDispatcher.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollControl)">
<summary>
Initializes a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControllMouseControllerDispatcher"/> object and associates it with a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/>.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/> this object is associated with.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControllMouseControllerDispatcher.Dispose(System.Boolean)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs">
<summary>
Provides data for a cancelable mouse event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs.#ctor(System.Windows.Forms.MouseEventArgs)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs"/> with data from a <see cref="P:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs.MouseEventArgs"/>.
</summary>
<param name="e">The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs.MouseEventArgs"/> data for this event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs.ToString">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs.MouseEventArgs">
<summary>
The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs.MouseEventArgs"/> data for this event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventHandler">
<summary>
Handles a cancelable mouse event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ICancelModeProvider">
<summary>
ICancelModeProvider provides an interface for the CancelMode event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ICancelModeProvider.CancelMode">
<summary>
Occurs when the window receives a WM_CANCELMODE message.
</summary>
<remarks>
WM_CANCELMODE is sent to cancel certain modes, such as mouse capture.
For example, the system sends this message to the active window when a
dialog box or message box is displayed. Certain functions also send this
message explicitly to the specified window regardless of whether it is the
active window. For example, the EnableWindow function sends this message
when disabling the specified window.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PropertyChangeEffect">
<summary>
Specifies the expected effect of the change in property of an object / Control.
</summary>
<remarks>
<para>Used by the <see cref="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs"/> class.</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PropertyChangeEffect.NeedRepaint">
<summary>
The Control needs a repaint due to change in property's value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PropertyChangeEffect.NeedLayout">
<summary>
The Control needs to be laid out due to change in a property's value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PropertyChangeEffect.None">
<summary>
No effect when there is change in a property's value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs">
<summary>
Provides data for the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventHandler"/> delegate.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs.#ctor(Syncfusion.Windows.Forms.PdfViewer.PropertyChangeEffect,System.String,System.Object,System.Object)">
<summary>
Creates an instance of the SyncfusionPropertyChangedEventArgs class.
</summary>
<param name="propertyChangeType">A PropertyChangeEffect value.</param>
<param name="propertyName">The name of the property.</param>
<param name="oldValue">The old value cast into an object.</param>
<param name="newValue">The new value cast into an object.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs.PropertyChangeEffect">
<summary>
Gets / sets the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs.PropertyChangeEffect"/> of this change in property value.
</summary>
<value>The <see cref="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs.PropertyChangeEffect"/>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs.OldValue">
<summary>
The old value of the property before it changes.
</summary>
<remarks>
The object representing the old value. This can be cast to
the type of the property.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs.NewValue">
<summary>
The new value of the property after it changes.
</summary>
<remarks>
The object representing the new value. This can be cast to
the type of the property.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventHandler">
<summary>
Represents the method that will handle the PropertyChanged event of
certain classes.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.SyncfusionPropertyChangedEventArgs"/> object that
contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IChangeNotifyingItem">
<summary>
A class implements this interface to let it be known that it provides
a <see cref="E:Syncfusion.Windows.Forms.PdfViewer.IChangeNotifyingItem.PropertyChanged"/> event.
</summary>
<remarks>
The <see cref="T:Syncfusion.Collections.ArrayListExt"/> class makes use of this interface when the items
in its list implement it. The <see cref="T:Syncfusion.Collections.ArrayListExt"/> listens to this event and
forwards the event args using its own <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/> event.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IChangeNotifyingItem.PropertyChanged">
<summary>
Occurs when one of the object's property changes.
</summary>
<remarks>
This event provides a generic way of notifying changes
in an object's property, along with the old value, new value
and the PropertyChangeEffect.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IDesignable">
<summary>
Used internally to expose the DesignMode property of certain component-derived
classes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IDesignable.DesignMode">
<summary>
Indicates whether the component is in design-mode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IMouseController">
<summary>
IMouseController defines the interface for mouse controllers to be used with MouseControllerDispatcher.
</summary>
<remarks>
Any mouse controller needs to implement the IMouseController interface.<para/>
In its implementation of MouseController.HitTest, the mouse controller should determine whether your
controller wants to handle the mouse events based current context.<para/>
See MouseControllerDispatcher for further discussion.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.MouseHoverEnter">
<summary>
MouseHoverEnter is called when this controller signaled in HitTest that it wants to handle mouse events. MouseHoverEnter
is called before the MouseHover is called for the first time.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.MouseHover(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseHover is called when this controller signaled in HitTest that it wants to handle mouse events. MouseHover
is called after MouseHoverEnter.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.MouseHoverLeave(System.EventArgs)">
<summary>
MouseHoverLeave is called when hovering ends either because user dragged mouse out of the hit-test area or
when context changes (e.g. user pressed the mouse button).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.MouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseDown is called when this controller signaled in HitTest that it wants to handle mouse events and the
user pressed the mouse button.
</summary>
<remarks>
MouseDown is called and this controller will become the active controller and receive all subsequent mouse messages
until the mouse button is released or the mouse operation is cancelled.
</remarks>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.MouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseMove is called for the active controller after a MouseDown message when the user moves the mouse pointer.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.MouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseUp is called for the active controller after a MouseDown message when the user releases the mouse button.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.CancelMode">
<summary>
CancelMode is called for the active controller after a MouseDown message when the mouse operation is cancelled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IMouseController.HitTest(System.Windows.Forms.MouseEventArgs,Syncfusion.Windows.Forms.PdfViewer.IMouseController)">
<summary>
HitTest is called to determine whether your controller wants to handle the mouse events based current context.
</summary>
<remarks>
The current winner of the vote is specified through the controller parameter. Your implementation of HitTest
can decide if it wants to override the existing vote or leave it.
</remarks>
<param name="mouseEventArgs"></param>
<param name="controller"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IMouseController.Name">
<summary>
Returns the name of this mouse controller.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IMouseController.Cursor">
<summary>
Returns the cursor to be displayed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISupportUpdating">
<summary>
Defines an interface for classes that support a BeginUpdate / EndUpdate pattern.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISupportUpdating.BeginUpdate">
<summary>
Suspends updating the component. An internal counter will be increased if called multiple times.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISupportUpdating.EndUpdate">
<summary>
Resumes updating the component. If <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ISupportUpdating.BeginUpdate"/> was called multiple times, an internal counter is decreased.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISupportUpdating.Updating">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ISupportUpdating.BeginUpdate"/> was called.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.InitializeContextMenu">
<summary>
Creates a new instance of the context menu object managed by this provider.
</summary>
<remarks>
If the provider contains a previously initialized context menu, then the existing menu will be disposed
before creating the new menu.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.GetItemsCount">
<summary>
Gets the Menu items count.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.NeedAddRemoveButtons">
<summary>
Indicates whether "Add or Remove buttons" is needed.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.SetVisualStyle(Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle)">
<summary>
Sets the visual style for the context menu.
</summary>
<param name="style">A <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.AddContextMenuItem(System.String,System.EventHandler)">
<summary>
Creates a new top-level menu item.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="handler">The <see cref="T:System.EventHandler"/> that will handle the menu item Click event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.AddContextMenuItem(System.String,System.String,System.EventHandler)">
<summary>
Creates a new menu item and adds it to the specified parent menu item.
</summary>
<param name="parentitem">A <see cref="T:System.String"/> value representing the parent menu item.</param>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="handler">The <see cref="T:System.EventHandler"/> that will handle the menu item Click event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.SetContextMenuItemImage(System.String,System.Windows.Forms.ImageList,System.Int32)">
<summary>
Sets the menu item image.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="imagelist">The <see cref="T:System.Windows.Forms.ImageList"/> containing the image.</param>
<param name="image">The zero-based image index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.SetContextMenuItemShortcut(System.String,System.Windows.Forms.Shortcut)">
<summary>
Sets a shortcut key for the menu item.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="key">The <see cref="T:System.Windows.Forms.Shortcut"/> key for the menu item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.GetContextMenuItemShortcut(System.String)">
<summary>
Returns the menu item's shortcut key.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<returns>A <see cref="T:System.Windows.Forms.Shortcut"/> key value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.SetContextMenuItemChecked(System.String,System.Boolean)">
<summary>
Sets the menu item's Checked property to the specified value.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="bchecked">The boolean value to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.GetContextMenuItemChecked(System.String)">
<summary>
Gets the menu item's Checked property.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<returns>A boolean value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.SetContextMenuItemEnabled(System.String,System.Boolean)">
<summary>
Sets the menu item's Enabled property to the specified value.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="benabled">The boolean value to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.GetContextMenuItemEnabled(System.String)">
<summary>
Indicates the state of the menu item's Enabled property.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<returns>A boolean value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.SetContextMenuItemSeparator(System.String,System.Boolean)">
<summary>
Inserts or removes a separator before the specified menu item's position.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="binsertseparator">True to insert a new separator; False to remove an existing separator.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.RemoveContextMenuItem(System.String)">
<summary>
Removes the specified context menu item.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.ShowContextMenu(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Displays the context menu at the specified position.
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.Control"/> object that specifies the control with which this context menu is associated.</param>
<param name="pt">A <see cref="T:System.Drawing.Point"/> object that specifies the coordinates at which to display the menu.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.DisposeContextMenu">
<summary>
Disposes the context menu associated with this provider.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.Clear">
<summary>
Clears all menu items.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.Popup">
<summary>
Occurs when menu is popped up.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider.Collapse">
<summary>
Occurs when menu is collapsed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ContextMenuItem.#ctor(Syncfusion.Windows.Forms.PdfViewer.IContextMenuProvider,System.String)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.ContextMenuItem"/> class.
</summary>
<param name="provider">A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> instance representing the menu provider.</param>
<param name="itemtext">A <see cref="T:System.String"/> value representing the context menu item.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ContextMenuItem.ContextMenuProvider">
<summary>
Returns the menu provider instance.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ContextMenuItem.ContextMenuItemText">
<summary>
Returns the text representing the context menu item.
</summary>
<value>A <see cref="T:System.String"/> value.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IGetMsgProcListener">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThreadHooks.IgnoreWndProcNcodeZero">
<summary>
Workaround for incident 35141. When calling Timer.Stop in GridGroupDropArea
this ends up calling MdiSysMenuProvider.MsgHook
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.RuntimeEnvironment">
<summary>
Provides some utility methods regarding the runtime.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.RuntimeEnvironment.MajorRuntimeVersion">
<summary>
Returns the major runtime version.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.RuntimeEnvironment.MinorRuntimeVersion">
<summary>
Returns the minor runtime version.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SystemInformationExt">
<summary>
This class will provide more information that the .Net equivalent ignored.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SystemInformationExt.KeyboardCuesAlwaysOn">
<summary>
Indicates whether menu access keys are always underlined.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SystemInformationExt.IsDotNetApp">
<summary>
Indicates whether the current application is a .Net application.
</summary>
<value>True if .Net; false otherwise.</value>
<remarks>
By default, this method will automatically determine whether or not the current active
app is a .Net app or a native app. However, to speed up performance (by a fraction of a second),
you can set this value appropriately at the beginning of your app. Note that
an incorrect setting would cause unforeseen behavior.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SystemInformationExt.IsDevStudio">
<summary>
Indicates whether the component is used inside developer studio.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.SetGraphicsMode(System.Runtime.InteropServices.HandleRef,System.Int32)">
<summary>
Sets the advanced graphics mode.
</summary>
<param name="hdc">Handler to device context.</param>
<param name="iMode">New graphics mode.</param>
<returns>If the function succeeds, the return value is the old graphics
mode. If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.ModifyWorldTransform(System.IntPtr,Syncfusion.Windows.Forms.PdfViewer.NativeMethods.XFORM@,System.Int32)">
<summary>
Changes the world transformation for a device context using
the specified mode.
</summary>
<param name="hdc">Handler to device context.</param>
<param name="lpXform">Transformation data.</param>
<param name="iMode">Modification mode.</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.SetWorldTransform(System.IntPtr,Syncfusion.Windows.Forms.PdfViewer.NativeMethods.XFORM@)">
<summary>
Sets a two-dimensional linear transformation between world space and
page space for the specified device context.
</summary>
<param name="hdc">Handler to the device context. </param>
<param name="lpXform">Pointer to an XFORM structure that contains the transformation data.</param>
<returns>TRUE if success; false otherwise.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.StateSystem.STATE_SYSTEM_INVISIBLE">
<summary>
For the scroll bar itself, indicates the specified vertical or horizontal scroll bar does not exist.
For the page up or page down regions, indicates the thumb is positioned such that the region does not exist.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.StateSystem.STATE_SYSTEM_OFFSCREEN">
<summary>
For the scroll bar itself, indicates the window is sized such that the specified vertical or horizontal scroll bar is not currently displayed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.StateSystem.STATE_SYSTEM_PRESSED">
<summary>
The arrow button or page region is pressed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.StateSystem.STATE_SYSTEM_UNAVAILABLE">
<summary>
The component is disabled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.Util.GetPInvokeStringLength(System.String)">
<summary>
Computes the string size that should be passed to a typical Win32 call.
This will be the character count under NT and the ubyte count for Win95.
</summary>
<param EntryPoint="s">
The string whose size to compute.
</param>
<returns>
The count of characters or bytes, depending on what the pinvoke
all wants
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NativeMethods.XFORM">
<summary>
Native Matrix Object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper">
<summary>
The NativeMethodsHelper class is a wrapper over some Interop calls that are exposed using static methods
in this class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.redrawWindowCallCountMap">
<summary>
Keeps track of the number of times Suspend and Resume redraw window is called for a particular window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.SuspendRedrawWindow(System.IntPtr)">
<summary>
Sends the WM_SETREDRAW to the handle of the Control to prevent drawing of the control.
</summary>
<param name="ctlHandle">The handle of the control that is to be suspended.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.ResumeRedrawWindow(System.IntPtr)">
<summary>
Resumes redrawing of the window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.ResumeRedrawWindow(System.IntPtr,System.Boolean)">
<summary>
Resumes redrawing of the window.
</summary>
<param name="ctlHandle"></param>
<param name="bRedraw"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.SetRedrawWindow(System.IntPtr,System.Boolean,System.Boolean)">
<summary>
Sends the WM_SETREDRAW message to a window to allow changes in that window to be redrawn
or to prevent changes in that window from being redrawn.
</summary>
<param name="hWnd">Handle to the native window.</param>
<param name="bRedraw">Indicates the redraw state.
If this parameter is true, the content can be redrawn after a change.
If this parameter is false, the content cannot be redrawn after a change.</param>
<param name="bForceRedraw">Forces redraw of the window using <see cref="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.RedrawWindow(System.IntPtr,System.Int32)"/>.
Works only if <c>bRedraw</c> is <c>true</c>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.SetRedrawWindow(System.IntPtr,System.Boolean)">
<summary>
Overload of <see cref="M:Syncfusion.Windows.Forms.PdfViewer.NativeMethodsHelper.SetRedrawWindow(System.IntPtr,System.Boolean,System.Boolean)"/>
Forcefully redraws window if redraw is enabled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NativeWindowEx">
<summary>Subclass window that allowing attaching of
message filters classes into Message processing.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeWindowEx.InvalidHandle">
<summary>Value that represent invalid window handle.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NativeWindowEx.m_messageFilter">
<summary>Reference on message filter instance.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeWindowEx.#ctor(System.IntPtr)">
<summary>Default constructor that subclass window by it handle automatically.</summary>
<param name="hWnd">Window Handle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NativeWindowEx.WndProc(System.Windows.Forms.Message@)">
<summary>Override of WndProc function.</summary>
<param name="m">Reference on message processed by Window.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NativeWindowEx.MessageFilter">
<summary>Gets and Sets reference on message filter instance.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.RegistryEntry">
<summary>
A structure that represents a location in the registry.
</summary>
<remarks>
This is a simple structure that refers to a Registry location
through the root RegistryKey and the subkey.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.RegistryEntry.#ctor(Microsoft.Win32.RegistryKey,System.String)">
<summary>
Creates a new instance of the RegistryEntry class and
initializes it with the root RegistryKey and subkey.
</summary>
<param name="key">The root RegistryKey.</param>
<param name="subkey">The subkey string.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.RegistryEntry.SourceRegistryKey">
<summary>
Gets / sets the root RegistryKey.
</summary>
<value>A RegistryKey value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.RegistryEntry.SourceRegistrySubKey">
<summary>
Gets /sets the subkey under the root RegistryKey.
</summary>
<value>A string value representing the subkey.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SR">
<summary>
SR provides localized access to string resources specific
from the assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SRCategoryAttribute">
<summary>
Specifies the category in which the property or event will be displayed in a visual designer.
</summary>
<remarks>
This is a localized version of CategoryAttribute. The localized string will be loaded from the
assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SRDescriptionAttribute">
<summary>
Specifies a description for a property or event.
</summary>
<remarks>
This is a localized version of DescriptionAttribute. The localized string will be loaded from the
assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ILocalizationProvider">
<summary>
Defines a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ILocalizationProvider"/> interface.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.LocalizationProvider">
<summary>
Provides static methods and properties to localize the UI.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ResourceIdentifiers">
<summary>
ResourceIdentifiers contains resource Ids specific to the Syncfusion.Shared.Base assembly.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw">
<summary>Base class for scrollers control that support visual styles.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DEF_COLOR_SCHEME">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventLargeChangeChanged">
<summary>Key for LargeChangeChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventMaximumChanged">
<summary>Key for MaximumChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventMinimumChanged">
<summary>Key for MinimumChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventSmallChangeChanged">
<summary>Key for SmallChangeChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventValueChanged">
<summary>Key for ValueChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventVisualStyleChanged">
<summary>Key for VisualStyleChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventColorSchemeChanged">
<summary>Key for ColorSchemeChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.EventThemeEnabledChanged">
<summary>Key for ThemeEnabledChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.timerDelegate">
<summary>
Used by threading timer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_largeChange">
<summary>
A value to be added to or subtracted from the System.Windows.Forms.ScrollBar.Value
property when the scroll box is moved a large distance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_cachedLargeChange">
<summary>
Cached m_largeChange
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_max">
<summary>
The upper limit of values of the scrollable range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_min">
<summary>
The lower limit of values of the scrollable range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_smallChange">
<summary>
A value to be added to or subtracted from the Syncfusion.Windows.Forms.ScrollBarCustomDraw.Value
property when the scroll box is moved a small distance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_value">
<summary>
A numeric value that represents the current position of the
scroll box on the scroll bar control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_styles">
<summary>
Visual style of the ScrollBarCustomDraw.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bThemeEnabled">
<summary>
Indicates whether to use visual styles.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bDisableThumb">
<summary>
Indicates whether thumb is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bDisableMin">
<summary>
Indicates whether minimum arrow is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bDisableMax">
<summary>
Indicates whether maximum arrow is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_controlsBefore">
<summary>
Collection of controls that locates above the minimum arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_controlsAfter">
<summary>
Collection of controls that locates under the maximum arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bKeepSystemmetrics">
<summary>
True - say control to keep System settings instead of user defined, otherwise False.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_renderer">
<summary>
Renderer which draws the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_rects">
<summary>
Array of rectangles that represents regions of the ScrollBarCustomDraw.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_timer">
<summary>
Used when user holds the arrow button clicked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_lastPressedPoint">
<summary>
Position where was last click.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_pressedZone">
<summary>
Zone where was last click .
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_selectedZone">
<summary>
Zone where mouse is over.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_cachedSelectedZone">
<summary>
Cached m_selectedZone.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_movedZone">
<summary>
Zone where is mouse position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bUpdateStates">
<summary>
False if all states is default? in other case value is false.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_OfficeColorScheme">
<summary>
Color scheme that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_scrollBarOffice2016ColorScheme">
<summary>
Color scheme that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_ScrollBarMetroColorScheme">
<summary>
Color scheme for Office2016 that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_ScrollBarOffice2010ColorScheme">
<summary>
Color scheme for Office2010 that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_MenuProvider">
<summary>
Instance of ContextMenu provider.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_ptLocation">
<summary>
To avoid compile error CS0197 in VS2002.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_bRefreshOnValueChange">
<summary>
Indicates whether scrollbar should be refreshed on each value change.
If set to false, scrollbar is invalidated only and therefore is visually refreshed after processing all scrolling messages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_owner">
<summary>
Scroll bar's owner.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.m_metroColorTable">
<summary>
Metro color table for metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.office2016BlackColorTable">
<summary>
Office2016 black color table for Office2016 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.office2016WhiteColorTable">
<summary>
Office2016 white color table for Office2016 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.office2016DarkGrayColorTable">
<summary>
Office2016 darkgray color table for Office2016 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.office2016ColorfulColorTable">
<summary>
Office2016 colorful color table for Office2016 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ApplyOffice2016BlackColorSettings">
<summary>
Apply Office2016Black color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ApplyOffice2016DarkGrayColorSettings">
<summary>
Apply Office2016DarkGray color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ApplyOffice2016WhiteColorSettings">
<summary>
Apply Office2016White color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ApplyOffice2016ColorfulColorSettings">
<summary>
Apply Office2016Colorful color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw"/> class.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Dispose(System.Boolean)">
<summary></summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ShouldSerializeControlsBefore">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ShouldSerializeControlsAfter">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnBeforeControlConfigure(System.Windows.Forms.Control)">
<summary></summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnAfterControlConfigure(System.Windows.Forms.Control)">
<summary></summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
<summary>Override. Force recalculation of Scroller elements.</summary>
<param name="levent">Layout arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Layout">
<summary>
Forces the laying out of combobox elements.
</summary>
<remarks>
Advanced method. You do not have to call this directly.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>If outside code will work with <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Controls"/> collection instead
of our collections <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ControlsBefore"/> and <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ControlsAfter"/>,
then this method will help us in synchronization.</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>If outside code will work with <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Controls"/> collection instead
of our collections <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ControlsBefore"/> and <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ControlsAfter"/>,
then this method will help us in synchronization.</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaint"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnSizeChanged(System.EventArgs)">
<summary>
Occurs when control size changed.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ResetToSystemMetrics">
<summary>
Reset control Width or Heigh to system settings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnLargeChangeChanged(System.EventArgs)">
<summary>
Raises the OnLargeChangeChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnSmallChangeChanged(System.EventArgs)">
<summary>
Raises the OnSmallChangeChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMaximumChanged(System.EventArgs)">
<summary>
Raises the OnMaximumChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMinimumChanged(System.EventArgs)">
<summary>
Raises the OnMinimumChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnVisualStyleChanged(System.EventArgs)">
<summary>
Raises the OnVisualStyleChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnThemeEnabledChanged(System.EventArgs)">
<summary>
Raises the OnMinimumChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnValueChanged(System.EventArgs)">
<summary>
Raises the OnValueChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ValidateControlsVisibility">
<summary>
Used for validating visibility of the ControlsAfter and ControlsBefore
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnRightToLeftChanged(System.EventArgs)">
<summary>
Redraws scroll control when RightToLeft is changed.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMouseLeave(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnSystemColorsChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)"/>.
</summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMovedPositionChanged(System.Int32,System.Int32)">
<summary>
Occurs when mouse down and cursor change position.
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.GetMinButton">
<summary>
Gets min button. Possible variants: Left or Down.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.GetMaxButton">
<summary>
Gets max button. Possible variants: Right or Up.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.HitTest(System.Int32,System.Int32)">
<summary>
Defines pressed zone.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RecalculateScroll">
<summary>
Recalculates bounds of the ScrollBarCustomDraw.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RecalculateArrow">
<summary>
Recalculates bounds of the arrow buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RecalculateThumb">
<summary>
Recalculates bounds of the thumb.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.IsControlsVisible">
<summary>
If scroll contain all controls than controls is visible, in other case value is false.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.GetAfterControlsDockStyle">
<summary>
Gets DockStyle of afterControls.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.GetBeforeControlsDockStyle">
<summary>
Gets DockStyle of beforeControls.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.CalculatedDelta(System.Int32,System.Int32)">
<summary>
used for calculates thumb offset.
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.PointToValue(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ValueToPoint(System.Int32)">
<summary></summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DropHandle">
<summary>
Utility API that open to user opportunity to destroy handle in runtime.
Very usefull for runtime resource cleanup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.SetSafeSmallChange(System.Int32)">
<summary>
Sets small change if value is less than large change; otherwise sets small change to large change.
</summary>
<param name="value">Value to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.timer_Tick(System.Object)">
<summary></summary>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnTickForThumbMin(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnTickForThumbMaxZone(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnTickForMinButton(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnTickForMaxButton(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnScrollHereClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMinimumClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnMaximumClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnPageUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnPageDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnScrollUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnScrollDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnBeforeControlConfigure(System.Object,Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OnAfterControlConfigure(System.Object,Syncfusion.Windows.Forms.PdfViewer.ConfigureControlEventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Accumulate(Syncfusion.Windows.Forms.PdfViewer.ControlsCollection)">
<summary>
Method accumulate width and height of the controls in
specified collection.
</summary>
<summary>Method accumulate width and height of the controls in
specified collection.</summary>
<param name="collection">collection of controls.</param>
<returns>Accumulated values.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.SetControlsLayoutVisibility(System.Boolean)">
<summary>
Excludes/includes controls in <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Controls"/> collection.
</summary>
<param name="hide">If true - excludes, else includes controls in <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Controls"/> collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DefineMovedZone(System.Drawing.Point)">
<summary></summary>
<param name="p"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DefineMovedZone(System.Int32,System.Int32)">
<summary></summary>
<param name="x">X coordinate of mouse.</param>
<param name="y">Y coordinate of mouse.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.SetInnerValue(System.Int32)">
<summary>
Sets value, but OnValueChanged don't raise.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DisposeControls(Syncfusion.Windows.Forms.PdfViewer.ControlsCollection)">
<summary>
Dispose controls of ScrollBarCustomDraw.
</summary>
<param name="controls">Collection of controls to be disposed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RaiseMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Used to raise the mouse event
</summary>
<param name="args">The args contains the MouseEventArgs data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RaiseMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Used to raise the mouse event
</summary>
<param name="args">The args contains the MouseEventArgs data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RaiseMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Used to raise the mouse event
</summary>
<param name="args">The args contains the MouseEventArgs data</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the System.Windows.Forms.ScrollBar.Value
property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Maximum">
<summary>
Gets or sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Minimum">
<summary>
Gets or sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.SmallChange">
<summary>
Gets or sets a value to be added to or subtracted from the Syncfusion.Windows.Forms.ScrollBarCustomDraw.Value
property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Value">
<summary>
Gets or sets a numeric value that represents the current position of the
scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.VisualStyle">
<summary>
Visual style of the ScrollBarCustomDraw.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ThemeEnabled">
<summary>
Gets or sets a value that indicates whether to use visual styles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DisableThumb">
<summary>
Gets or sets a value that indicates whether thumb is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DisableMinimumArrow">
<summary>
Gets or sets a value that indicates whether minimum arrow is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.DisableMaximumArrow">
<summary>
Gets or sets a value that indicates whether maximum arrow is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ControlsBefore">
<summary>
Collection of controls that locates above the minimum arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ControlsAfter">
<summary>
Collection of controls that locates under the maximum arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.KeepSystemMetrics">
<summary>
True - say control to keep System settings instead of user defined, otherwise False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.InternalRender">
<summary>
Gets or sets the renderer which draws the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.IsRtl">
<summary>
Returns the value that indicates whether RightToLeft is RightToLeft.Yes
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Controls">
<summary>
Hide Controls collection from CodeDom serialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.MetroColorTable">
<summary>
Gets or sets the metro color table.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Office2016BlackColorTable">
<summary>
Gets or sets the color table for Office2016 Black theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Office2016WhiteColorTable">
<summary>
Gets or sets the color table for Office2016 white theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Office2016DarkGrayColorTable">
<summary>
Gets or sets the color table for Office2016 dark gray theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.Office2016ColorfulColorTable">
<summary>
Gets or sets the color table for Office2016 colorful theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.OfficeColorScheme">
<summary>
Gets or sets whether the Office color scheme should be Silver or Blue or Black.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ScrollBarMetroColorScheme">
<summary>
Gets or sets whether the Metro color scheme should be user defined color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ScrollBarOffice2010ColorScheme">
<summary>
Gets or sets whether the Office2010 color scheme should be Silver or Blue or Black.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ScrollBarOffice2016ColorScheme">
<summary>
Gets or sets whether the Office2016 color scheme should be Black or White or DarkGray or Colorful.
</summary>
<remarks>
This is applicable for both the horizontal and vertical scrollbar.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ContextMenuProvider">
<summary>
Gets / sets the menu provider object that will implement the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw"/>'s contextmenu.
</summary>
<remarks>
The ScrollBarCustomDraw control automatically initializes this property depending on the presence
of the Syncfusion Essential Tools library. If Essential Tools is available, then the menu provider
object will be an instance of the <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ContextMenuProvider"/>
type. If not, the <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/> class is used for
implementing the standard .NET context menu. <p>The ScrollersFrame's automatic initialization
should suffice for most applications and you should explicitly set this property only when you
want to override the default menu provider assignment.</p></remarks>
<value>A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> implementation; the default
is <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.RefreshOnValueChange">
<summary>
Gets or sets value indicating whether scrollbar should be refreshed on each value change.
If set to false, scrollbar is invalidated only and therefore is visually refreshed after processing all scrolling messages.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.LargeChangeChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.MaximumChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.MinimumChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.SmallChangeChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ValueChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.VisualStyleChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ColorSchemeChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw.ThemeEnabledChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.DEF_MINTHUMB_WIDTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.m_deltaX">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.m_bIsControlsVisible">
<summary>
Flag, if true than controls visivble in other case not visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.m_defaultSize">
<summary>
Default size of the horizontal scroolbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw"/> class.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.OnSizeChanged(System.EventArgs)">
<summary>
Occurs when control size changed.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.ValidateControlsVisibility">
<summary>
Used for validating visibility of the ControlsAfter and ControlsBefore
</summary>
<returns>
TODO: place correct comment here
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.ResetToSystemMetrics">
<summary>
Reset horizontal scrollbar to default height.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.GetAfterControlsDockStyle">
<summary>
Gets dockStyle for controls which situated before scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.GetBeforeControlsDockStyle">
<summary>
Gets dockStyle for controls which situated after scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.PointToValue(System.Int32,System.Int32)">
<summary>
Gets value by cursor position
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.RecalculateArrow">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.RecalculateThumb">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.GetMaxButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.GetMinButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.OnMovedPositionChanged(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.CalculatedDelta(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.ShouldSerializeSize">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.ResetSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.CalculateArrowsPositions">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.CalculateThumbSize">
<summary>
Calculates bounds of thumb for scroll control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.CalculateThumbLeftAndRightZone">
<summary>
Calculating bounds for leftThumb and rightThumb zones for scroll.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.OnScrollHereClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.OnPageDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.OnPageUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.Width">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.HScrollBarCustomDraw.Size">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISupportIntelliMouse">
<summary>
Provides a property that lets you toggle support for Intelli-Mouse panning.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISupportIntelliMouse.EnableIntelliMouse">
<summary>
Toggles support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse,
the window will scroll.
</summary>
<remarks>
The latest Intelli-Mouse drivers have also built-in </remarks>.
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll">
<summary>
Implements support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse,
the window will scroll. <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/> has built-in support for this call. You only have
to enable <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EnableIntelliMouse"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll"/> object.
</summary>
<param name="control">The control to add this functionality to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.#ctor(System.Windows.Forms.Control,System.Boolean)">
<summary>
Initializes the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll"/> object.
</summary>
<param name="control">The control to add this functionality to.</param>
<param name="hookMouseDownMessage">True if <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll"/> should listen for MouseDown event;
False if dragging should be started manually by calling StartDrag.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.StartDrag(System.Drawing.Point)">
<summary>
Starts the IntelliMouse dragging at the given screen coordinates.
</summary>
<param name="startPoint">Screen coordinates, e.g. Control.MousePosition.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.StopDrag">
<summary>
Stops the Intelli-Mouse dragging.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.GetBitmap(System.String)">
<summary>
Returns the bitmap from manifest. Red background in bitmap will be made transparent.
</summary>
<param name="bitmapName"></param>
<returns></returns>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.DragScroll">
<summary>
Occurs when the user has dragged the mouse outside the scrolling bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.ActiveIntelliMouseDragScroll">
<summary>
Returns the active <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll"/> object, if any.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.AllowScrolling">
<summary>
Gets / sets the scrolling direction.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.IsDragging">
<summary>
Indicates whether the user is dragging.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.Enabled">
<summary>
Indicates whether to toggle the Intelli-Mouse feature on or off.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScroll.Cursor">
<summary>
Returns the cursor to be displayed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DragWindow.m_parent">
<summary>
Parent control supporting Drag operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DragWindow.bShiftCalculated">
<summary>
Indicates whether shift value is calculated.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DragWindow.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DragWindow.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DragWindow.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DragWindow.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DragWindow.DragParent">
<summary>
Gets / sets the parent control supporting drag operation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IDragDispatcher">
<summary>
Interface for implementing by parent control supporting Drag operation.
Methods of this interface invoke corresponding drag methods of parent control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventHandler">
<summary>
Handles the DragScroll event of an IntelliMouseDragScroll object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs">
<summary>
Provides data for the DragScroll event of an IntelliMouseDragScroll object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the IntelliMouseDragScrollEventArgs class.
</summary>
<param name="dx">The distance in pixels the mouse pointer has been moved horizontally.</param>
<param name="dy">The distance in pixels the mouse pointer has been moved vertically.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs.DX">
<summary>
Gets / sets the distance in pixels the mouse pointer has been moved horizontally.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs.DY">
<summary>
Gets / sets the distance in pixels the mouse pointer has been moved vertically.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs.Scrolled">
<summary>
Set this to True if you scrolled and do not want default scrolling behavior.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame">
<summary>
Implement this interface if you want to add support for shared scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame.GetHScrollBar(System.Windows.Forms.Control)">
<summary>
Returns a scrollbar object that implements a horizontal scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame.GetVScrollBar(System.Windows.Forms.Control)">
<summary>
Returns a scrollbar object that implements a vertical scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame.IsActive(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
Indicates whether the specified control is activated.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MouseWheelZoomEventHandler">
<summary>
Handles the MouseWheelZoom events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MouseWheelZoomEventArgs">
<summary>
Provides data for the MouseWheelZoom event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MouseWheelZoomEventArgs.#ctor(System.Int32)">
<summary>
Initializes a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MouseWheelZoomEventArgs"/> with a given delta.
</summary>
<param name="delta">The number of rows or columns to scroll.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MouseWheelZoomEventArgs.Delta">
<summary>
Returns the number of rows or columns to scroll.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventHandler">
<summary>
Handles the NcPaint event of an ScrollControl object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs">
<summary>
Provides data for the NCPaint event of an ScrollControl object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.IntPtr)">
<summary>
Initializes a new instance of the NCPaintEventArgs class.
</summary>
<param name="pGraphics"></param>
<param name="pClipRegion"></param>
<param name="pDisplay"></param>
<param name="pWindowInScreen"></param>
<param name="pPtrClipRegion"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.Dispose(System.Boolean)">
<summary>
</summary>
<param name="disposing"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.m_rcDisplay">
<summary>
Bounds an ScrollControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.m_rcWindowInScreen">
<summary>
Bounds of an ScrollControl in screen coordinates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.m_ptrClipRegion">
<summary>
Clipping region of an ScrollControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.DisplayRectangle">
<summary>
Gets or sets bounds an ScrollControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.WindowInScreenRectangle">
<summary>
Gets or sets bounds of an ScrollControl in screen coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs.ClipRegion">
<summary>
Gets or sets clipping region of an ScrollControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.IsThumbTracking">
<summary>
True if scroll bar is currently in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.SupportsThumbTrack">
<summary>
Indicates whether the associated control should scroll while the user is dragging a scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.SupportsScrollTips">
<summary>
Indicates whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/> Checks this property to determine if ScrollTips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.LargeChange">
<summary>
Gets / sets a value to be added to or subtracted from to the Value property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.Maximum">
<summary>
Gets / sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.Minimum">
<summary>
Gets / sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.SmallChange">
<summary>
Gets / sets a value to be added to or subtracted from to the Value property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar.Value">
<summary>
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer">
<summary></summary>
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IRenderer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.m_parent">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.m_isVerticalScroll">
<summary>
Indicates whether scroll is vertical or horizontal
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.#ctor(System.Boolean)">
<summary></summary>
<param name="isVerticalScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary></summary>
<param name="parent"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.Parent">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.IsVerticalScrollBar">
<summary>
Indicates whether scrollBar is vertical or horizontal.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.Bitmaps">
<summary></summary>
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.Bitmaps.#ctor(System.Int32)">
<summary></summary>
<param name="capacity"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BasicRenderer.Bitmaps.Item(System.Object)">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer">
<summary></summary>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.BORDER_WIDTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.m_hImages">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.#ctor(System.Boolean)">
<summary></summary>
<param name="isVerticalScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary></summary>
<param name="parent"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcArrow"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcBackground"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="type"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawArrowPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcArrow"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcBackground"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.DrawThumbArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcThumb"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.GetBackgroundImage">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary> Right office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary> Left office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary> Down office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary> Up office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.EIMAGE">
<summary></summary>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.EIMAGE.eiDownArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.EIMAGE.eiRightArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.EIMAGE.eiLeftArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.EIMAGE.eiUpArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ClassicRenderer.EIMAGE.MAX">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007">
<summary></summary>
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.GetAlphaBlendedColor(System.Drawing.Color,System.Drawing.Color,System.Int32)">
<summary></summary>
<param name="src"></param>
<param name="dest"></param>
<param name="alpha"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.GetColorTable(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme)">
<summary>
Retrieves color table according to style and scheme.
</summary>
<param name="style">Office2007 style.</param>
<param name="scheme">Office2007 color scheme.</param>
<returns>Color table.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.RegisterColorTable(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme,Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007)">
<summary>
Registers color table within internal collection.
</summary>
<param name="style">Office2007 style.</param>
<param name="scheme">Office2007 scheme.</param>
<param name="colorTable">Color table itself.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.UpdateColors(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.UpdateScheme(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ApplyManagedColors(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.m_office2007Colors">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.s_colorTables">
<summary>
Registered color tables.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonGradientSelectedBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonGradientSelectedEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonGradientPressedBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonGradientPressedEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonBorderDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonBorderLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonBorderSelectedDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonBorderSelectedLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonBorderPressedDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowButtonBorderPressedLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowGradientNormalBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ArrowGradientNormalEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ThumbLinesGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ThumbLinesGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ThumbPressedBackgroundGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ThumbPressedBackgroundGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerBorderBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerBorderEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerGripDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerGripLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.ScrollerGripBackGround">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OfficeColors">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR">
<summary></summary>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientNormalBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientNormalEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.thumbLinesGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.thumbLinesGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerBorderBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerBorderEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerGripDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerGripLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.scrollerGripBackGround">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientSelectedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientSelectedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientPressedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientPressedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderSelectedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderSelectedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderPressedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderPressedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.thumbPressedBackgroundGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007.OFFICE2007COLOR.thumbPressedBackgroundGradientEnd">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007Silver">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007Silver.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007Black">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007Black.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableGenericOffice2007Blue">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableGenericOffice2007Blue.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableGenericOffice2007Silver">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableGenericOffice2007Silver.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableGenericOffice2007Black">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableGenericOffice2007Black.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IColorTableOffice2010Creator">
<summary>
Interface to create an Office 2010 color table.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010">
<summary>
Color table for Office 2010 like scroll bars.
</summary>
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.#cctor">
<summary>
Constructor for Office2010 color table which is used to register the color style of each theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.GetAlphaBlendedColor(System.Drawing.Color,System.Drawing.Color,System.Int32)">
<summary>Get the Alpha blended color. </summary>
<param name="src">Source color</param>
<param name="dest">destination color</param>
<param name="alpha">alpha color</param>
<returns>returns the alpha blended color</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.GetColorTable(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme)">
<summary>
Retrieves color table according to style and scheme.
</summary>
<param name="style">Office2010 style.</param>
<param name="scheme">Office2010 color scheme.</param>
<returns>Color table.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.RegisterColorTable(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme,Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010)">
<summary>
Registers color table within internal collection.
</summary>
<param name="style">Office2010 style.</param>
<param name="scheme">Office2010 scheme.</param>
<param name="colorTable">Color table itself.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.UpdateColors(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
Updates the styles of the scrollbars related to Office2010 colors.
</summary>
<param name="basicColor">base color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.UpdateScheme(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme)">
<summary>
Updates the Office2010 scrollbar color schemes.
</summary>
<param name="style">Custom scrollbar draw style.</param>
<param name="scheme">Office2010 color scheme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ApplyManagedColors(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="style">Custom scrollbar draw style.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme)">
<summary>
Applies scheme for managed theme.
</summary>
<param name="form">Container form.</param>
<param name="style">Custom scrollbar draw style.</param>
<param name="scheme">Office2010 color scheme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ManagedColorsApplied(Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsAppliedEventArgs)">
<summary>
Applies managed colors
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.InitColors(System.Drawing.Color[]@)">
<summary>
Initialize scroll bar color fields.
</summary>
<param name="colors">Scroll bar color references.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.m_office2010Colors">
<summary>
Office 2010 color array.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.s_colorTables">
<summary>
Registered color tables.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.Syncfusion#Windows#Forms#PdfViewer#IColorTableOffice2010Creator#Create">
<summary>
Interface to create a Office2010 color table.
</summary>
<returns>returns office2010 color table</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerGradientBegin">
<summary>
Specifies the ScrollerGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerGradientEnd">
<summary>
Specifies the ScrollerGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonGradientBegin">
<summary>
Specifies the ArrowButtonGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonGradientEnd">
<summary>
Specifies the ArrowButtonGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonGradientSelectedBegin">
<summary>
Specifies the ArrowButtonGradientSelectedBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonGradientSelectedEnd">
<summary>
Specifies the ArrowButtonGradientSelectedEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonGradientPressedBegin">
<summary>
Specifies the ArrowButtonGradientPressedBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonGradientPressedEnd">
<summary>
Specifies the ArrowButtonGradientPressedEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonBorderDark">
<summary>
Specifies the ArrowButtonBorderDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonBorderLight">
<summary>
Specifies the ArrowButtonBorderLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonBorderSelectedDark">
<summary>
Specifies the ArrowButtonBorderSelectedDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonBorderSelectedLight">
<summary>
Specifies the ArrowButtonBorderSelectedLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonBorderPressedDark">
<summary>
Specifies the ArrowButtonBorderPressedDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowButtonBorderPressedLight">
<summary>
Specifies the ArrowButtonBorderPressedLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowGradientBegin">
<summary>
Specifies the ArrowGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowGradientEnd">
<summary>
Specifies the ArrowGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowGradientNormalBegin">
<summary>
Specifies the ArrowGradientNormalBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ArrowGradientNormalEnd">
<summary>
Specifies the ArrowGradientNormalEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ThumbLinesGradientBegin">
<summary>
Specifies the ThumbLinesGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ThumbLinesGradientEnd">
<summary>
Specifies the ThumbLinesGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ThumbPressedBackgroundGradientBegin">
<summary>
Specifies the ThumbPressedBackgroundGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ThumbPressedBackgroundGradientEnd">
<summary>
Specifies the ThumbPressedBackgroundGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerBorderBegin">
<summary>
Specifies the ScrollerBorderBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerBorderEnd">
<summary>
Specifies the ScrollerBorderEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerGripDark">
<summary>
Specifies the ScrollerGripDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerGripLight">
<summary>
Specifies the ScrollerGripLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ScrollerGripBackGround">
<summary>
Specifies the ScrollerGripBackGround color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OfficeColors">
<summary>
Specifies the color of the Office2010 scroll bars
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR">
<summary>
Color references for Office2010.
</summary>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientNormalBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientNormalEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.thumbLinesGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.thumbLinesGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerBorderBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerBorderEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerGripDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerGripLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.scrollerGripBackGround">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientSelectedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientSelectedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientPressedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientPressedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderSelectedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderSelectedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderPressedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderPressedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.thumbPressedBackgroundGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.OFFICE2010COLOR.thumbPressedBackgroundGradientEnd">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ColorTableKey">
<Internal/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ColorTableKey.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme)">
<summary>
Constructor for color Table key.
</summary>
<param name="style">Custom scrollbar draw style.</param>
<param name="scheme">Office2010 color scheme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ColorTableKey.System#IComparable#CompareTo(System.Object)">
<summary>
Compare the color table keys through <see cref="T:System.IComparable"/>.
</summary>
<param name="obj">Object of the ColorTableKey.</param>
<returns>Returns 1 if color key is less. Otherwise returns 0.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ColorTableKey.Less(Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010.ColorTableKey)">
<summary>
Compares the color table keys.
</summary>
<param name="key">A color table key.</param>
<returns>returns true if passed one is less. Otherwise return false</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Blue">
<summary>
Provides attributes and methods for Office2010 blue color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Blue.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Blue.Syncfusion#Windows#Forms#PdfViewer#IColorTableOffice2010Creator#Create">
<summary>
Interface to create an office2010 blue color table.
</summary>
<returns>returns office2010 blue color table.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Silver">
<summary>
Provides attributes and methods for Office2010 Silver color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Silver.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Silver.InitColors(System.Drawing.Color[]@)">
<summary>
Initialize scroll bar color fields for silver color.
</summary>
<param name="colors">Scroll bar color references.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Silver.Syncfusion#Windows#Forms#PdfViewer#IColorTableOffice2010Creator#Create">
<summary>
Interface to create an office2010 Silver color table.
</summary>
<returns>returns office2010 silver color table</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Black">
<summary>
Provides attributes and methods for Office2010 Black color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Black.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Black.InitColors(System.Drawing.Color[]@)">
<summary>
Initialize scroll bar color fields for black color.
</summary>
<param name="colors">Scroll bar color references.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010Black.Syncfusion#Windows#Forms#PdfViewer#IColorTableOffice2010Creator#Create">
<summary>
Interface to create an office2010 Black color table.
</summary>
<returns>returns Office2010 black color table</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer">
<summary>
The metro renderer for scrollbar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer"/> class.
</summary>
<param name="parent">The parent control</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw,Syncfusion.Windows.Forms.PdfViewer.MetroColorTable)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer"/> class.
</summary>
<param name="parent">The parent control.</param>
<param name="colorTable">The metro color table.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcBackground">The bounds of background.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws scroll background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The scroll bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of thumb.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcArrow">The bounds of arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The arrow backgroud bounds.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws scrollbar arrow
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of the arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeRightArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeLeftArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeDownArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetOfficeUpArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetRightArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetLeftArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetDownArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.GetUpArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroRenderer.EnableOffice2013Style">
<summary>
Indicates whether scrollBar style is EnableOffice2013Style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable">
<summary>
Metro color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ScrollerBackground">
<summary>
Gets or sets the scroll bar background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbNormal">
<summary>
Gets or sets the normal state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbChecked">
<summary>
Gets or sets the checked state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbPressed">
<summary>
Gets or sets the pushed state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbNormalBorderColor">
<summary>
Gets or sets the Thumb Normal Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbCheckedBorderColor">
<summary>
Gets or sets the Thumb Checked Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbPushedBorder">
<summary>
Gets or sets the pushed state Thumb Pushed Border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbPressedBorderColor">
<summary>
Gets or sets the pushed state Thumb Pushed Border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowNormalBorderColor">
<summary>
Gets or sets the Arrow Normal Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowCheckedBorderColor">
<summary>
Gets or sets the Arrow Checked Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowPressedBorderColor">
<summary>
Gets or sets the Arrow Pushed Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ThumbInActive">
<summary>
Gets or sets the inactive state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowNormal">
<summary>
Gets or sets the normal state arrow color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowChecked">
<summary>
Gets or sets the checked state arrow color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowPressed">
<summary>
Gets or sets the pushed state arrow color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowNormalBackground">
<summary>
Gets or sets the normal state Arrow Background Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowPressedBackground">
<summary>
Gets or sets the pushed state Arrow Pushed Background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColorTable.ArrowInactive">
<summary>
Gets or sets the inactive state arrow color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.MIN_THUMB_LENGTH_FOR_LINES">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.THUMB_LINE_LENGTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_colorTable">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_blBackGround">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_blBackGroundBlack">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_blArrowButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_blArrowButtonSelected">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_blArrowButtonSelectedSilverBlack">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_blThumbBackGround">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.m_hImages">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.#cctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw,Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2007)">
<summary>
Initialize new instance of Office2007Renderer
</summary>
<param name="parent"></param>
<param name="colorTable"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcArrow"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcBackground"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="type"/>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="type"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.DrawLines(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="isVerticalScrollBar"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetBackgroundBrushHorizontal(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="width"/>
<param name="clBegin"/>
<param name="clEnd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetBackgroundBrushVertical(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="height"/>
<param name="clBegin"/>
<param name="clEnd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="rc"></param>
<param name="cl1"></param>
<param name="cl2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetVerticalBrush(System.Int32,System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="top"></param>
<param name="height"></param>
<param name="cl1"></param>
<param name="cl2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetHorizontalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="rc"></param>
<param name="cl1"></param>
<param name="cl2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary></summary>
<param name="rc"></param>
<param name="iRadius"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary> Right office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary> Left office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary> Down office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary> Up office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeRightArrowNormal(System.Int32,System.Int32)">
<summary> Right Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeLeftArrowNormal(System.Int32,System.Int32)">
<summary> Left Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeDownArrowNormal(System.Int32,System.Int32)">
<summary> Down Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeUpArrowNormal(System.Int32,System.Int32)">
<summary> Up Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeThumbLinesVertical">
<summary> Vertical thumb lines. </summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Renderer.GetOfficeThumbLinesHorizontal">
<summary> Horizontal thumb lines. </summary>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.EIMAGE">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiDownArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiRightArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiLeftArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiUpArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiDownArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiRightArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiLeftArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiUpArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiThumbLinesVertical">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.eiThumbLinesHorizontal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.EIMAGE.MAX">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer">
<summary>Provides renderer for Office2010 theme.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.MIN_THUMB_LENGTH_FOR_LINES">
<summary>
Scroll Bar min thumb length for lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.THUMB_LINE_LENGTH">
<summary>
Scroll thumb line length.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_colorTable">
<summary>
Office2010 color table.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_blBackGround">
<summary>
Blended background color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_blBackGroundBlack">
<summary>
Blended background black color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_blArrowButton">
<summary>
Blended arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_blArrowButtonSelected">
<summary>
Blended selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_blArrowButtonSelectedSilverBlack">
<summary>
Blended arrow button silver and black selected colors.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_blThumbBackGround">
<summary>
Blend for thumb background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.m_hImages">
<summary>
Bitmap for scroll images
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.#cctor">
<summary>
Constructor for Office2010 renderers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw,Syncfusion.Windows.Forms.PdfViewer.ColorTableOffice2010)">
<summary>
Initialize new instance of Office2010Renderer
</summary>
<param name="parent">custom scrollbar.</param>
<param name="colorTable">Color Table.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g">graphics for arrow buttons.</param>
<param name="rcArrow">Arrow bounds.</param>
<param name="type">type of the scroll button.</param>
<param name="state">Scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g">graphics for arrow buttons background.</param>
<param name="rcBackground">arrow button background bounds</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g">graphics for scroll thumb.</param>
<param name="rcThumb">scroll thimb bounds.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>Draw scroll bar background.</summary>
<param name="g">graphics for scroll bar backgrounds.</param>
<param name="rc">scroll background bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>Draw pushed scroll background.</summary>
<param name="g">Graphics for pushed scroll background</param>
<param name="rc">Scroll bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>Draw scroll bar arrow background.</summary>
<param name="g">Graphics for Arrow background.</param>
<param name="rc">Arrow bounds.</param>
<param name="type">type of the scroll button.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>Draw scroll thumb background.</summary>
<param name="g">Graphics for thumb background.</param>
<param name="rc">Scroll thumb bounds.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>Draw scroll arrow.</summary>
<param name="g">Graphics for scroll arrow.</param>
<param name="rc">Arrow bounds.</param>
<param name="type">type of scroll button.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.DrawLines(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>Draw scroll lines</summary>
<param name="g">Graphics.</param>
<param name="rc">Scroll bounds.</param>
<param name="isVerticalScrollBar">true if the scroll bar is vertical scrollbar.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetBackgroundBrushHorizontal(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
Get the horizontal scroll background brush.
</summary>
<param name="width">ScrollBar width.</param>
<param name="clBegin"> scroll begin color.</param>
<param name="clEnd">scroll bar end color.</param>
<returns>Returns the gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetBackgroundBrushVertical(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
Get the Vertical scroll background brush.
</summary>
<param name="height"> ScrollBar height.</param>
<param name="clBegin"> scroll begin color.</param>
<param name="clEnd">scroll bar end color.</param>
<returns>Returns the gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
gets the vertical scroll brush.
</summary>
<param name="rc">bounds.</param>
<param name="cl1">Gradient top color.</param>
<param name="cl2">Gradient bottom color.</param>
<returns>Returns the Linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetVerticalBrush(System.Int32,System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
gets the vertical scroll brush.
</summary>
<param name="top">top of the scroll bar rectangle</param>
<param name="height">Height of the scroll bar rectangle</param>
<param name="cl1">Gradient top color.</param>
<param name="cl2">Gradient bottom color.</param>
<returns>Returns the Linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetHorizontalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
gets the horizontal scroll brush.
</summary>
<param name="rc">bounds.</param>
<param name="cl1">Gradient top color.</param>
<param name="cl2">Gradient bottom color.</param>
<returns>the Linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary>
gets the rounded polygon.
</summary>
<param name="rc">Bounds.</param>
<param name="iRadius">Radius of the polygon.</param>
<returns>the edge points.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary> Right office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary> Left office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary> Down office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary> Up office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeRightArrowNormal(System.Int32,System.Int32)">
<summary> Right Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeLeftArrowNormal(System.Int32,System.Int32)">
<summary> Left Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeDownArrowNormal(System.Int32,System.Int32)">
<summary> Down Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeUpArrowNormal(System.Int32,System.Int32)">
<summary> Up Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeThumbLinesVertical">
<summary> Vertical thumb lines. </summary>
<returns>the bitmap of the scroll thumb.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.GetOfficeThumbLinesHorizontal">
<summary> Horizontal thumb lines. </summary>
<returns>the horizontal thumb lines' Bitmap.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE">
<summary>
Enumeration for scroll bar fields.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiDownArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiRightArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiLeftArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiUpArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiDownArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiRightArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiLeftArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiUpArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiThumbLinesVertical">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.eiThumbLinesHorizontal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Renderer.EIMAGE.MAX">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer">
<summary>WindowsXP Blue Style renderer implementation.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_HORIZONTAL_BRUSH_ANGLE">
<summary>
Angle for horizontal gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_VERTICAL_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_SLOPING_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_WIDTH_BRUSH">
<summary>
Width for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_HEIGHT_BRUSH">
<summary>
Height for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_BORDERS_RADIUS">
<summary>
Default radius truncation corners.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_COUNT_OF_LINES">
<summary>
Count of lines on the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DEF_HEIGHT_OF_LINES">
<summary>
Height of lines on the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_iLeft">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_iTop">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_iRight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_iBottom">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_disabledColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_disabledShadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_disabledArrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.m_disabledBackgroundColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.colorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.renderer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
<param name="isVerticalScrollBar"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
<param name="parent"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.SetColorScheme(Syncfusion.Windows.Forms.PdfViewer.ScrollBarWindowsXPColorsScheme)">
<summary>
Sets WindowsXP color scheme for the control.
</summary>
<param name="colorScheme"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.SetColorScheme">
<summary>
Sets the color scheme for the button based on the current XP Scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.InitializeRectangleEdges(System.Drawing.RectangleF)">
<summary>
Initializes edges of specified rectangle.
</summary>
<param name="bounds">Bounds of the rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.ValidateRectangle(System.Drawing.RectangleF@)">
<summary></summary>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.GetRoundedPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Gets rounded path with specified radius for the rectangle.
</summary>
<param name="bounds"></param>
<param name="iRadius"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.GetVerticalBrush(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets vertical gradient brush.
</summary>
<returns></returns>
<param name="rc"/>
<param name="cl1"/>
<param name="cl2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.GetHorizontalBrush(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets horizontal gradient brush.
</summary>
<returns></returns>
<param name="rc"/>
<param name="cl1"/>
<param name="cl2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.GetSlopingBrush(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets gradient brush with 53 angle.
</summary>
<returns></returns>
<param name="rc"/>
<param name="cl1"/>
<param name="cl2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawBackgroundLines(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws background lines.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="lineColor">Color of the lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawShadowForArrowButton(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws shadow for the arrow button.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="shadowColor"/>
<param name="startBackgroundColor"/>
<param name="endBackgroundColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawShadowForThumb(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color)">
<summary>
Draws shadow for the thumb.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
<param name="shadowColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawMiddleLinesForThumb(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws middle lines on the thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
<param name="firstColor"/>
<param name="secondColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.FillRectangleWhite(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Fill Rectangle with ControlLightLight color.
</summary>
<param name="g">Graphics objects to use.</param>
<param name="bounds">Bounds of the rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawArrowButtonDisabled(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton)">
<summary>
Draws disabled arrowButton.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the button.</param>
<param name="type">Type of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawBackgroundDisabled(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws disabled background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawThumbDisabled(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws disabled thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawArrows(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Drawing.Color)">
<summary>
Draws up arrow on the button.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the button.</param>
<param name="type"/>
<param name="color"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.DrawArrowInternal(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
<summary>
Draws two lines in specified points.
</summary>
<param name="g"></param>
<param name="pen"></param>
<param name="p1"></param>
<param name="p2"></param>
<param name="p3"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.Rotate(System.Drawing.PointF[],System.Single,System.Drawing.PointF)">
<summary>
Rotate shape on specified angle around center p.
</summary>
<param name="points"> Array of points that represents shape to rotate. </param>
<param name="angle">Angle in radians to rotate.</param>
<param name="p">Point to rotate around.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPRenderer.ColorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_blendArrowButtonDefault">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_blendArrowButtonPushed">
<summary>
Blend for the pushed arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_blendThumb">
<summary>
Blend for the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_blendSmallThumb">
<summary>
Blend for the thumb with height &lt; 17.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_blendArrowButtonBorder">
<summary>
Blend for the border of arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_blendBackGround">
<summary>
Blend for the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_shadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_arrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultThumbBlueLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultThumbBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_defaultThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedThumbBlueLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_selectedThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedThumbBlueLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedThumbBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.m_pushedThumbEndColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
<param name="isVerticalScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.GetTopRoundedPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Gets path that represents left and top lines.
</summary>
<param name="bounds"></param>
<returns></returns>
<param name="iRadius"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.GetBottomRoundedPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Gets path that represents bottom and right lines.
</summary>
<param name="bounds"></param>
<returns></returns>
<param name="iRadius"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.FillBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills background with specified colors and gradient.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="startColor">Start color of the gradient.</param>
<param name="endColor">End color of the gradient.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawDefaultBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawDefaultArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawSelectedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawPushedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawDefaultThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawSelectedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawPushedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawBorderForThumb(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws rounded path for the rectangle of thumb with specified color.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="color1">Color to draw.</param>
<param name="color2">Color to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPBlueRenderer.DrawBorderForArrowButton(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws rounded path for the rectangle of arrow button with specified color.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="color1">Color to draw.</param>
<param name="color2">Color to draw.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer">
<summary>WindowsXP OliveGreen Style renderer implementation.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_blendArrowButton">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_blendInternalArrowButton">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_blendThumb">
<summary>
Blend for the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_blendBackGround">
<summary>
Blend for the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_arrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_arrowButtonShadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedArrowButtonInternalColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_thumbShadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultThumbGreenLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_defaultThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedThumbGreenLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_selectedThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedThumbGreenLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.m_pushedThumbEndColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.FillBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills background with specified colors and gradient.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="startColor">Start color of the gradient.</param>
<param name="endColor">End color of the gradient.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawDefaultBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawDefaultArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawSelectedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawPushedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawDefaultThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawSelectedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawPushedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPOliveGreenRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color)">
<summary>
Draws rounded path for the rectangle of arrow button with specified color.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="color">Color to draw.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer">
<summary>WindowsXP Silver Style renderer implementation.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_blendArrowButtonDefault">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_blendArrowButtonPushed">
<summary>
Blend for the pushed arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_blendThumb">
<summary>
Blend for the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_blendThumbPushed">
<summary>
Blend for the pushed thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_blendBackGround">
<summary>
Blend for the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_pushedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_arrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.m_defaultThumbEndColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.FillBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills background with specified colors and gradient.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="startColor">Start color of the gradient.</param>
<param name="endColor">End color of the gradient.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawDefaultBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawDefaultArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawPushedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawDefaultThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawPushedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawBorders(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Windows.Forms.ButtonState)">
<summary>
Draws borders for the arrow buttons and thumbs.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPSilverRenderer.DrawBordersInternal(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws internal borders for the arrow buttons and thumbs.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawDesigner">
<summary>Design time helper class. Do not allow resizing of scrollers
when set KeepSystmeMetrics property to TRUE value.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawDesigner.Control">
<summary>Typed version of control reference extracting.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawDesigner.SelectionRules">
<summary>Override selection rule only in case of KeepSystemMetrics value set to True.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter">
<summary>
Defines an interface that provides all properties to configure a scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.LargeChange">
<summary>
Gets / sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.Maximum">
<summary>
Gets / sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.Minimum">
<summary>
Gets / sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.SmallChange">
<summary>
Gets / sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.Value">
<summary>
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.Enabled">
<summary>
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarAdapter.RightToLeft">
<summary>
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarContainer">
<summary>
Returns a reference to a scrollbar contained in a user control.
</summary>
<remarks>
Splittercontrol and Workbookcontrol check for the IScrollBarContainer to get the
scrollbar. This enables you to replace the shared scrollbar with any user control
that also has a scrollbar. An example is the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationScrollBar"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBarContainer.ScrollBar">
<summary>
Gets / sets the contained scrollbar in a user control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper">
<summary>
ScrollbarWrapper manages scrollbars for a control and hides details about the scrollbar
from the control that utilizes ScrollBarWrapper. This allows you to replace the concrete
ScrollBar with <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ReflectScrollBar"/>, <see cref="T:Syncfusion.Windows.Forms.PdfViewer.FlatScrollBar"/>, <see cref="T:System.Windows.Forms.ScrollBar"/>
or any custom scrollbar implementation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.#ctor(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
<para>Overloaded. Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/> class.</para>
</summary>
<param name="parent">The parent control.</param>
<param name="sbType">The scrollbar type: horizontal or vertical.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.#ctor(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars,System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/> class.</para>
</summary>
<param name="parent">The parent control.</param>
<param name="sbType">The scrollbar type: horizontal or vertical.</param>
<param name="scrollBar">The scrollbar object to be managed by this instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Dispose">
<summary>
Implements the <see cref="M:System.IDisposable.Dispose"/> method and releases all managed resource for this object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.CopyTo(Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper)">
<summary>
Copies all information to another <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/> object.
</summary>
<param name="target">The <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/> to receive all copied information.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.OnInnerValueChanged(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.ValueChanged"/> event.</para>
</summary>
<param name="sender">.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.BeginUpdate">
<summary>
Suspends updating the scrollbar until <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.EndUpdate"/> is called.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.EndUpdate">
<summary>
Resumes updating the scrollbar after a <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.BeginUpdate"/> call.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.FetchScrollBar">
<summary>
Fetches scrollbar information from the managed scrollbar object and updates the information
in the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/> object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.InitScrollBar">
<summary>
Applies scrollbar information to the managed scrollbar object based on the information
in the current <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/> object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.ReflectScrollMessage(System.Windows.Forms.Message@)">
<summary>
Call this for reflected scrollbars from your parent control's <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)"/> method if you
want to support reflected scrollbars (those window scrollbars that you enable with WS_VSCROLL and
WS_HSCROLL window styles).
</summary>
<param name="m">The <see cref="T:System.Windows.Forms.Message"/> that was passed as argument to <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.SendScrollMessage(System.Windows.Forms.ScrollEventType)">
<summary>
Sends or emulates a scroll event.
</summary>
<param name="et"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Scroll">
<summary>
<para>Occurs when the scroll box has been
moved by either a mouse or keyboard action.</para>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ScrollBar.Value"/> property has changed, either by a
<see cref="E:System.Windows.Forms.ScrollBar.Scroll"/> event or programmatically.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.SupportsThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a scrollbar's thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.SupportsScrollTips">
<summary>
Indicates whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/> Checks this property to determine if ScrollTips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.InnerScrollBar">
<summary>
Gets / sets a reference to the scrollbar that is contained in this wrapper class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.IsReflect">
<summary>
True if this is a Reflecting scrollbar; False if it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.IsFlat">
<summary>
True if this is a flat scrollbar; False if it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.IsThumbTracking">
<summary>
True if scroll bar is currently in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.IsEmpty">
<summary>
True if this is a Reflecting scrollbar; False if it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Locked">
<summary>
Indicates whether updating is locked. See <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.BeginUpdate"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.LargeChange">
<summary>
Gets / sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Maximum">
<summary>
Gets / sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Minimum">
<summary>
Gets / sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.SmallChange">
<summary>
Gets / sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Value">
<summary>
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Enabled">
<summary>
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.Parent">
<summary>
Returns a reference to the parent control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing">
<summary>
Manages the theme handle given a control and exposes some basic themed Drawing methods.
</summary>
<remarks>
<para>
The <see cref="T:System.Windows.Forms.Control"/> bound to this class can either implement the
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.IThemedControl"/> interface or pass on the WM_THEMECHANGED message
to this class with a call to the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.RefreshThemeHandle"/> method.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.#ctor(System.String)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing"/> class.
</summary>
<param name="classList">Pointer to a string that contains a semicolon-separated list of classes, as expected
in the OpenThemeData API.</param>
<remarks>
<para>
The <see cref="T:System.Windows.Forms.Control"/> bound to this class can either implement the
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.IThemedControl"/> interface or pass on the WM_THEMECHANGED message
to this class with a call to the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.RefreshThemeHandle"/> method.
This is necessary in order that this class can refresh its handles when themes
settings are updated.
</para>
<para>You can get the part and state ids required for the DrawXXX methods from the tmschema.h file (that comes with
Platform SDK) or refer to the undocumented and incomplete ThemeParts and ThemeStates classes
in our shared library (in the ThemeDefines.cs file).</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.#ctor(System.String,System.ComponentModel.IComponent)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing"/> class.
</summary>
<param name="classList">Pointer to a string that contains a semicolon-separated list of classes, as expected
in the OpenThemeData API.</param>
<param name="owner">Owning component.</param>
<remarks>
<para>
The <see cref="T:System.Windows.Forms.Control"/> bound to this class can either implement the
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.IThemedControl"/> interface or pass on the WM_THEMECHANGED message
to this class with a call to the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.RefreshThemeHandle"/> method.
This is necessary in order that this class can refresh its handles when themes
settings are updated.
</para>
<para>You can get the part and state ids required for the DrawXXX methods from the tmschema.h file (that comes with
Platform SDK) or refer to the undocumented and incomplete ThemeParts and ThemeStates classes
in our shared library (in the ThemeDefines.cs file).</para>
<para>If owning component is not null, <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing"/> automatically unregisters itself from <see cref="T:Syncfusion.Windows.Forms.PdfViewer.XPThemes"/>
on component disposing.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.Dispose(System.Boolean)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.Dispose(System.Boolean)"/>.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.OpenThemeData">
<summary>
Called to create a theme handle, given the specified control and classList.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.CloseThemeData">
<summary>
Closes the currently open theme handle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.ResetThemeHandle">
<summary>
Closes the current theme handle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.RefreshThemeHandle">
<summary>
Closes the current theme handle and tries to open a new one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.DrawThemeBackground(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle)">
<summary>
Overloaded. Draws the specified theme background.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="rectangle">The background <see cref="T:System.Drawing.Rectangle"/>.</param>
<remarks>
<para>See <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing"/> for information on how to get the part and state IDs.</para>
<para>This method uses the VisibleClipRegion in the Graphics object to obtain the clip rect.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.DrawThemeBackground(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Draws the specified theme background.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="rectangle">The background <see cref="T:System.Drawing.Rectangle"/>.</param>
<param name="clipRect">The clip rect to be used.</param>
<remarks>
<para>See <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing"/> for information on how to get the part and state IDs.</para>
<para>Use this function to provide custom clip bounds.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.DrawThemeText(System.Drawing.Graphics,System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.UInt32,System.UInt32)">
<summary>
Overloaded. Draws the specified theme text.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="text">The text to be drawn.</param>
<param name="bounds">The layout bounds within which to draw.</param>
<param name="formatFlags1">Refers to the DrawThemeText function in the Windows API.</param>
<param name="formatFlags2">Refers to the DrawThemeText function in the Windows API.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.DrawThemeText(System.Drawing.Graphics,System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Draws the specified theme text.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="text">The text to be drawn.</param>
<param name="bounds">The layout bounds within which to draw.</param>
<param name="formatFlags1">Refers to the DrawThemeText function in the Windows API.</param>
<param name="formatFlags2">Refers to the DrawThemeText function in the Windows API.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.GetPartSize(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32)">
<summary>
Returns the size for the specified part.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partId">An integer specifying the part.</param>
<param name="stateId">An integer specifying the state.</param>
<param name="sizeType">The size type.</param>
<returns>The requested size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.GetTextExtent(System.Drawing.Graphics,System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.UInt32)">
<summary>
Calculates the size and location of the specified text when rendered in the theme font.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partId">An integer specifying the part.</param>
<param name="stateId">An integer specifying the state.</param>
<param name="text">The text to draw.</param>
<param name="bounds">The layout bounds.</param>
<param name="format">See GetThemeTextExtent method documentation in Windows API.</param>
<returns>The rectangle representing the extent.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing.HTheme">
<summary>
Returns the current theme handle used to render the parts.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ThemedControl">
<summary>
A <see cref="T:System.Windows.Forms.Control"/> implementing the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IThemedControl"/> interface.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IThemedControl">
<summary>
Implement this interface in a <see cref="T:System.Windows.Forms.Control"/> derived class to start supporting themes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IThemedControl.ThemesEnabled">
<summary>
Indicates whether themes are enabled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControl.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedControl.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ThemedControl.ThemeChanged">
<summary>
Fired when the ThemesEnabled property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedControl.ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.#ctor">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.OnMouseLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.Selected">
<summary>
Gets / sets ScrollButton highlighted state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollButtons.GradientInflateOffset">
<summary>
Gets / sets for correctly GradientBrush creation, so that background
is same as Parent's background.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarWrapperContainer">
<summary>
This interface provides properties for accessing a vertical and horizontal <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper"/>
and an <see cref="M:Syncfusion.Windows.Forms.PdfViewer.IScrollBarWrapperContainer.UpdateScrollBars"/> method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IScrollBarWrapperContainer.UpdateScrollBars">
<summary>
Updates scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBarWrapperContainer.VScrollBar">
<summary>
Returns a reference to an object with vertical scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IScrollBarWrapperContainer.HScrollBar">
<summary>
Returns a reference to an object with horizontal scrollbar settings of the control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IQueryFocusInside">
<summary>
Provides support for <see cref="M:Syncfusion.Windows.Forms.PdfViewer.IQueryFocusInside.QueryFocusInside"/> method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IQueryFocusInside.QueryFocusInside">
<summary>
Indicates whether this control contains focus. Override this method if you
want to show drop-down windows and indicate the control has not lost focus when
the drop-down is shown.
</summary>
<returns>True if the control or any child control has focus; false otherwise.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow">
<summary>
A ScrollTip window is a top-level window that gives feedback about the
current scroll position when the user grabs a scrollbar thumb and drags it.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TopLevelWindow">
<summary>
A form-derived class that can be derived to create custom top-level
windows like ToolTips, a splash window, etc.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TopLevelWindow.#ctor">
<summary>
Creates a new instance of the TopLevelWindow class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TopLevelWindow.ShowWindowTopMost">
<summary>
Shows the window as the top-level window without activating it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TopLevelWindow.OnHandleCreated(System.EventArgs)">
<summary>
Overridden to ignore Win32Exception.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.borderStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.sf">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.Dispose(System.Boolean)">
<override/>
<summary></summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.OnTextChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.TextChanged"/> event and refreshes the contents of the window.
</summary>
<param name="e">The <see cref="T:System.EventArgs"/> with event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
<summary></summary>
<param name="pe"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.GetPreferredSize(System.String)">
<summary>
Returns the optimal size for the window to fit the given text.
</summary>
<param name="text">The text that should fit into the window.</param>
<returns>A <see cref="T:System.Drawing.Size"/> with the window size of the ScrollTip.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.CreateParams">
<override/>
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.BorderStyle">
<summary><para>Gets / sets the border style of the control.</para></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow.Format">
<summary>
Gets / sets the text layout information for the text in the ScrollTip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipActions">
<summary>
Specifies the current ScrollTip state when a <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTip"/> event was raised.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipActions.ThumbTrack">
<summary>
The user has grabbed the thumb. The ScrollTip should be shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipActions.ThumbPosition">
<summary>
The user has released the thumb. The ScrollTip should be hidden.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipActions.Scroll">
<summary>
The user is dragging the thumb. The ScrollTip text should be updated.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/> event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs.ex">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs.#ctor(System.Exception)">
<summary>
Constructs a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs"/> object.
</summary>
<param name="ex">The exception that was cached.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs.Exception">
<summary>
Returns the exception that was cached.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventHandler">
<summary>
Handles the ScrollTip event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs">
<summary>
Provides data for the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTip"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.scrollBars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.action">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.value">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.text">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.size">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.location">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.font">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.foreColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.backColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.borderStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.sf">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.#ctor(System.Windows.Forms.ScrollBars,Syncfusion.Windows.Forms.PdfViewer.ScrollTipActions,System.Int32,System.String,System.Drawing.Size,System.Drawing.Point,System.Drawing.Font,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.BorderStyle,System.Drawing.StringFormat)">
<summary></summary>
<param name="scrollBars"/>
<param name="action"/>
<param name="value"/>
<param name="text"/>
<param name="size"/>
<param name="location"/>
<param name="font"/>
<param name="foreColor"/>
<param name="backColor"/>
<param name="borderStyle"/>
<param name="sf"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.ScrollBar">
<summary>
Returns the scrollbar that is the source of this event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Action">
<summary>
Returns a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipActions"/> value that specifies the user action that led to this event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Value">
<summary>
Returns the new scroll position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Text">
<summary>
Gets / sets the text to display in the ScrollTip. You can change this text in your event handler during
a Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Size">
<summary>
Gets / sets the size of the ScrollTip window. You can adjust the scroll window size in your event handler
when handling a ThumbTrack action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Location">
<summary>
Gets / sets the location of the ScrollTip window. You can adjust the scroll window size in your event handler
when handling a ThumbTrack action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Font">
<summary>
Gets / sets the font to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack or Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.ForeColor">
<summary>
Gets / sets the text color to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack or Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.BackColor">
<summary>
Gets / sets the backcolor to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack or Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.BorderStyle">
<summary>
Gets / sets the border style to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs.Format">
<summary>
Gets / sets the text layout information for the text in the ScrollTip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions">
<summary>
BeginUpdateOptions details which drawing operations should be performed during a batch of updates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions.None">
<summary>
The control suspends any drawing and invalidation and will do a complete refresh when EndUpdate is called.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions.Invalidate">
<summary>
Regions that need to be redrawn afterward should be marked invalid by calling the controls Invalidate method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions.ScrollWindow">
<summary>
ScrollWindow will scroll the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions.SynchronizeScrollBars">
<summary>
Scrollbars should be synchronized with the current scroll position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions.InvalidateAndScroll">
<summary>
Allows invalidating regions, scrolling and synchronizes the scrollbar thumb.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs">
<summary>
Contains data for the WindowScrolling and WindowScrolled event.
</summary>
<remarks>
ScrollWindow will raise a WindowScrolling event before it scrolls the window and a WindowScrolled event after the scrolling.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.xAmount">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.yAmount">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.rect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.clipRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.updateRect">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.#ctor(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs"/>.
</summary>
<param name="xAmount">The horizontal scroll distance in pixel.</param>
<param name="yAmount">The vertical scroll distance in pixel.</param>
<param name="rect">The bounds of the rectangle that is scrolled.</param>
<param name="clipRect">Clipping rectangle.</param>
<param name="updateRect">The rectangle that was scrolled into view.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.ToString">
<override/>
<summary></summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.XAmount">
<summary>
Returns the horizontal scroll distance in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.YAmount">
<summary>
Returns the vertical scroll distance in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.Rect">
<summary>
Returns the bounds of the rectangle that is scrolled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.ClipRect">
<summary>
Returns the Clipping rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs.UpdateRect">
<summary>
Returns the rectangle that was scrolled into view.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventHandler">
<summary>
Handles the scroll window event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager">
<summary>
Provides a global hook for exceptions that have been cached inside the framework and gives you
the option to provide specialized handling of the exception. You can also temporarily suspend and resume
caching exceptions.
</summary>
<remarks>
The Syncfusion framework notifies <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager"/> about exceptions that
are cached by calling <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.RaiseExceptionCatched(System.Object,System.Exception)"/> or <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager"/>.<para/>
The <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.RaiseExceptionCatched(System.Object,System.Exception)"/> method will raise the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/>
event. By handling the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/> event, your code can analyze the exception that was cached
and optionally let it bubble up by rethrowing the exception.<para/>
Your code can also temporarily suspend and resume caching exceptions. This is useful if you want to provide your
own exception handling. Just call <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.SuspendCatchExceptions"/> to disable handling exceptions and <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ResumeCatchExceptions"/>
to resume caching exceptions.<para/>
You also have the options to disable caching exceptions altogether by setting <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.PassThroughExceptions"/> to True.<para/>
Note: All static settings for this class are thread local.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.passThroughExceptions">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.suspendCatchExceptions">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager._ehl">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.onExceptionCatchedKey">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.SuspendCatchExceptions">
<summary>
Temporarily suspends caching exceptions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ResumeCatchExceptions">
<summary>
Temporarily resumes caching exceptions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ShouldCatchExceptions">
<summary>
Indicates whether exceptions should be cached or if they should bubble up.
calls this method.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.RaiseExceptionCatched(System.Object,Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs)">
<overload>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/> event.
</overload>
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/> event. If caching exceptions has been disabled
by a <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.SuspendCatchExceptions"/> call or if <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.PassThroughExceptions"/> has been set to True,
the exception is rethrown.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionCatchedEventArgs"/> that contains the event data.</param>
<returns></returns>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.RaiseExceptionCatched(System.Object,System.Exception)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched"/> event. If caching exceptions has been disabled
by a <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.SuspendCatchExceptions"/> call or if <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.PassThroughExceptions"/> has been set to True,
the exception is rethrown.
</summary>
<param name="ex">A <see cref="T:System.Exception"/> that was cached.</param>
<returns></returns>
<param name="sender"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ehl">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.ExceptionCatched">
<summary>
Occurs when an exception was cached within the framework and <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager"/> was notified.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.PassThroughExceptions">
<summary>
Lets you disable caching exceptions altogether by setting <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ExceptionManager.PassThroughExceptions"/> to True.<para/></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.AccelerateScrollingBehavior">
<summary>
Specifies the acceleration behavior for scrollbars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AccelerateScrollingBehavior.None">
<summary>
Disable scrollbar acceleration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AccelerateScrollingBehavior.Default">
<summary>
Default, moderate acceleration after the user scrolled 60 increments.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AccelerateScrollingBehavior.Fast">
<summary>
Acceleration after the user scrolled 20 increments.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AccelerateScrollingBehavior.Immediate">
<summary>
Immediate acceleration after the user scrolled 4 increments.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.AutoScrollReason">
<summary>
Specifies the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AutoScrollReason.AccelarateScrollbar">
<summary>
The user held down a scrollbar button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AutoScrollReason.MouseDragging">
<summary>
The user has dragged the mouse outside the autoscroll bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.AutoScrollReason.OleDragOver">
<summary>
The user is moving the mouse over the control during OLE drag-and-drop operation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrolling"/> event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrolling"/> event which is called
when accelerated scrollbar scrolling or mouse drag-scrolling starts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.reason">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.accStartInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.accStepInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.accMinInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.accDelayScrollTimer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.direction">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.#ctor(Syncfusion.Windows.Forms.PdfViewer.AutoScrollReason,System.Windows.Forms.ScrollBars,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary></summary>
<param name="reason"/>
<param name="direction"/>
<param name="accStartInterval"/>
<param name="accStepInterval"/>
<param name="accMinInterval"/>
<param name="accDelayScrollTimer"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.Reason">
<summary>
Returns the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.Direction">
<summary>
Returns the scroll bar direction: vertical, horizontal, or both.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.AccStartInterval">
<summary>
Gets / sets the interval that is initially assigned to the timer for recurring scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.AccStepInterval">
<summary>
Gets / sets the interval step that the timer should be decreased from time to time.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.AccMinInterval">
<summary>
Gets / sets the minimum interval for the fastest scroll speed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs.AccDelayScrollTimer">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl">
<summary>
Defines a base class for custom controls that support scrolling behavior.
</summary>
<remarks>
The ScrollControl class acts as a base class for controls that require the
ability to scroll. To allow a control to display scrollbars as needed,
set the AutoScroll property to True. To select which scrollbars should be visible,
set the VScroll and HScroll properties. <para/>
You can also associate stand-alone scrollbars with the ScrollControl. The VertScrollBar
and HorizScrollBar properties allow you to associate external scrollbars. This is of benefit
if you want to share one scrollbar with a parent control. For example, if the ScrollControl
is a view inside a workbook or dynamic splitter frame.<para/>
ScrollControl supports automatic scrolling when the user drags the mouse. In a grid
when the user starts selecting cells the user can drag the mouse outside the grid
area and the grid will automatically scroll. To enable auto scrolling, override the
OnMouseDown event in your derived control and initialize the AutoScrolling, AutoScrollBounds
and InsideScrollBounds properties.<para/>
When the user scrolls your control and holds down the mouse on the down or up arrow
of the scrollbar, the scrolling speed will accelerate.<para/>
The FixRenderOrigin method will ensure correct initialization of the rendering origin
for brushes and patterns. You can call FixRenderOrigin from your control's OnPaint method.
ScrollControl supports scrolling with the mouse wheel and also cooperates fine with
with the IntelliMouseDragScroll class.<para/>
If you want to provide context information about your control and change the cursor on
the fly while the user moves the mouse, set the OverrideCursor property to the cursor
you want to show. Instead, you can also implement IMouseController and add the object
to MouseControllerDispatcher.<para/></remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport">
<summary>
Provides a <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport.FillSplitterPane"/> property support for using the control
inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport.PaneClosing">
<summary>
Indicates that the splitter control is closing the pane with this control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport.PaneClosed">
<summary>
Indicates that the splitter control has closed the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport.FillSplitterPane">
<summary>
Toggles support for using the control inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport.IsSplitterPaneClosing">
<summary>
Indicates whether the splitter control is closing the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISplitterPaneSupport.IsSplitterPaneClosed">
<summary>
Indicates whether the splitter control has closed the pane with this control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.INonClientPaintingSupport.NonClientPaint(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Implement this method and draw your NonClient area using the passed in parameters.
</summary>
<param name="e">The PaintEventArgs using this to draw the non client area.</param>
<param name="displayRect">The control's window bounds into which to draw. Left and Top are usually zero.</param>
<param name="windowRectInScreen">The control's bounds in screen co-ordinates.</param>
<returns>
HRgn (as IntPtr) that excludes the region you just drew in the displayRect.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.IVisualStyle">
<summary>
Interface for SkinManager
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.hasDoubleBufferSurface">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.allowIncreaseSmallChange">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isPaneClosed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.startstopSemaphor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.lastMouseTick">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.hScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.vScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.hScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.vScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.repeatScrollEventTimer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.autoScrolling">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.repeatScrollMessage">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.repeatScrollEventType">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.repeatScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.disableAutoScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.savedHValue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.savedVValue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.fillSplitterPane">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.overrideCursor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.autoScrollBounds">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.imm">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.disableScrollWindow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.updateCount">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.paintPending">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.lockScrollBars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.mouseControllerDispatcher">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.updateOptions">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.renderOriginPoint">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.useSharedScrollBars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.supportsThumbTrack">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.borderStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.scrollTip">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isThumbTracking">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.thumbBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.scrollTipFormat">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.insideScrollMargins">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ignoreUICues">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.mousePosition">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.wiredParentForm">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.discardPaintMessagesAfterBeginUpdate">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.inDispose">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.nTimerCount">
<summary>
Internal only.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.nDelayScrollTimer">
<summary>
Internal only.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl._themedDrawing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl._themedScrollBarDrawing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isPaneClosing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.vScrollIncrement">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.hScrollIncrement">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isOnMouseWheel">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.smoothMouseWheelScrolling">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.mouseWheelScrollLines">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.inMouseDragScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.sizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.mouseEventException">
<internalonly/>
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.cachedRgn">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.accStartInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.accStepInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.accMinInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.accDelayScrollTimer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.accelerateScrolling">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.showSizeGrip">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.allowSizeGrip">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.forceSizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.smartSizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isActiveControl">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isValidating">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isDeactivatedCalled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.hasControlFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isValidated">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isMousePressed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.doubleBufferSurface">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.savedBounds">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.allowRaiseMouseMoveInOnDragOver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.inOleDragOver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.onPaintCalled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.preJitPaint">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.m_bUpdatingStyles">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.vScrollShared">
<summary>
Indicates the shared behavior of the vertical scrollbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.hScrollShared">
<summary>
Indicate the shared behavior of the horizontal scrollbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IgnoreSizeGripStyleHideShow">
<summary>
The SizeGripStyle behavior has been changed after version 6.1.
For old behavior set this to true. Default value is false.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.#ctor">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Dispose">
<summary>
Disposes the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Dispose(System.Boolean)">
<override/>
<summary></summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ResetMouseController">
<summary>
Raises a CancelMode for the active mouse controller for this control.
</summary>
<remarks><see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseControllerDispatcher"/> holds a collection of mouse controllers.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeFillSplitterPane">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeBorderStyle">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeHScroll">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeVScroll">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeMouseWheelScrollLines">
<summary>
Indicates whether serialize <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseWheelScrollLines"/> property value or not.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeInsideScrollMargins">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeSize">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldSerializeTabIndex">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HIWORD(System.Int32)">
<summary></summary>
<returns></returns>
<param name="n"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MAKELPARAM(System.Int32,System.Int32)">
<summary></summary>
<returns></returns>
<param name="low"/>
<param name="high"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OffsetRenderOriginPoint(System.Int32,System.Int32)">
<exclude/>
<summary>
Offsets the <see cref="P:System.Drawing.Graphics.RenderingOrigin"/> point.
</summary>
<param name="x"/>
<param name="y"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.LastMousePositionToClient">
<summary>
Returns PointToClient(LastMousePosition).
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HitTest(System.Drawing.Point)">
<overload>
Returns a value indicating the context at a given mouse position.
</overload>
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; zero if no context found.</returns>
<remarks>
Any Mouse Controller needs to implement the IMouseController interface.<para/>
In its implementation of MouseController.HitTest the mouse controller determines whether it
wants to handle the mouse events for the current mouse position.<para/>
MouseControllerDispatcher will call HitTest for each Mouse Controller that has been registered with
Add(IMouseController). The Mouse Controller that wins the vote will be returned together with the
context value its HitTest implementation returned.<para/></remarks>
<seealso cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseControllerDispatcher"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<param name="mouseButton">Indicates which mouse button was pressed.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; 0 if no context found.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,Syncfusion.Windows.Forms.PdfViewer.IMouseController@)">
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<param name="mouseButton">Indicates which mouse button was pressed.</param>
<param name="controller">A place holder where the controller is returned that won the vote.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; 0 if no context found.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,System.Int32,Syncfusion.Windows.Forms.PdfViewer.IMouseController@)">
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<param name="mouseButton">Indicates which mouse button was pressed.</param>
<param name="clicks">Specifies the number of times the mouse button was pressed and released.</param>
<param name="controller">A place holder where the controller is returned that won the vote.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; 0 if no context found.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WndProc(System.Windows.Forms.Message@)">
<override/>
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmNcCalcSize(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmNcPaint(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmPaint(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message
</summary>
<internalonly/>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmHScroll(System.Windows.Forms.Message@)">
<summary></summary>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmVScroll(System.Windows.Forms.Message@)">
<summary></summary>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmMouseDown(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WmMouseUp(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.verticalScrollValue">
<summary>
Initialize the last vertical scroll value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.horizontalScrollValue">
<summary>
Initialize the last horizontal scroll value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.touchStartPoint">
<summary>
Used to save the touch start position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.enableTouchMode">
<summary>
Used to check the touch mode is enabled or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isTouchOverHScrollBar">
<summary>
Used to check touch on the Horizontal scroll bar or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.isTouchOverVScrollBar">
<summary>
Used to check touch on the Vertical scroll bar or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.touch">
<summary>
Used to save the object for MultiTouch to configure the touch.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DisableGesture">
<summary>
Used to disable the Gesture.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DecodeGesture(System.Windows.Forms.Message@)">
<summary>
Decode the touch messages to do corresponding operations
</summary>
<param name="msg">windows touch messages</param>
<returns>return true when the message properly handled otherwise it will be false</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ApplyScrollbarColorTable">
<summary>
Applies the color table for scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ApplyOffice2016ColorSettings(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary>
Apply the color settings for Office2016 scrollbar.
</summary>
<param name="scrollbar">Scrollbar visual styles</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ApplyOffice2016BlackColorSettings">
<summary>
Apply Office2016Black color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ApplyOffice2016DarkGrayColorSettings">
<summary>
Apply Office2016DarkGray color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ApplyOffice2016WhiteColorSettings">
<summary>
Apply Office2016White color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ApplyOffice2016ColorfulColorSettings">
<summary>
Apply Office2016Colorful color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2007ScrollBarsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBarsChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2007ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2007ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2016ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnOfficeScrollBarsChanged(Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsChanged"/> event
</summary>
<param name="e"> Office scrollbar type </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Apply2016ScrollbarColorScheme">
<summary>
Apply the color scheme for Office2016 scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnParentChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles mouse wheel processing for our scrollbars.
</summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnSplitterPaneClosed(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SplitterPaneClosed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnSplitterPaneClosing(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SplitterPaneClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnFillSplitterPaneChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.FillSplitterPaneChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollbarsVisibleChanged(System.EventArgs)">
<summary>
Fires the ScrollbarsVisibleChanged event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseWheelZoom(Syncfusion.Windows.Forms.PdfViewer.MouseWheelZoomEventArgs)">
<summary>
Override this method to implement zooming in your derived control.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollControlMouseDown(Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlMouseDown"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollControlMouseMove(Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlMouseMove"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollControlMouseUp(Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlMouseUp"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.CancelMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollControlHandledMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlHandledMouseUp"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollControlHandledMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlHandledMouseMove"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollControlHandledMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlHandledMouseDown"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnTouchPanBegin(System.Drawing.Point)">
<summary>
Initially save the current scrollbar values when begin the panning operation
</summary>
<param name="touchBeginPoint">Touch begin position</param>
<returns>return true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnTouchPan(System.Drawing.Point,System.Boolean)">
<summary>
Adjust the HScrollBar and VScrollBar values based on current touch position
</summary>
<param name="currentTouchPoint"> Current touch position</param>
<param name="isSwipeScroll">Used to decide the doing swipe operation or pan operation</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnTouchPanEnd(System.Drawing.Point)">
<summary>
After panning operation completes save the current scroll bar values
</summary>
<param name="touchEndPoint">touch end position</param>
<returns>return true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnStartAutoScrolling(Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrolling"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.StartAutoScrollingEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
<summary></summary>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnMouseHover(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnHScrollBarValueChanged(System.Object,System.EventArgs)">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.ValueChanged"/> of the horizontal scrollbar.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnVScrollBarValueChanged(System.Object,System.EventArgs)">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.ValueChanged"/> of the vertical scrollbar.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnHorizontalScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HorizontalScroll"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnVerticalScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VerticalScroll"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnHScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary><para>
Listens for the horizontal scrollbar's scroll event.
</para></summary>
<param name="sender">
A <see cref="T:System.Object"/> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnVScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary><para>
Listens for the vertical scrollbar's scroll event.
</para></summary>
<param name="sender">
A <see cref="T:System.Object"/> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnShowContextMenu(Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventArgs)">
<remarks>
Raises the ShowContextMenu event when the user right-clicks inside
the control.
<para/>
You can cancel showing a content menu when
you assign True to <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/>.<para/></remarks>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnCancelMode(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CancelMode"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnIntelliMouseDragScrolling(Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IntelliMouseDragScrolling"/> event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnNcCalcSize(System.Drawing.Rectangle@)">
<summary>
Method calculate new client area size. If you want to increase Non-Client
area for control and draw on it then this is method especially for you.
</summary>
<param name="client">Rectangle of the control client area.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnScrollTipFeedback(Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs)">
<summary>
Raises the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTip"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipFeedbackEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnCreateScrollTipWindow">
<summary>
Factory method that creates a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow"/> for displaying ScrollTips.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateScrollTips(System.Windows.Forms.ScrollEventArgs)">
<internalonly/>
<summary></summary>
<param name="se"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnAutoScrollingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AutoScrollingChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnUpdatingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdatingChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
<remarks>
The event handler for this event can check <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Updating"/>
to determine if <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate"/> or <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EndUpdate"/>
was called.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
<summary>
Overridden. See the<see cref="E:System.Windows.Forms.Control.Invalidated"/> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.InvalidateEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnWindowScrolled(Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WindowScrolled"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnWindowScrolling(Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WindowScrolling"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollWindowEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnter(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLeave(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnValidated(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLostFocus(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnGotFocus(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnDeactivated(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Deactivated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnSizeChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLocationChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnHandleCreated(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnVisibleChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlGotFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.GotFocus"/> event. This method is called when the control
or any child control gets focus and this control did not have focus before.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnGotFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlGotFocus"/> is also called when child controls get focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlLostFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.LostFocus"/> event. This method is called when the control
or any child control loses focus and the new focused control is not a child of this control.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlLostFocus"/> is also called when child controls lose focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnValidatingLostFocus">
<summary>
This method is called if the control's <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlLostFocus"/> notification occurs
while handling a <see cref="E:System.Windows.Forms.Control.Validating"/> event. This typically occurs if a
message box is displayed from a <see cref="E:System.Windows.Forms.Control.Validating"/> event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnsurePaintCodeJitted">
<summary>
Minimizes the time the first time the control is drawn. Calling
OnPaint before the control is made visible ensures that all relevant code for drawing
has been jitted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnAccelerateScrollingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AccelerateScrollingChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnDragOver(System.Windows.Forms.DragEventArgs)">
<override/>
<summary></summary>
<param name="drgevent"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.wiredParentForm_Enter(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WireScrollEvents">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UnwireScrollEvents">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Syncfusion#Windows#Forms#PdfViewer#ISplitterPaneSupport#PaneClosing">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Syncfusion#Windows#Forms#PdfViewer#ISplitterPaneSupport#PaneClosed">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.GetScrollBarFrameOfComponent(System.Object)">
<summary>
Given a component, this retrieves the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame"/> that it is parented to;
NULL if it is not parented to any <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame"/>.
</summary>
<param name="comp">
The component to check.
</param>
<returns>
A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame"/> that the component is parented to; NULL if
no such interface exists. This will return the component if it
is an instance of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IScrollBarFrame"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.GetDynamicSplitterFrameOfComponent(System.Object)">
<summary>
Given a component, this retrieves the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame"/> that it is parented to;
NULL if it is not parented to any <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame"/>.
</summary>
<param name="comp">
The component to check.
</param>
<returns>
An <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame"/> that the component is parented to; NULL if
no such interface exists. This will return the component if it
is an instance of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Delegates the MouseWheelEvent from a child control.
</summary>
<param name="e">A MouseEventArgs that holds event data.</param>
<remarks><code>
internal class GridTextBox: RichTextBox
{
private GridTextBoxCell parent;
protected override void OnMouseWheel(MouseEventArgs e)
{
parent.Grid.ProcessMouseWheel(e);
}
}
</code></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateVScrollBar">
<summary>
Invalidate the vertical scrollbar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateHScrollBar">
<summary>
Invalidate the horizontal scrollbar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SyncReflectScrollBars">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DpiScrollBehavior(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary>
The scrollbar height and width will be increased, when the DPI of system is increased.
</summary>
<param name="scrollBar"></param>
<returns>ScrollBarCustomDraw</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SetVisibleScrollbars(System.Boolean,System.Boolean)">
<summary>
Displays / hides the horizontal and vertical autoscrollbars. This will
also adjust the values of formState to reflect the new state.
</summary>
<param name="horiz">
True if the horizontal scrollbar should be displayed.
</param>
<param name="vert">
True if the vertical scrollbar should be displayed.
</param>
<returns>
True if the form needs to be layed out again.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.RaiseCancelMouseEvent(System.Windows.Forms.MouseEventArgs,Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CancelMouseDelegate)">
<summary>
Raises the specified mouse event and catches any exception. If an exception is caught, NotifyCancelMode
is called. Returns False if event should be ignored by the grid.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<param name="d">A delegate that handles the event.</param>
<returns>False if CancelMouseEventArgs.Cancel is True; True otherwise</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IntelliMouseDragScrollEvent(System.Object,Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.InvalidateNc">
<summary>Method force to invalidate Non Client area of control.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.InvalidateNc(System.Drawing.Rectangle)">
<summary>Invalidate specified rectangle in Non Client area.</summary>
<param name="rc">Rectangle to Invalidate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateNc">
<summary>Invalidate and wait till area update on Non Client area.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnNCPaint(Syncfusion.Windows.Forms.PdfViewer.NCPaintEventArgs)">
<summary>
Method draws non-client area of an ScrollControl.
</summary>
<param name="ncEventArgs"> EventArgs with Non-client info for drawing. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Syncfusion#Windows#Forms#PdfViewer#INonClientPaintingSupport#NonClientPaint(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary></summary>
<returns></returns>
<param name="e"/>
<param name="displayRect"/>
<param name="windowRectInScreen"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.NotifyCancelMode">
<summary>
Raises a <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CancelMode"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IncreaseSmallChange(Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper,System.Int64)">
<exclude/>
<summary>
Increases small change of the ScrollBar.
</summary>
<param name="scrollBar"/>
<param name="nTimerCount"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTipFeedbacks">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HideScrollTips">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ResetInsideScrollMargins">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.InsideScrollMargins"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrollTimer(Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper,System.Windows.Forms.ScrollEventType)">
<summary>
Starts the AutoScroll timer.
</summary>
<param name="scrollBar">The scrollbar to be automatically scrolled.</param>
<param name="saType">The event to be sent to this scrollbar.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrollTimer(System.Windows.Forms.Message)">
<overload>
Starts the AutoScroll timer.
</overload>
<summary>
Starts the AutoScroll timer.
</summary>
<param name="m">The message to be sent to the current control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl._ApplyAccelerateScrolling">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrollTimer(System.Windows.Forms.Message,System.Int32)">
<summary>
Starts the AutoScroll timer.
</summary>
<param name="m">The message to be sent to the current control.</param>
<param name="interval">The initial interval for sending messages.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SlowAutoScrollTimer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StopAutoScrollTimer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.repeatScrollEventTimer_Elapsed(System.Object,System.EventArgs)">
<summary></summary>
<param name="source"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SendMessage(System.Int32,System.IntPtr,System.IntPtr)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SendMessage(System.Int32,System.IntPtr,System.Int32)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SendMessage(System.Int32,System.Int32,System.IntPtr)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SendMessage(System.Int32,System.Int32,System.Int32)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.FixRenderOrigin(System.Drawing.Graphics)">
<summary>
Call this method from your control's OnPaint method to ensure correct
rendering origin for brushes and patterns.
</summary>
<param name="g">The graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateScrollBars">
<summary>
Updates scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldPrepareUpdate">
<summary>
Call this method to check if you should do any update calculations for the view in your control and to notify scroll control
that the control's content needs to be updated.
</summary>
<returns>True if you should invalidate areas that need to be redrawn; False if a complete Refresh for the control is pending
and therefore invalidating the view is not necessary.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldPrepareUpdate(System.Boolean)">
<summary>
Call this method to check if you should do any update calculations for the view in your control and to notify scroll control
that the control's content needs to be updated.
</summary>
<param name="markPaintPending">If markPaintPending is True, ScrollControl will assume the control needs to be repainted in a subsequent EndUpdate call.</param>
<returns>True if you should Invalidate regions to be repainted in your control. It will return False if a complete Refresh of
the control is pending and you don't need to invalidate individual regions of your control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate">
<summary>
Suspends the painting of the control until the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EndUpdate"/> method is called.
</summary>
<remarks>
When many paints are made to the appearance of a control, you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate(Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions)">
<summary>
Suspends the painting of the control until the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EndUpdate"/> method is called.
</summary>
<param name="options">Specifies the painting support during the BeginUpdate, EndUpdate batch.</param>
<remarks><para>When many paints are made to the appearance of a control, you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.</para><para>
Pass BeginUpdateOptions if you do not want to do a complete Refresh of the control and instead
want to have certain regions of your control be invalidated or scroll the contents of control.</para>
If you call BeginUpdate() and then later EndUpdate(), the control will know if a paint is pending and only
refresh the control if a paint is pending. Calling ShouldPrepareUpdate, Invalidate or a WM_PAINT message during
the BeginUpdate EndUpdate block will signal the control that a paint is pending.
</remarks>
<seealso cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShouldPrepareUpdate"/>
<seealso cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EndUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnBeginUpdateScrollBars">
<summary>
Calls <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.BeginUpdate"/> for both scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEndUpdateScrollBars">
<summary>
Calls <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWrapper.EndUpdate"/> for both scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EndUpdate">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
</summary>
<remarks>
When many paints are made to the appearance of a control, you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
<seealso cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CancelUpdate">
<summary>
Cancels any prior <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate"/> calls.
</summary>
<seealso cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate"/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.initial">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
</summary>
<remarks>
When many paint are made to the appearance of a control you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user, and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
<param name="update"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollWindow(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
<summary>
Scrolls the contents of the control similar to the ScrollWindow Windows API.
</summary>
<remarks>
The method will raise a WindowScrolling event before the contents are scrolled and a WindowScrolled event after
the contents have been scrolled.
<para>If DisableScrollWindow is True, any calls to the ScrollWindow method will simply invalidate the affect region. The rendering origin will
still be recorded correctly and WindowScrolling and WindowScrolled events will be raised.</para><para>If DisableScrollWindow is False, ScrollWindow will scroll the contents of the control.
</para></remarks>
<returns></returns>
<param name="xAmount"/>
<param name="yAmount"/>
<param name="rect"/>
<param name="clipRect"/>
<param name="allowUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollWindowInvalidate(System.Drawing.Rectangle)">
<exclude/>
<summary></summary>
<param name="r"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DiscardPaintMessages">
<exclude/>
<summary>
Discards paint messages.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ChildGotFocus(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ChildLostFocus(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.QueryFocusInside">
<summary>
Indicates whether this control contains focus. Override this method if you
want to show drop-down windows and indicate the control has not lost focus when
the drop-down is shown.
</summary>
<returns>True if the control or any child control has focus; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.RaiseControlGotFocus">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.RaiseControlLostFocus">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnRightToLeftChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AdjustSizeBox">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EnsurePaintCodeJitted(System.Boolean)">
<summary>
Checks if the control is visible and a window handle has been created.
If it has not been drawn before, it calls <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnsurePaintCodeJitted"/>.
</summary>
<param name="ignoreVisible">Set this True if you want to force a call to
<see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnsurePaintCodeJitted"/> even if the control is not visible and / or
no window handle has been created.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EnableDoubleBufferSurface">
<summary>
Enables the DoubleBufferSurface for this control. The DoubleBufferSurface buffering
is different from the automatic .NET double buffering and also a bit slower but
it reduces flicker if lots of scrolling is used and gdi drawing for individual cells
in a grid.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateStyles">
<summary>
Forces the assigned styles to be reapplied to the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.PreJitPaint">
<summary>
Indicates whether the time the first time the control is drawn should be optimized
by calling OnPaint before the control is made visible and so that all relevant code for drawing
has been jitted (Just in Time)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AutoScrolling">
<summary>
Disables or specifies the direction for automatic scrolling when the user drags
the mouse cursor out of the scrolling area.
</summary>
<remarks><list type=""><item>ScrollBars.None will disable scrolling.</item><item>ScrollBars.Horizontal will enable horizontal scrolling.</item><item>ScrollBars.Vertical will enable vertical scrolling.</item><item>ScrollBars.Horizontal|ScrollBars.Vertical will enable both horizontal and vertical scrolling.</item></list></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DisableScrollWindow">
<summary>
Lets you check or specify the setting if the window should be scrolled when ScrollWindow is called.
</summary>
<remarks><para>If DisableScrollWindow is True, any calls to the ScrollWindow method will simply invalidate the affect region. The rendering origin will
still be recorded correctly and WindowScrolling and WindowScrolled events will be raised.</para><para>If DisableScrollWindow is False, the ScrollWindow will scroll the contents of the control.
</para><para>DisableScrollWindow will return True if BeginUpdate was called without the BeginUpdateOptions.ScrollWindow option.
</para></remarks>
<seealso cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate"/>
<seealso cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Updating"/>
<seealso cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollWindow(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SupportsThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VerticalThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a vertical scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HorizontalThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a horizontal scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VerticalScrollTips">
<summary>
Indicates whether the control should show ScrollTips while the user is dragging a vertical scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HorizontalScrollTips">
<summary>
Indicates whether the control should show ScrollTips while the user is dragging a horizontal scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SizeGripStyle">
<summary>
Gets or sets a size grip that should be drawn at the bottom-right corner if both scrollbars
are visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AllowSizeGrip">
<summary>
Indicates whether a size grip can be drawn inside the SizeBox and if the <see cref="P:System.Windows.Forms.Form.SizeGripStyle"/>
of the parent form is allowed to be changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ForceSizeBox">
<summary>
Indicates whether the size box should always be drawn when both scrollbars are visible. This
property differs from <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SmartSizeBox"/> such that the control will not
check the docking state and parent form to determine whether to show the size box.
Note: Another better solution is drawing NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</summary>
<remarks>
Showing the size box works around a problem with .NET controls because by
default the area at the bottom right is not drawn and that can cause
drawing glitches. Note: Another better solution is drawing the NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SmartSizeBox">
<summary>
Indicates whether the size box should be drawn when both scrollbars are visible
and the control is not a docked window in an MDIChild window. Note: Another better solution is drawing the NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</summary>
<remarks>
Showing the size box works around a problem with .NET controls because by
default the the area at the bottom right is not drawn and that can cause
drawing glitches. Note: Another better solution is drawing NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AutoScrollTimerEnable">
<summary>
Indicates whether the control is currently scrolling and the user drags
the mouse outside the inner scrolling area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VScrollBar">
<summary>
Returns a reference to an object with vertical scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HScrollBar">
<summary>
Returns a reference to an object with horizontal scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsThumbTracking">
<summary>
Internal only. Toggles thumb track mode. See ScrollBarWrapper.IsThumbTracking for a internal getter for this state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AllowIncreaseSmallChange">
<summary>
Indicates whether the scroll control can increase the <see cref="P:System.Windows.Forms.ScrollBar.SmallChange"/>
property while doing accelerated scrolling. If this is True, the <see cref="P:System.Windows.Forms.ScrollBar.SmallChange"/>
will be set to 3 after 40 rows and to 5 after 80 rows.
</summary>
<remarks>
By default the scroll control will increase the scrolling step after a while. Set this to
False if you want to enforce scrolling only one row at a time even with accelerated scrolling.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AutoScrollBounds">
<summary>
Gets or sets the outer scrolling area. Typically the client area of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.InsideScrollBounds">
<summary>
Returns the inside scrolling area. The control will scroll if the user drags
the mouse outside this area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.InsideScrollMargins">
<summary>
Gets or sets the default margins for the scrolling area when the user moves the mouse to the
margin between InsideScrollBounds and AutoScrollBounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTip">
<summary>
Returns a reference to the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollTipWindow"/> for this control. Can be NULL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTipFormat">
<summary>
Gets or sets the text to be displayed in the ScrollTip window with a place holder for scroll position . For example, " Position {0} "
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OverrideCursor">
<summary>
Immediately changes the shown cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsMousePressed">
<summary>
Indicates whether the control is handling a <see cref="E:System.Windows.Forms.Control.MouseDown"/> event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsValidating">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsValidated">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnValidated(System.EventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsActiveControl">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnter(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLeave(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsDeactivated">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnDeactivated(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HasControlFocus">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlGotFocus"/> has been called. <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlLostFocus"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IgnoreUICues">
<summary>
ScrollControlMouseController checks this to see if it should cancel
existing mouse operation and call ScrollControlMouseController.CancelMode
when a UICuesChanged event is sent. That can happen when user activates
another application or simply when styles for a child window have changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.PaneDesc">
<summary>
Returns the Pane information.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseWheelScrollLines">
<summary>
Lets you override the scroll behavior for rolling the mouse wheel. Default is SystemInformation.MouseWheelScrollLines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SmoothMouseWheelScrolling">
<summary>
Indicates whether the control should perform one scroll command (faster) or
if it should perform multiple scroll commands with smaller increments (smoother)
when user rolls mouse wheel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VScrollIncrement">
<summary>
Gets or sets the multiplier for mouse wheel scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HScrollIncrement">
<summary>
Gets or sets the multiplier for mouse wheel scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UseSharedScrollBars">
<summary>
Enables shared scrollbars. Use this if the control is not embedded in a container control
that implements IScrollBarFrame and you want to provide your own scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BorderStyle">
<summary><para>Gets / sets the border style of the control.</para></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HScroll">
<summary><para>
Indicates whether the horizontal scroll bar is visible.
</para></summary>
<value><para><see langword="True"/> if the horizontal scroll bar is
visible; <see langword="False"/> otherwise.
</para></value>
<seealso cref="P:System.Windows.Forms.ScrollableControl.HScroll"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VScroll">
<summary><para>
Indicates whether the vertical scroll bar is visible.
</para></summary>
<value><para><see langword="True"/> if the vertical scroll bar is
visible; <see langword="False"/> otherwise.
</para></value>
<seealso cref="P:System.Windows.Forms.ScrollableControl.HScroll"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsSplitterPaneClosed">
<summary>
Indicates whether the splitter control has closed the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseControllerDispatcher">
<summary>
MouseControllerDispatcher coordinates mouse events among competing mouse controllers. Based on
the position of the mouse and context of the control every registered controller's HitTest method
is called to determine the best controller for the following mouse action. This controller will then
receive mouse events.
</summary>
<remarks>
See <see cref="T:Syncfusion.Windows.Forms.MouseControllerDispatcher"/> for more information.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ActiveController">
<summary>
Returns a reference to the active mouse controller that is receiving MouseDown, MouseMove, MouseUp messages when the user
has pressed a mouse button.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseControllerDispatcher"/>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Syncfusion#Windows#Forms#PdfViewer#ISplitterPaneSupport#FillSplitterPane">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.FillSplitterPane">
<summary>
Toggles support for using the control inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsSplitterPaneClosing">
<summary>
Indicates whether the splitter control is closing the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EnableIntelliMouse">
<summary>
Toggles support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse,
the window will scroll.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.themedDrawing">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.themedScrollBarDrawing">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DiscardPaintMessagesAfterBeginUpdate">
<summary>
When you call BeginUpdate(), the control by default does not handle WM_PAINT messages. Only
once you call EndUpdate they will be processed. If this causes problems in your application, you can
set this static property to True. In such cases, WM_PAINT messages will be simply discarded and
any invalid regions will be validated.
</summary>
<remarks>
There is a problem with the default implementation of BeginUpdate. If a screen region is marked
invalid, the WndProc will be repeatedly called with WM_PAINT at the the top of the WndProc
until EndUpdate is called. This can cause your application to freeze if another window gets created
or if you make a web service call and WndProc messages need to be processed.<para/>
Setting DiscardPaintMessagesAfterBeginUpdate to True will help avoid these scenarios.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IsDisposing">
<summary>
Returns true if object is executing <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Dispose(System.Boolean)"/> method call.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.LastMousePosition">
<summary>
Property MousePosition (Point) - cached Control.MousePosition. The variable is set
before any WM_MOUSE* messages being processed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AccelerateScrolling">
<summary>
Gets or sets the acceleration behavior for scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AllowRaiseMouseMoveInOnDragOver">
<summary>
Indicates whether OnMouseMove should be called from OnDragOver.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Size">
<override/>
<summary>
Gets or sets the control's size. Size is overridden here to prevent Code Generation in Designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Bounds">
<override/>
<summary>
Gets or sets the control's bounds. Size is overridden here to prevent Code Generation in Designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.TabIndex">
<override/>
<summary>Gets or sets the TabIndex.
TabIndex is overridden here to prevent Code Generation in Designer.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdateOptions">
<summary>
Returns the settings for the current BeginUpdate option.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Updating">
<summary>
Indicates whether BeginUpdate() has been called and the painting for a control is suspended.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.PaintPending">
<summary>
Indicates whether there are updates pending for the control when painting is suspended by BeginUpdate.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HasDoubleBufferSurface">
<summary>
Determines if EnableDoubleBufferSurface method was called and double buffering
using the DoubleBufferSurface is enabled. The DoubleBufferSurface buffering
is different from the automatic .NET double buffering and also a bit slower but
it reduces flicker if lots of scrolling is used and gdi drawing for individual cells
in a grid.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DoubleBufferSurface">
<summary>
Returns the DoubleBufferSurface if EnableDoubleBufferSurface() was called. Otherwise
the method returns null.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdatingStyles">
<summary>
Indicates whether <see cref="M:System.Windows.Forms.Control.UpdateStyles"/> is internally called.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Deactivated">
<summary>
Occurs when both <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnControlLostFocus"/> and <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OnLeave(System.EventArgs)"/> occur.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AccelerateScrollingChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AccelerateScrolling"/> property has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.VerticalScroll">
<summary>
Occurs when vertical scrollbar is moved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.HorizontalScroll">
<summary>
Occurs when horizontal scrollbar is moved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.IntelliMouseDragScrolling">
<summary>
Occurs when the user presses the mouse wheel and drags the mouse.
</summary>
<remarks>
Set <see cref="P:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs.Scrolled"/> of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.IntelliMouseDragScrollEventArgs"/>
to True if you provide customized scrolling in your event handler.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShowContextMenu">
<summary>
The ShowContextMenu event occurs when the user right-clicks inside
the control.
</summary>
<remarks>
<para/>
You can cancel showing a content menu when
you assign True to <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/>.
<para/>
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.StartAutoScrolling">
<summary>
Occurs when accelerated scrollbar scrolling or mouse drag-scrolling starts.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SplitterPaneClosed">
<summary>
Occurs when the splitter control has closed the pane with this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.SplitterPaneClosing">
<summary>
Occurs when the splitter control is closing the pane with this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollTipFeedback">
<summary>
Occurs when the user is dragging the scrollbar thumb.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollbarsVisibleChanged">
<summary>
Occurs when scrollbars are hidden or shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.MouseWheelZoom">
<summary>
Occurs when the user holds the Control Key and rolls the mouse wheel.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.FillSplitterPaneChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.FillSplitterPane"/> value has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.UpdatingChanged">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BeginUpdate(Syncfusion.Windows.Forms.PdfViewer.BeginUpdateOptions)"/> has been called the first time or <see cref="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EndUpdate(System.Boolean)"/>
has been called the last time.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WindowScrolled">
<summary>
Occurs after the window has been scrolled.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.WindowScrolling">
<summary>
Occurs while the window is being scrolled.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlMouseDown">
<summary>
Occurs before a <see cref="E:System.Windows.Forms.Control.MouseDown"/> is raised and allows you to cancel the mouse event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlHandledMouseDown">
<summary>
Occurs after a <see cref="E:System.Windows.Forms.Control.MouseDown"/> is raised.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlMouseMove">
<summary>
Occurs before a <see cref="E:System.Windows.Forms.Control.MouseMove"/> is raised and allows you to cancel the mouse event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlHandledMouseMove">
<summary>
Occurs after a <see cref="E:System.Windows.Forms.Control.MouseMove"/> event is raised and after auto-scrolling.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlMouseUp">
<summary>
Occurs before a <see cref="E:System.Windows.Forms.Control.MouseUp"/> is raised and allows you to cancel the mouse event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ScrollControlHandledMouseUp">
<summary>
Occurs after a <see cref="E:System.Windows.Forms.Control.MouseUp"/> event is raised.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CancelMode">
<summary>
Occurs when the window receives a WM_CANCELMODE message.
</summary>
<remarks>
WM_CANCELMODE is sent to cancel certain modes, such as mouse capture.
For example, the system sends this message to the active window when a
dialog box or message box is displayed. Certain functions also send this
message explicitly to the specified window regardless of whether it is the
active window. For example, the EnableWindow function sends this message
when disabling the specified window.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.AutoScrollingChanged">
<summary>
Occurs when the AutoScrolling property is changed.
</summary>
<remarks>
If you want to prevent autoscrolling, you should handle this event
and reset the AutoScrolling property to ScrollBars.None.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CreateParams">
<summary>
Overridden. Changes <see cref="P:System.Windows.Forms.CreateParams.Style"/> to show or hide scrollbars and also consider the control's
<see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.BorderStyle"/> setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.EnableTouchMode">
<summary>
Gets or sets the touch mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016BlackColorTable">
<summary>
Gets or sets the color table for Office2016 Black theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016WhiteColorTable">
<summary>
Gets or sets the color table for Office2016 white theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016DarkGrayColorTable">
<summary>
Gets or sets the color table for Office2016 Dark gray theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016ColorfulColorTable">
<summary>
Gets or sets the color table for Office2016 colorful theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016ScrollBars">
<summary>
Gets or sets the Office2016 Scrollbars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBars">
<summary>
Toggles between standard and Office2007 scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2007 scroll bars.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2010ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2010ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsChanged">
<summary>
Occurs when the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsChanged"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2007ScrollBars"/> property has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ClientRectangle">
<summary>
Gets the rectangle that represents the client area of the control. If custom
scroll bars (ScrollBarCustomDraw, Office2007 style) are shown in the client area, then
this method will remove the area occupied by the scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ClientSize">
<summary>
Gets or sets the height and width of the client area of the control. If custom
scroll bars (ScrollBarCustomDraw, Office2007 style) are shown the client area, then
this method will remove the area occupied by the scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.GridOfficeScrollBars">
<summary>
Gets or sets the Office like scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2010ScrollBarsColorScheme">
<summary>
Gets or sets the style of MS Office2010 scroll bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.Office2016ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2016 theme for scrollbars.
</summary>
<remarks>
This is applicable for both the horizontal and vertical scrollbar.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.DpiAware">
<summary>
Gets or sets the boolean value for enhanching the apperance settings for DpiAware enabled Application.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsEventArgs">
<summary>
Provides the data about <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsChanged"/> event of a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsEventArgs.#ctor(Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs"/>.
</summary>
<param name="record">The record index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.OfficeScrollBarsEventArgs.GridOfficeScrollBars">
<summary>
Gets or sets the Office scroll bars
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.CancelMouseDelegate">
<summary>
Delegate for ScrollControlMouseDown, OnBeforeMouseMove and ScrollControlMouseUp methods.
</summary>
<returns></returns>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeBox.target">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeBox.parentFormWindowState">
<summary> </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeBox.sizeGripStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeBox.ScrollControl">
<summary>
Internal Variable for ScrollControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SizeBox.#ctor(System.Windows.Forms.Control)">
<summary></summary>
<param name="target"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SizeBox.Dispose(System.Boolean)">
<summary></summary>
<param name="disposing"/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeBox._themedScrollBarDrawing">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SizeBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SizeBox.ApplyScrollbarsColor(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color)">
<summary>
Apply the scrollbar background color for scroll control.
</summary>
<param name="g">Graphics for scroll control</param>
<param name="backGround">Bacground color for scroller background.</param>
<param name="border">Border color for scroll control</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SizeBox.SizeGripStyle">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SizeBox.ShowSizeGrip">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.SizeBox.themedScrollBarDrawing">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventHandler">
<summary>
Handles a cancellable <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShowContextMenu"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">An <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventArgs"/> that contains the event data.</param>
<returns></returns>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventArgs">
<summary>
Provides data about the cancellable <see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShowContextMenu"/> event.
</summary>
<remarks>
ShowContextMenuEventArgs is a custom event argument class used by the
<see cref="E:Syncfusion.Windows.Forms.PdfViewer.ScrollControl.ShowContextMenu"/> event when the user right-clicks inside
the control.
<para/>
You can cancel showing a context menu when
you assign True to <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/>.<para/></remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventArgs.point">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventArgs.#ctor(System.Drawing.Point)">
<summary>
Initializes a new object.
</summary>
<param name="point">The mouse location in screen coordinates.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ShowContextMenuEventArgs.Point">
<summary>
Returns the mouse location in screen coordinates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.FontUtil.privateFonts">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.AddMemoryFont(System.IO.Stream)">
<summary></summary>
<returns></returns>
<param name="s"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.AddMemoryFont(System.IntPtr,System.Int32)">
<summary></summary>
<returns></returns>
<param name="memory"/>
<param name="length"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.AddFontFile(System.String)">
<summary></summary>
<returns></returns>
<param name="fileName"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.GetPrivateFont(System.String)">
<summary></summary>
<returns></returns>
<param name="familyName"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.CreateFont(System.String,System.Single)">
<summary></summary>
<returns></returns>
<param name="facename"/>
<param name="size"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.CreateFont(System.String,System.Single,System.Drawing.FontStyle)">
<summary></summary>
<returns></returns>
<param name="facename"/>
<param name="size"/>
<param name="fontStyle"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.CreateFont(System.Drawing.Font,System.Drawing.FontStyle)">
<summary></summary>
<returns></returns>
<param name="srcFont"/>
<param name="fontStyle"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.CreateFont(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)">
<summary></summary>
<returns></returns>
<param name="facename"/>
<param name="size"/>
<param name="fontStyle"/>
<param name="unit"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.FontUtil.PanoseFontFamilyType(System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Gets the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes"/> for the specified font.
</summary>
<param name="graphics">A graphics object to use when detecting the Panose
family.</param>
<param name="font">The font to check.</param>
<returns>The Panose font family type.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.FontUtil.PrivateFonts">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes">
<summary>
Enumeration of Panose Font Family Types. These can be used for
determining the similarity of two fonts or for detecting non-character
fonts like WingDings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes.PAN_ANY">
<summary>
Any
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes.PAN_NO_FIT">
<summary>
No Fit
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes.PAN_FAMILY_TEXT_DISPLAY">
<summary>
Text and Display
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes.PAN_FAMILY_SCRIPT">
<summary>
Script
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes.PAN_FAMILY_DECORATIVE">
<summary>
Decorative
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PanoseFontFamilyTypes.PAN_FAMILY_PICTORIAL">
<summary>
Pictorial
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SplitRow(System.Int32)">
<summary>
Indicates whether the rows were split at the given y coordinate.
</summary>
<param name="cy">The vertical position in percentages of the splitter control's height.</param>
<returns>True if rows were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SplitColumn(System.Int32)">
<summary>
Indicates whether the columns were split horizontally at the specified x coordinate.
</summary>
<param name="cx">The horizontal position in percentages of the splitter control's width.</param>
<returns>True if columns were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.DeleteRow(System.Int32)">
<summary>
Deletes the splitter panes at the specified row.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.DeleteColumn(System.Int32)">
<summary>
Deletes the splitter panes at the specified column.
</summary>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.GetPane(System.Int32,System.Int32)">
<summary>
Returns the splitter pane at the specified row and column.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<returns>The control at the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.FindPane(System.Windows.Forms.Control,System.Int32@,System.Int32@)">
<summary>
Returns the row and column index for a child pane.
</summary>
<param name="control">The control to search for.</param>
<param name="row">A placeholder where the row is returned.</param>
<param name="column">A placeholder where the column is returned.</param>
<returns>True if the control is a pane; False if the control was not a child pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SetActivePane(System.Int32,System.Int32)">
<summary>
Sets the active pane in the splitter control specified by row and column.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.CanActivateNext(System.Boolean)">
<summary>
Indicates whether there is a next or previous pane that can be activated.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
<returns>True if activating next or previous pane is good; False if already at last or first pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.ActivateNext(System.Boolean)">
<summary>
Activates the next or previous pane.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SplitBars">
<summary>
Gets / sets a value indicating what split behavior is supported. Rows, Columns or Both.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.RowCount">
<summary>
Returns the number of visible row panes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.ColumnCount">
<summary>
Returns the number of visible column panes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.ActivePane">
<summary>
Gets / sets the active pane in the splitter control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SplitBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SplitBars"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.VSplitPosChanged">
<summary>
Occurs when the vertical splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.HSplitPosChanged">
<summary>
Occurs when the horizontal splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.IDynamicSplitterFrame.SplitterLayoutChanged">
<summary>
Occurs when the splitter layout has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DynamicSplitBars">
<summary>
Defines split behavior for a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DynamicSplitBars.None">
<summary>
No dynamic splitter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DynamicSplitBars.SplitRows">
<summary>
Split rows vertically.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DynamicSplitBars.SplitColumns">
<summary>
Split columns horizontally.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DynamicSplitBars.Both">
<summary>
Allow both splitting the view vertically and horizontally.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle">
<summary>
Specifies the style with which some controls will appear and behave.
</summary>
<remarks>
Every control that incorporates these styles will define the styles differently,
so take a look at the individual control for more information.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Default">
<summary>
Classic appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.OfficeXP">
<summary>
Office XP-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2003">
<summary>
Office 2003-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.VS2005">
<summary>
Visual Studio 2005-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2007">
<summary>
Office 2007-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2007Outlook">
<summary>
Office 2007 Outlook-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2010">
<summary>
Office 2010-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.VS2010">
<summary>
Visual Studio 2010-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Metro">
<summary>
Metro-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2016Colorful">
<summary>
Office2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2016White">
<summary>
Office2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2016Black">
<summary>
Office2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Scrolling.Theme.VisualStyle.Office2016DarkGray">
<summary>
Office2016 DarkGray
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.VisualStyle">
<summary>
Gets or sets Visual Styles of the PDF viewer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default">
<summary>
Default appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Office2016Colorful">
<summary>
Office2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Office2016White">
<summary>
Office2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Office2016Black">
<summary>
Office2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Office2016DarkGray">
<summary>
Office2016 DarkGray
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2016ColorScheme">
<summary>
Defines the constants that specify color schemes for the Office 2016 theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2016ColorScheme.White">
<summary>Office2016 white.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2016ColorScheme.Black">
<summary>Office2016 black.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2016ColorScheme.DarkGray">
<summary>Office2016 dark gray.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2016ColorScheme.Colorful">
<summary>Office2016 colorful color.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MenuColors">
<summary>
Provides static properties to access the colors used by different components in the XPMenus framework.
</summary>
<remarks>
<para>
The primary objective of this class is to let you specify custom colors for the different
regions of the XPMenus components. When no colors are provided, this class returns the default
colors usually synthesized from the System Colors. If you have to reset a property that you set before,
simply set it to be Color.Empty; the next time the property is queried, it will return the default color.
</para>
<para>
If you are a consumer of the colors in this class, then note that the colors returned
by properties in this class need to be reinitialized when the system color changes.
This class doesn't listen to the system color change event, instead it expects the consumer to notify it
when the system color changes. To avoid redundant updates by multiple consumers, a unique notification pattern
is recommended.
</para>
<para>
To notify system color changes, you should listen to the <see cref="E:System.Windows.Forms.Control.SystemColorsChanged"/>
event and call the <see cref="M:Syncfusion.Windows.Forms.PdfViewer.MenuColors.SysColorsChanged(System.Boolean)"/> method. The SysColorsChanged method will let you specify whether to
update the colors immediately or later with a call to <see cref="M:Syncfusion.Windows.Forms.PdfViewer.MenuColors.UpdateMenuColors"/>. You should
choose to update immediately if you will use the new colors to update certain properties in your control (Backcolor, for example).
On the other hand, if you use the colors within and only within your Paint event, then update the colors later in
the beginning of your Paint method with a call to <b>UpdateMenuColors</b>. Note that the
<b>UpdateMenuColors</b> method will actually update the colors only if necessary, letting you call it multiple times
without performance hit.
</para>
<para>
There is also a <see cref="E:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuColorsChanged"/> event that gets fired whenever colors
are updated, either due to change in System Colors (notified using the above pattern) or when a custom color is set on any of the properties.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MenuColors.UpdateMenuColors">
<summary>
Initializes default colors based on SystemColors.
</summary>
<remarks>
Calling this will not affect the custom colors set using the properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MenuColors.#cctor">
<summary>
Initializes the default colors.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MenuColors.SysColorsChanged(System.Boolean)">
<summary>
Call this method to indicate that the system colors have changed.
</summary>
<param name="updateColorsNow">Indicates whether to update colors immediately or later with a call to <see cref="M:Syncfusion.Windows.Forms.PdfViewer.MenuColors.UpdateMenuColors"/>.</param>
<remarks>
Take a look at the MenuColors class reference for the recommended system color change notification pattern.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.SelColor">
<summary>
Gets / sets the selected color for a menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.SelTextColor">
<summary>
Gets / sets the selected text color for an item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuBGColor">
<summary>
Gets / sets the background color of a drop-down menu.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuLeftStripColor"/>
<value>The default value is derived from a System Color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuLeftStripColor">
<summary>
Gets / sets the color for the left aligned strip in a drop-down menu where images and check boxes are shown.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuBGColor"/>
<value>The default value is derived from a System Color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.PressedSelColor">
<summary>
Gets / sets the selected-pressed color for a menu item in a toolbar.
</summary>
<value>The default value is derived from a System Color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.CheckedSelColor">
<summary>
Gets / sets the selected color for a checked menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.SelBorderColor">
<summary>
Gets / sets the border color for a selected menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.DropDownBorderColor">
<summary>
Gets / sets the border color for a drop-down menu.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuBGColor"/>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.CommandBarBackColor">
<summary>
Gets / sets the background color for a toolbar / commandbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MainMenuBackColor">
<summary>
Gets / sets the background color for the main-menu bar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.StatusBarBackColor">
<summary>
Gets / sets the background color for the Status Bar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.FloatingCommandBarCaptionColor">
<summary>
Gets / sets the Caption background color for a floating toolbar / commandbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.ExpandedMenuStripBackColor">
<summary>
Gets / sets the Backcolor for the expanded,
left-aligned menu strip region. This is the region you see when a partial menu
gets expanded to show all the menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.InactiveItemAlphaBlendFactor">
<summary>
Gets / sets the alpha-blend factor to use to shade the inactive menu item's icons. (255 for no alpha-blending; 0 will completely hide the item)
</summary>
<value>A value in the range 1 to 255; -1 will reset to default value. Default is 175.</value>
<remarks>
255 will draw the icon without any alpha blending; 1 will almost hide the icons. This setting will be ignored when XPThemes is turned on.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.DisabledMenuTextColorBase">
<summary>
Gets / sets the text color base for the text in the disabled menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
When you specify a custom color, ControlPaint.LightLight will be applied on it before using that color.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.DisabledToolbarItemTextColorBase">
<summary>
Gets / sets the text color base for the text in the disabled toolbar items.
</summary>
<value>The default value is derived from a system color.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuTextColor">
<summary>
Gets / sets the text color of the menu and toolbar items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color, the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MenuColors.MenuActiveTextColor">
<summary>
Gets / sets the active text color of the menu and toolbar items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VistaMenuColors.UpdateMenuColors">
<summary>
Initializes default colors based on SystemColors.
</summary>
<remarks>
Calling this will not affect the custom colors set using the properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VistaMenuColors.#cctor">
<summary>
Initializes the default colors.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.VistaMenuColors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.UpdateStyleColors">
<summary>
Initializes default colors based on SystemColors.
</summary>
<remarks>
Calling this will not affect the custom colors set using the properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.#cctor">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.UseThemedColors">
<summary>
Gets a value indicating whether themed colors are used.
</summary>
<value><c>true</c> if themed colors are used, <c>false</c> otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.RightAHPanelColor">
<summary>
gets/sets color of right auto hide panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.LeftAHPanelColor">
<summary>
Gets/sets color of left AH panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.PanelColor">
<summary>
Gets or sets the color of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.InnerBorderColor">
<summary>
Gets or sets the color of the inner border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.TabItemColor">
<summary>
Gets or sets the color of the tab item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DDBarItemBorderColor">
<summary>
Gets or sets the color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DDBarItemLightColor">
<summary>
Gets or sets the light color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DDBarItemDarkColor">
<summary>
Gets or sets the dark color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuSelectedItemBorderColor">
<summary>
Gets or sets the color for border selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuSelectedItemColor">
<summary>
Gets or sets the color for selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuColumnStyleDarkColor">
<summary>
Gets or sets the dark color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuColumnStyleLightColor">
<summary>
Gets or sets the light color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuCheckMarkColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuSelectedCheckMarkColor">
<summary>
Gets or sets the color for selected check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemHighlightBorderColor">
<summary>
Gets or sets border color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemPressBorderColor">
<summary>
Gets or sets border color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemCheckBorderColor">
<summary>
Gets or sets border color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemCheckLightColor">
<summary>
Gets or sets light color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemHighlightLightColor">
<summary>
Gets or sets light color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemHighlightDarkColor">
<summary>
Gets or sets dark color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemPressLightColor">
<summary>
Gets or sets light color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemPressDarkColor">
<summary>
Gets or sets dark color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.BarItemSeparatorColor">
<summary>
Gets or sets color of the separator BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DockBarLightColor">
<summary>
Gets or sets light color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DockBarDarkColor">
<summary>
Gets or sets dark color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.CommandBarDropDownLightColor">
<summary>
Gets or sets light color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.CommandBarDropDownDarkColor">
<summary>
Gets or sets dark color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.CommandBarDarkColor">
<summary>
Gets or sets dark color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.CommandBarLightColor">
<summary>
Gets or sets light color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.CommandBarBorderColor">
<summary>
Gets or sets color for border of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatPressButtonColor">
<summary>
Gets or sets color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatPressButtonBorderColor">
<summary>
Gets or sets border color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatCommandBarLightColor">
<summary>
Gets or sets light color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatCommandBarDarkColor">
<summary>
Gets or sets dark color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatLightBorderColor">
<summary>
Gets or sets color for light border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatBackgroundColor">
<summary>
Gets or sets background color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatBorderColor">
<summary>
Gets or sets color for border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.FloatCaptionColor">
<summary>
Gets or sets color for caption text of the floating CommandBar.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.VS2005Colors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.#cctor">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.SysColorsChanged(System.Boolean)">
<summary>
Call this method to indicate that the system colors have changed.
</summary>
<param name="updateColorsNow">Indicates whether to update colors immediately or later with a call to <see cref="M:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.UpdateMenuColors"/>.</param>
<remarks>
Follow the same system color change notification pattern as explained in the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MenuColors"/> class reference.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.SelColor">
<summary>
Gets / sets the selected color for a menu item in a drop-down menu.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.PressedSelColor">
<summary>
Gets / sets the pressed-selected color for a menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.CheckedSelColor">
<summary>
Gets / sets the background color of a selected check box in the drop-down menu margin or a checked item in the toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.CheckedColor">
<summary>
Gets / sets the background color of a check box in the drop-down menu margin or a checked item in the toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.SelBorderColor">
<summary>
Gets / sets the border color of a menu item selection in the drop-down menus and toolbars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.DropdownBorderColor">
<summary>
Gets / sets the border color of a drop-down menu.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuMarginColorLight">
<summary>
Gets / sets the left-gradient color of the drop-down menu margin.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuMarginColorDark">
<summary>
Gets / sets the right-gradient color of the drop-down menu margin.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuExpandedItemsMarginColorLeft">
<summary>
Gets / sets the left-gradient color of the drop-down menu margin of the expanded menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuExpandedItemsMarginColorRight">
<summary>
Gets / sets the right-gradient color of the drop-down menu margin of the expanded menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.DockBarColorLight">
<summary>
Gets or sets the right-gradient color of docked bars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.DockBarColorDark">
<summary>
Gets or sets the left-gradient color of docked bars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.ControlGripperColor">
<summary>
Gets or sets the color of the gripper.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.ControlBorderColorLight">
<summary>
Gets or sets the light-gradient border color of bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.ControlBorderColorDark">
<summary>
Gets or sets the dark-gradient border color of bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuItemHotColorLight">
<summary>
Gets or sets the light-gradient color of menu item for hot-tracking.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuItemHotColorDark">
<summary>
Gets or sets the dark-gradient color of menu item for hot-tracking.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuItemPressedColorLight">
<summary>
Gets or sets the light-gradient color of quick customize button when it is pressed.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.MenuItemPressedColorDark">
<summary>
Gets or sets the dark-gradient color of quick customize button when it is pressed.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.FloatingCommandBarCaptionColor">
<summary>
Gets or sets the caption background color of floating bars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.FloatingCommandBarItemPressedColor">
<summary>
Gets or sets the color for the floating command bar item which is pressed.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.CommandBarDropDownColorLight">
<summary>
Gets or sets the light-gradient color of quick customize dropdown button.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.CommandBarDropDownColorDark">
<summary>
Gets or sets the dark-gradient color of quick customize dropdown button.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarHighlightColorLight">
<summary>
Gets or sets the light-gradient highlight color of groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarHighlightColorDark">
<summary>
Gets or sets the dark-gradient highlight color of groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarSelectedColorLight">
<summary>
Gets or sets the light-gradient color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarSelectedColorDark">
<summary>
Gets or sets the dark-gradient color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarSelectedHighlightColorLight">
<summary>
Gets or sets the light-gradient highlight color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarSelectedHighlightColorDark">
<summary>
Gets or sets the dark-gradient highlight color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarHeaderColorLight">
<summary>
Gets or sets the light-gradient color of groupBar header.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarHeaderColorDark">
<summary>
Gets or sets the dark-gradient color of groupBar header.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarItemTextColor">
<summary>
Gets / sets the color of the text in a GroupBar item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.GroupBarItemTextSelectedHighlightColor">
<summary>
Gets / sets the highlight color to be used for the selected text of the GroupBar item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2003Colors.SeparatorColor">
<summary>
Gets / sets the color of the separator line between the bar items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.UpdateColors">
<summary>
Initializes colors based on Windows XP color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvTabPanelBackGroundColor">
<summary>
Used for drawing the tabControlAdv tabPanel background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvActiveTopTabColor">
<summary>
Used for drawing the active tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvActiveBottomTabColor">
<summary>
Used for drawing the active tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvInactiveTopTabColor">
<summary>
Used for drawing the inactive tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvInactiveBottomTabColor">
<summary>
Used for drawing the inactive tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvHighLightedTopTabColor">
<summary>
Used for drawing the highlighted tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvHighLightedBottomTabColor">
<summary>
Used for drawing the highlighted tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvActiveBorderColor">
<summary>
Used for drawing the borders of tabPages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvInactiveBorderColor">
<summary>
Used for drawing the borders of tabPages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.WindowsXPThemeColors.TabControlAdvLightBorderColor">
<summary>
Used for drawing the borders of tabPages.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors">
<summary>
Provides colors for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.s_blueColors">
<summary>
Colors for blue colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.s_silverColors">
<summary>
Colors for silver colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.s_blackColors">
<summary>
Colors for black colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.s_managedColors">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.s_defaultTheme">
<summary>
Default colorscheme for office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.s_managedBaseColor">
<summary>
Base color for managed scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GetColorTable(Syncfusion.Windows.Forms.PdfViewer.Office2007Theme)">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ApplyManagedColors(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.PdfViewer.Office2007Theme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.InitializeColors">
<summary>
Initialize colors general for all colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpdateColors(System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpdateScheme(Syncfusion.Windows.Forms.PdfViewer.Office2007Theme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.Default">
<summary>
Gets or sets default colors for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DefaultTheme">
<summary>
Gets or sets default colorscheme for office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColors">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedBaseColor">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerBorderColor">
<summary>
Gets or sets border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerHighLightedBorderColor">
<summary>
Gets or sets highlighted border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerSelectedBorderColor">
<summary>
Gets or sets selected border color for date time picker control>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownArrowColor">
<summary>
Gets or sets a dropdown arrow color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownLightColor">
<summary>
Gets or sets a dropdown gradient light color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownDarkColor">
<summary>
Gets or sets a dropdown gradient dark color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownHighLightLightColor">
<summary>
Gets or sets a dropdown highlighted gradient light color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownHighLightDarkColor">
<summary>
Gets or sets a dropdown highlighted gradient dark color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownSelectedLightColor">
<summary>
Gets or sets a dropdown selected gradient light color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerDropDownSelectedDarkColor">
<summary>
Gets or sets a dropdown selected gradient dark color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxNormalColor">
<summary>
Gets or sets a checkbox color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxSelectedColor">
<summary>
Gets or sets a checkbox selected color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxBorderPushedColor">
<summary>
Gets or sets a checkbox pushed border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxBorderNormalColor">
<summary>
Gets or sets a checkbox border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxInnerRectBorderNormalColor">
<summary>
Gets or sets a checkbox inner rectangle border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxInnerRectBorderSelectedColor">
<summary>
Gets or sets a checkbox inner rectangle selected border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxInnerRectBorderPushedColor">
<summary>
Gets or sets a checkbox inner rectangle pushed border color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxInnerRectFillNormalColor">
<summary>
Gets or sets a checkbox inner rectangle filling color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxInnerRectFillSelectedColor">
<summary>
Gets or sets a checkbox inner rectangle filling selected color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerCheckBoxInnerRectFillPushedColor">
<summary>
Gets or sets a checkbox inner rectangle filling pushed color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DataTimePickerHighLightedForeColor">
<summary>
Gets or sets highlighted fore color for date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.NumericUpDownBorderColor">
<summary>
Gets or sets border color for numeric up down control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.NumericUpDownHighLightedBorderColor">
<summary>
Gets or sets highlighted border color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.NumericUpDownSelectedBorderColor">
<summary>
Gets or sets selected border color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.NumericUpDownArrowLightColor">
<summary>
Gets or sets dropdown arrow gradient light color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.NumericUpDownArrowDarkColor">
<summary>
Gets or sets dropdown arrow gradient dark color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MonthCalendarHeaderStartColor">
<summary>
Gets or sets gradient start color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MonthCalendarHeaderEndColor">
<summary>
Gets or sets gradient end color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MonthCalendarForeColor">
<summary>
Gets or sets fore color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarBorderColor">
<summary>
Gets or sets border color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarItemColorDark">
<summary>
Gets or sets gradient dark color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarItemColorLight">
<summary>
Gets or sets gradient light color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarHeaderColorDark">
<summary>
Gets or sets group bar control's header gradient color dark.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarHeaderColorLight">
<summary>
Gets or sets group bar control's header gradient color light.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarHighlightColorLight">
<summary>
Gets or sets gradient highlight light color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarHighlightColorDark">
<summary>
Gets or sets gradient highlight dark color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSelectedColorDark">
<summary>
Gets or sets gradient selected dark color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSelectedColorLight">
<summary>
Gets or sets gradient selected light color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSelectedTopColorDark">
<summary>
Gets or sets gradient selected dark color for the upper part of group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSelectedTopColorLight">
<summary>
Gets or sets gradient selected light color for the upper part of group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSelectedHighlightColorDark">
<summary>
Gets or sets gradient highlighted and selected dark color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSelectedHighlightColorLight">
<summary>
Gets or sets gradient highlighted and selected light color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarItemTextColor">
<summary>
Gets or sets text color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarHeaderTextColor">
<summary>
Gets or sets group bar control's header text color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSplitterColorDark">
<summary>
Gets or sets gradient dark color for splitter of group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarSplitterColorLight">
<summary>
Gets or sets gradient light color for splitter of group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.GroupBarClientAreaBackground">
<summary>
Gets or sets the client area background color of group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskPaneInternalBorderColor">
<summary>
Gets or sets the color for the internal border of XP task panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskPaneBorderColor">
<summary>
Gets or sets the color for the border of XP task panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskPageBackColor">
<summary>
Gets or sets the back color for XP task page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuItemDarkColor">
<summary>
Gets or sets the dark color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuItemLightColor">
<summary>
Gets or sets the light color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuItemBorderColor">
<summary>
Gets or sets the border color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuColumnColor">
<summary>
Gets or sets the dark color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuColumnSeparatorColor">
<summary>
Gets or sets the separator color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuItemArrowLightColor">
<summary>
Gets or sets the light color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuItemArrowDarkColor">
<summary>
Gets or sets the dark color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuCheckedColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuCheckedFillColor">
<summary>
Gets or sets the background color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuCheckedBorderColor">
<summary>
Gets or sets the color for border check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuTextBoxBorderColor">
<summary>
Gets or sets the border color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuTextBoxBackColor">
<summary>
Gets or sets the background color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonPushed1Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonPushed2Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonPushed3Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonPushed4Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonHighlightLightColor">
<summary>
Gets or sets the light color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonHighlightDarkColor">
<summary>
Gets or sets the dark color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuComboButtonArrowColor">
<summary>
Gets or sets the color for arrow ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownLightColor">
<summary>
Gets or sets light color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownDarkColor">
<summary>
Gets or sets dark color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CommandBarDarkColor">
<summary>
Gets or sets dark color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CommandBarLightColor">
<summary>
Gets or sets light color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CommandBarBorderColor">
<summary>
Gets or sets color for border of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DockBarBackColor">
<summary>
Gets or sets background color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatHighlightButtonColor">
<summary>
Gets or sets color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatHighlightButtonBorderColor">
<summary>
Gets or sets border color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatPressButtonColor">
<summary>
Gets or sets color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatPressButtonBorderColor">
<summary>
Gets or sets border color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatPressCloseButtonBorderColor">
<summary>
Gets or sets border color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatPressCloseButtonColor">
<summary>
Gets or sets color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatCommandBarLightColor">
<summary>
Gets or sets light color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatCommandBarDarkColor">
<summary>
Gets or sets dark color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatLightBorderColor">
<summary>
Gets or sets color for light border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatBackgroundColor">
<summary>
Gets or sets background color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatBorderColor">
<summary>
Gets or sets color for border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.FloatCaptionColor">
<summary>
Gets or sets color for caption text of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemSeparatorColor">
<summary>
Gets or sets color for separator line of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemPressBorderColor">
<summary>
Gets or sets color for pressed border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemHighlightBorderColor">
<summary>
Gets or sets color for highlighted border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemPressLightColor">
<summary>
Gets or sets light color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemPressDarkColor">
<summary>
Gets or sets dark color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownBarItemLightColor">
<summary>
Gets or sets light color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownBarItemDarkColor">
<summary>
Gets or sets dark color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.DropDownBarItemBorderColor">
<summary>
Gets or sets color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemCheckLightColor">
<summary>
Gets or sets light color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemCheckBorderColor">
<summary>
Gets or sets color for border of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemCheckFlashColor">
<summary>
Gets or sets color for flash of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemPressFlashColor">
<summary>
Gets or sets color for flash of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.BarItemSelectFlashColor">
<summary>
Gets or sets color for flash of the selected BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TextBarItemBackColor">
<summary>
Gets or sets back color for the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TextBarItemBorderColor">
<summary>
Gets or sets color for border of the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TextBarItemBorderHighlightColor">
<summary>
Gets or sets color for border of the highlight TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonLightColor">
<summary>
Gets or sets light color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonPressLightColor">
<summary>
Gets or sets light color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonPressDarkColor">
<summary>
Gets or sets dark color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonHighlightLightColor">
<summary>
Gets or sets light color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonHighlightDarkColor">
<summary>
Gets or sets dark color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonBorder">
<summary>
Gets or sets border color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonPressBorder">
<summary>
Gets or sets border color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboButtonHighlightBorder">
<summary>
Gets or sets border color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownArrowStartColor">
<summary>
Gets the arrow start color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownArrowEndColor">
<summary>
Gets the arrow end color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBorderNormalColor">
<summary>
Gets the border color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundNormalColor">
<summary>
Gets the background color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundNormalStartColor">
<summary>
Gets the background start color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundNormalEndColor">
<summary>
Gets the background end color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBorderHotColor">
<summary>
Gets the border color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownInnerBorderHotStartColor">
<summary>
Gets the inner border start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownInnerBorderHotEndColor">
<summary>
Gets the inner border end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBorderPressedColor">
<summary>
Gets the border color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownInnerBorderPressedStartColor">
<summary>
Gets the inner border start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownInnerBorderPressedEndColor">
<summary>
Gets the inner border end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundDisabledStartColor">
<summary>
Gets the background start color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundDisabledEndColor">
<summary>
Gets the background end color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBorderDisabledColor">
<summary>
Gets the border color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundHotTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundHotTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundHotBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundHotBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundPressedTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundPressedTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundPressedBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.UpDownBackgroundPressedBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvNormalBackColor">
<summary>
Gets or sets the back color for ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvHotBackColor">
<summary>
Gets or sets the back color for the selected ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvNormalBorderColor">
<summary>
Gets or sets the border color for ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvHotBorderColor">
<summary>
Gets or sets the border color for the selected ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvPushedBorderColor">
<summary>
Gets or sets the border color for the pushed ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvButtonUpperLineColor">
<summary>
Gets or sets the color for upper line of the dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvArrowColor">
<summary>
Gets or sets the color for the arrow of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvLowerArrowLineColor">
<summary>
Gets or sets the color for lower line of the arrow of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor1">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor2">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor3">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor4">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor1">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor2">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor3">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor4">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor1">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor2">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor3">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor4">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvNormalBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvSelectedBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvPushedBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvNormalBorderColor">
<summary>
Used in drawing of the normal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvSelectedBorderColor">
<summary>
Used in drawing of the selected border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvPushedBorderColor">
<summary>
Used in drawing of the pushed border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvNormalInternalBorderColor">
<summary>
Used in drawing of the normal internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvSelectedInternalBorderColor">
<summary>
Used in drawing of the selected internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvPushedInternalBorderColor">
<summary>
Used in drawing of the pushed internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvNormalInternalRectangleBorderColor">
<summary>
Used in drawing of the normal internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvSelectedInternalRectangleBorderColor">
<summary>
Used in drawing of the selected internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvPushedInternalRectangleBorderColor">
<summary>
Used in drawing of the pushed internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvNormalInternalRectangleColor">
<summary>
Used in drawing of the normal internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvSelectedInternalRectangleColor">
<summary>
Used in drawing of the selected internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvPushedInternalRectangleColor">
<summary>
Used in drawing of the pushed internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvNormalTickColor">
<summary>
Used in drawing of the normal tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvSelectedTickColor">
<summary>
Used in drawing of the selected tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvPushedTickColor">
<summary>
Used in drawing of the pushed tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvDisabledTickColor">
<summary>
Used in drawing of the disabled tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvIndeterminateRectangleColor">
<summary>
Used in drawing of the indeterminate rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvDisabledBackColor">
<summary>
Used in drawing of the disabled back color CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvDisabledBorderColor">
<summary>
Used in drawing of the disabled border CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.CheckBoxAdvDisabledInternalBorderColor">
<summary>
Used in drawing of the disabled internal border CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvNormalBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvNormalBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvNormalInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvSelectedBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvSelectedBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvSelectedInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvPushedBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvPushedBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvPushedInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvCheckMarkBorderColor">
<summary>
Used in drawing of the border of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvCheckMarkNormalBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvCheckMarkSelectedBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.RadioButtonAdvCheckMarkPushedBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterBackColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterBorderColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterTextColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterTabStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterTabEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterTabBarStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterTabBarEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterButtonHoveredStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterButtonHoveredEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterButtonPushedStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterButtonPushedEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterSizeGripperColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterSizeGripperLightColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.TabBarSplitterSizeGripperDarkColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBorderColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxBackColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxForeColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxHeaderUpperLineColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxHeaderLowerLineColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxArrowColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxActiveHighlightedItemColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.XPTaskBarBoxInactiveHighlightedItemColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvBackColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvTextColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvItemBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvHighlightedBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvSelectedBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvSelectedHighlightedBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ColorUIAdvGroupHeaderBackColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeHoverGradientStartColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeHoverGradientEndColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeSelectionGradientStartColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeSelectionGradientEndColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeHoverFillColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeSelectionFillColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeBorderColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ShapeSelectedColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsAppliedEventArgs">
<summary>
Arguments class for <see cref="E:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsApplied"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsAppliedEventArgs.#ctor(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsAppliedEventArgs"/> instance.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsAppliedEventArgs.Form">
<summary>
Container form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2007Colors.ManagedColorsAppliedEventArgs.BaseColor">
<summary>
Base color for the managed theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2007BlueColors">
<summary>
Provides colors for blue colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007BlueColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2007SilverColors">
<summary>
Provides colors for silver colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007SilverColors.InitializeColors">
<summary>
Initialize colors for Silver colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2007BlackColors">
<summary>
Provides colors for black colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2007BlackColors.InitializeColors">
<summary>
Initialize colors for Black colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.UseThemedColors">
<summary>
Gets a value indicating whether themed colors are used.
</summary>
<value><c>true</c> if themed colors are used, <c>false</c> otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.RightAHPanelColor">
<summary>
gets/sets color of right auto hide panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.LeftAHPanelColor">
<summary>
Gets/sets color of left AH panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.PanelColor">
<summary>
Gets or sets the color of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.InnerBorderColor">
<summary>
Gets or sets the color of the inner border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.TabItemColor">
<summary>
Gets or sets the color of the tab item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DDBarItemBorderColor">
<summary>
Gets or sets the color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DDBarItemLightColor">
<summary>
Gets or sets the light color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DDBarItemDarkColor">
<summary>
Gets or sets the dark color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuSelectedItemBorderColor">
<summary>
Gets or sets the color for border selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuSelectedItemColor">
<summary>
Gets or sets the color for selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuColumnStyleColor">
<summary>
Gets or sets the color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuCheckMarkColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuSelectedCheckMarkColor">
<summary>
Gets or sets the color for selected check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuCheckMarkBorderColor">
<summary>
Gets or sets the color for check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuSelectedCheckMarkBorderColor">
<summary>
Gets or sets the color for selected check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemHighlightBorderColor">
<summary>
Gets or sets border color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemPressBorderColor">
<summary>
Gets or sets border color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemCheckBorderColor">
<summary>
Gets or sets border color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemCheckLightColor">
<summary>
Gets or sets light color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemHighlightLightColor">
<summary>
Gets or sets light color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemHighlightDarkColor">
<summary>
Gets or sets dark color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemPressLightColor">
<summary>
Gets or sets light color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.BarItemPressDarkColor">
<summary>
Gets or sets dark color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.ComboButtonLightColor">
<summary>
Gets or sets light color for CombobBox button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2007OutlookColors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for CombobBox button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.UseThemedColors">
<summary>
Gets a value indicating whether themed colors are used.
</summary>
<value><c>true</c> if themed colors are used, <c>false</c> otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.RightAHPanelColor">
<summary>
gets/sets color of right auto hide panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.LeftAHPanelColor">
<summary>
Gets/sets color of left AH panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.PanelColor">
<summary>
Gets or sets the color of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.InnerBorderColor">
<summary>
Gets or sets the color of the inner border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.TabItemColor">
<summary>
Gets or sets the color of the tab item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DDBarItemBorderColor">
<summary>
Gets or sets the color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DDBarItemLightColor">
<summary>
Gets or sets the light color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DDBarItemDarkColor">
<summary>
Gets or sets the dark color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuSelectedItemBorderColor">
<summary>
Gets or sets the color for border selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuSelectedItemColor">
<summary>
Gets or sets the color for selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuColumnStyleColor">
<summary>
Gets or sets the color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuCheckMarkColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuSelectedCheckMarkColor">
<summary>
Gets or sets the color for selected check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuCheckMarkBorderColor">
<summary>
Gets or sets the color for check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuSelectedCheckMarkBorderColor">
<summary>
Gets or sets the color for selected check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemHighlightBorderColor">
<summary>
Gets or sets border color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemPressBorderColor">
<summary>
Gets or sets border color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemCheckBorderColor">
<summary>
Gets or sets border color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemCheckLightColor">
<summary>
Gets or sets light color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemHighlightLightColor">
<summary>
Gets or sets light color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemHighlightDarkColor">
<summary>
Gets or sets dark color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemPressLightColor">
<summary>
Gets or sets light color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.BarItemPressDarkColor">
<summary>
Gets or sets dark color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.ComboButtonLightColor">
<summary>
Gets or sets light color for CombobBox button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010OutlookColors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for CombobBox button.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010BlueColors">
<summary>
Provides colors for blue colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors">
<summary>
Provides colors for Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.s_blueColors">
<summary>
Colors for blue colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.s_silverColors">
<summary>
Colors for silver colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.s_blackColors">
<summary>
Colors for black colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.s_managedColors">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.s_defaultTheme">
<summary>
Default colorscheme for office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.s_managedBaseColor">
<summary>
Base color for managed scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GetColorTable(Syncfusion.Windows.Forms.PdfViewer.Office2010Theme)">
<summary>
Gets color table for Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ApplyManagedColors(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.PdfViewer.Office2010Theme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.InitializeColors">
<summary>
Initialize colors general for all colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpdateColors(System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpdateScheme(Syncfusion.Windows.Forms.PdfViewer.Office2010Theme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.Default">
<summary>
Gets or sets default colors for Office2010 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DefaultTheme">
<summary>
Gets or sets default colorscheme for office2010 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColors">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedBaseColor">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerBorderColor">
<summary>
Gets or sets border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerHighLightedBorderColor">
<summary>
Gets or sets highlighted border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerSelectedBorderColor">
<summary>
Gets or sets selected border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownArrowColor">
<summary>
Gets or sets a dropdown arrow color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownLightColor">
<summary>
Gets or sets a dropdown gradient light color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownDarkColor">
<summary>
Gets or sets a dropdown gradient dark color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownHighLightLightColor">
<summary>
Gets or sets a dropdown highlighted gradient light color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownHighLightDarkColor">
<summary>
Gets or sets a dropdown highlighted gradient dark color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownSelectedLightColor">
<summary>
Gets or sets a dropdown selected gradient light color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerDropDownSelectedDarkColor">
<summary>
Gets or sets a dropdown selected gradient dark color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxNormalColor">
<summary>
Gets or sets a checkbox color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxSelectedColor">
<summary>
Gets or sets a checkbox selected color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxBorderPushedColor">
<summary>
Gets or sets a checkbox pushed border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxBorderNormalColor">
<summary>
Gets or sets a checkbox border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxInnerRectBorderNormalColor">
<summary>
Gets or sets a checkbox inner rectangle border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxInnerRectBorderSelectedColor">
<summary>
Gets or sets a checkbox inner rectangle selected border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxInnerRectBorderPushedColor">
<summary>
Gets or sets a checkbox inner rectangle pushed border color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxInnerRectFillNormalColor">
<summary>
Gets or sets a checkbox inner rectangle filling color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxInnerRectFillSelectedColor">
<summary>
Gets or sets a checkbox inner rectangle filling selected color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerCheckBoxInnerRectFillPushedColor">
<summary>
Gets or sets a checkbox inner rectangle filling pushed color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DataTimePickerHighLightedForeColor">
<summary>
Gets or sets highlighted fore color for Date time picker control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.NumericUpDownBorderColor">
<summary>
Gets or sets border color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.NumericUpDownHighLightedBorderColor">
<summary>
Gets or sets highlighted border color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.NumericUpDownSelectedBorderColor">
<summary>
Gets or sets selected border color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.NumericUpDownArrowLightColor">
<summary>
Gets or sets dropdown arrow gradient light color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.NumericUpDownArrowDarkColor">
<summary>
Gets or sets dropdown arrow gradient dark color for numeric updown control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MonthCalendarHeaderStartColor">
<summary>
Gets or sets gradient start color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MonthCalendarHeaderEndColor">
<summary>
Gets or sets gradient end color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MonthCalendarBackgroundColor">
<summary>
Gets or sets gradient end color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MonthCalendarForeColor">
<summary>
Gets or sets fore color for month calendar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarBorderColor">
<summary>
Gets or sets border color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarItemColorDark">
<summary>
Gets or sets gradient dark color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarItemColorLight">
<summary>
Gets or sets gradient light color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarHeaderColorDark">
<summary>
Gets or sets group bar control's header gradient color dark.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarHeaderColorLight">
<summary>
Gets or sets group bar control's header gradient color light.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarHighlightColorLight">
<summary>
Gets or sets gradient highlight light color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarHighlightColorDark">
<summary>
Gets or sets gradient highlight dark color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSelectedColorDark">
<summary>
Gets or sets gradient selected dark color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSelectedColorLight">
<summary>
Gets or sets gradient selected light color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSelectedTopColorDark">
<summary>
Gets or sets gradient selected dark color for the upper part of group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSelectedTopColorLight">
<summary>
Gets or sets gradient selected light color for the upper part of group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSelectedHighlightColorDark">
<summary>
Gets or sets gradient highlighted and selected dark color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSelectedHighlightColorLight">
<summary>
Gets or sets gradient highlighted and selected light color for group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarItemTextColor">
<summary>
Gets or sets text color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarBackColor">
<summary>
Gets or sets Back color for group bar item control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarHeaderTextColor">
<summary>
Gets or sets group bar control's header text color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSplitterColorDark">
<summary>
Gets or sets gradient dark color for splitter of group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarSplitterColorLight">
<summary>
Gets or sets gradient light color for splitter of group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.GroupBarClientAreaBackground">
<summary>
Gets or sets the client area background color of group bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskPaneInternalBorderColor">
<summary>
Gets or sets the color for the internal border of XP task panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskPaneBorderColor">
<summary>
Gets or sets the color for the border of XP task panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskPageBackColor">
<summary>
Gets or sets the back color for XP task page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuItemDarkColor">
<summary>
Gets or sets the dark color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuItemLightColor">
<summary>
Gets or sets the light color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuItemBorderColor">
<summary>
Gets or sets the border color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuColumnColor">
<summary>
Gets or sets the dark color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuColumnSeparatorColor">
<summary>
Gets or sets the separator color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuItemArrowLightColor">
<summary>
Gets or sets the light color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuItemArrowDarkColor">
<summary>
Gets or sets the dark color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuCheckedColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuCheckedFillColor">
<summary>
Gets or sets the background color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuCheckedBorderColor">
<summary>
Gets or sets the color for border check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuTextBoxBorderColor">
<summary>
Gets or sets the border color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuTextBoxBackColor">
<summary>
Gets or sets the background color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonPushed1Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonPushed2Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonPushed3Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonPushed4Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonHighlightLightColor">
<summary>
Gets or sets the light color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonHighlightDarkColor">
<summary>
Gets or sets the dark color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuComboButtonArrowColor">
<summary>
Gets or sets the color for arrow ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownLightColor">
<summary>
Gets or sets light color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownDarkColor">
<summary>
Gets or sets dark color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CommandBarDarkColor">
<summary>
Gets or sets dark color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CommandBarLightColor">
<summary>
Gets or sets light color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CommandBarBorderColor">
<summary>
Gets or sets color for border of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DockBarBackColor">
<summary>
Gets or sets background color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatHighlightButtonColor">
<summary>
Gets or sets color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatHighlightButtonBorderColor">
<summary>
Gets or sets border color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatPressButtonColor">
<summary>
Gets or sets color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatPressButtonBorderColor">
<summary>
Gets or sets border color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatPressCloseButtonBorderColor">
<summary>
Gets or sets border color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatPressCloseButtonColor">
<summary>
Gets or sets color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatCommandBarLightColor">
<summary>
Gets or sets light color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatCommandBarDarkColor">
<summary>
Gets or sets dark color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatLightBorderColor">
<summary>
Gets or sets color for light border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatBackgroundColor">
<summary>
Gets or sets background color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatBorderColor">
<summary>
Gets or sets color for border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.FloatCaptionColor">
<summary>
Gets or sets color for caption text of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemSeparatorColor">
<summary>
Gets or sets color for separator line of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemPressBorderColor">
<summary>
Gets or sets color for pressed border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemHighlightBorderColor">
<summary>
Gets or sets color for highlighted border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemPressLightColor">
<summary>
Gets or sets light color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemPressDarkColor">
<summary>
Gets or sets dark color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownBarItemLightColor">
<summary>
Gets or sets light color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownBarItemDarkColor">
<summary>
Gets or sets dark color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.DropDownBarItemBorderColor">
<summary>
Gets or sets color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemCheckLightColor">
<summary>
Gets or sets light color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemCheckBorderColor">
<summary>
Gets or sets color for border of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemCheckFlashColor">
<summary>
Gets or sets color for flash of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemPressFlashColor">
<summary>
Gets or sets color for flash of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.BarItemSelectFlashColor">
<summary>
Gets or sets color for flash of the selected BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TextBarItemBackColor">
<summary>
Gets or sets back color for the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TextBarItemBorderColor">
<summary>
Gets or sets color for border of the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TextBarItemBorderHighlightColor">
<summary>
Gets or sets color for border of the highlight TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonLightColor">
<summary>
Gets or sets light color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonPressLightColor">
<summary>
Gets or sets light color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonPressDarkColor">
<summary>
Gets or sets dark color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonHighlightLightColor">
<summary>
Gets or sets light color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonHighlightDarkColor">
<summary>
Gets or sets dark color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonBorder">
<summary>
Gets or sets border color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonPressBorder">
<summary>
Gets or sets border color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboButtonHighlightBorder">
<summary>
Gets or sets border color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownArrowStartColor">
<summary>
Gets the arrow start color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownArrowEndColor">
<summary>
Gets the arrow end color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBorderNormalColor">
<summary>
Gets the border color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundNormalColor">
<summary>
Gets the background color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundNormalStartColor">
<summary>
Gets the background start color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundNormalEndColor">
<summary>
Gets the background end color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBorderHotColor">
<summary>
Gets the border color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownInnerBorderHotStartColor">
<summary>
Gets the inner border start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownInnerBorderHotEndColor">
<summary>
Gets the inner border end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBorderPressedColor">
<summary>
Gets the border color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownInnerBorderPressedStartColor">
<summary>
Gets the inner border start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownInnerBorderPressedEndColor">
<summary>
Gets the inner border end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundDisabledStartColor">
<summary>
Gets the background start color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundDisabledEndColor">
<summary>
Gets the background end color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBorderDisabledColor">
<summary>
Gets the border color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundHotTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundHotTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundHotBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundHotBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundPressedTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundPressedTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundPressedBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.UpDownBackgroundPressedBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvNormalBackColor">
<summary>
Gets or sets the back color for ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvHotBackColor">
<summary>
Gets or sets the back color for the selected ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvNormalBorderColor">
<summary>
Gets or sets the border color for ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvHotBorderColor">
<summary>
Gets or sets the border color for the selected ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvPushedBorderColor">
<summary>
Gets or sets the border color for the pushed ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvButtonUpperLineColor">
<summary>
Gets or sets the color for upper line of the dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvArrowColor">
<summary>
Gets or sets the color for the arrow of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvLowerArrowLineColor">
<summary>
Gets or sets the color for lower line of the arrow of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor1">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor2">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor3">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor4">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor1">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor2">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor3">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor4">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor1">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor2">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor3">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor4">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvNormalBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvSelectedBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvPushedBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvNormalBorderColor">
<summary>
Used in drawing of the normal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvSelectedBorderColor">
<summary>
Used in drawing of the selected border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvPushedBorderColor">
<summary>
Used in drawing of the pushed border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvNormalInternalBorderColor">
<summary>
Used in drawing of the normal internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvSelectedInternalBorderColor">
<summary>
Used in drawing of the selected internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvPushedInternalBorderColor">
<summary>
Used in drawing of the pushed internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvNormalInternalRectangleBorderColor">
<summary>
Used in drawing of the normal internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvSelectedInternalRectangleBorderColor">
<summary>
Used in drawing of the selected internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvPushedInternalRectangleBorderColor">
<summary>
Used in drawing of the pushed internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvNormalInternalRectangleColor">
<summary>
Used in drawing of the normal internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvSelectedInternalRectangleColor">
<summary>
Used in drawing of the selected internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvPushedInternalRectangleColor">
<summary>
Used in drawing of the pushed internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvNormalTickColor">
<summary>
Used in drawing of the normal tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvSelectedTickColor">
<summary>
Used in drawing of the selected tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvPushedTickColor">
<summary>
Used in drawing of the pushed tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvDisabledTickColor">
<summary>
Used in drawing of the disabled tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvIndeterminateRectangleColor">
<summary>
Used in drawing of the indeterminate rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvDisabledBackColor">
<summary>
Used in drawing of the disabled back color CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvDisabledBorderColor">
<summary>
Used in drawing of the disabled border CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.CheckBoxAdvDisabledInternalBorderColor">
<summary>
Used in drawing of the disabled internal border CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvNormalBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvNormalBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvNormalInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvSelectedBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvSelectedBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvSelectedInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvPushedBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvPushedBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvPushedInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvCheckMarkBorderColor">
<summary>
Used in drawing of the border of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvCheckMarkNormalBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvCheckMarkSelectedBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.RadioButtonAdvCheckMarkPushedBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterBackColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterBorderColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterTextColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterTabStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterTabEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterTabBarStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterTabBarEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterButtonHoveredStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterButtonHoveredEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterButtonPushedStartColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterButtonPushedEndColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterSizeGripperColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterSizeGripperLightColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.TabBarSplitterSizeGripperDarkColor">
<summary>
Used in drawing of Tab bar splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBorderColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxBackColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxForeColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxHeaderUpperLineColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxHeaderLowerLineColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxArrowColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxActiveHighlightedItemColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.XPTaskBarBoxInactiveHighlightedItemColor">
<summary>
Used in drawing of XP taskbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvBackColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvTextColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvItemBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvHighlightedBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvSelectedBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvSelectedHighlightedBorderColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ColorUIAdvGroupHeaderBackColor">
<summary>
Used in drawing of Color UI control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeHoverGradientStartColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeHoverGradientEndColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeSelectionGradientStartColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeSelectionGradientEndColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeHoverFillColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeSelectionFillColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeBorderColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ShapeSelectedColor">
<summary>
Used in drawing of Rating control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColorsAppliedEventArgs">
<summary>
Arguments class for <see cref="E:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColorsApplied"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColorsAppliedEventArgs.#ctor(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColorsAppliedEventArgs"/> instance.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColorsAppliedEventArgs.Form">
<summary>
Container form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Office2010Colors.ManagedColorsAppliedEventArgs.BaseColor">
<summary>
Base color for the managed theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010BlueColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010SilverColors">
<summary>
Provides colors for silver colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010SilverColors.InitializeColors">
<summary>
Initialize colors for Silver colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.Office2010BlackColors">
<summary>
Provides colors for black colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Office2010BlackColors.InitializeColors">
<summary>
Initialize colors for Black colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_purpleColors">
<summary>
Colors for silver colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_tealColors">
<summary>
Colors for black colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_limeColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_brownColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_pinkColors">
/// <summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_orangeColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_blueColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_redColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_greenColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_managedColors">
<summary>
Colors for managed colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_defaultMetroTheme">
<summary>
Default colorscheme for metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.s_managedBaseColor">
<summary>
Base color for managed scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.GetColorTable(Syncfusion.Windows.Forms.PdfViewer.MetroTheme)">
<summary>
Gets color table for Metro Color.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ApplyManagedColors(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.PdfViewer.MetroTheme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.InitializeColors">
<summary>
Initialize colors general for all colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.UpdateColors(System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.UpdateScheme(Syncfusion.Windows.Forms.PdfViewer.MetroTheme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.Default">
<summary>
Gets or sets default colors for metro visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.DefaultTheme">
<summary>
Gets or sets default colorscheme for metro visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColors">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedBaseColor">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvNormalBackColor">
<summary>
Gets or sets the back color for ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvHotBackColor">
<summary>
Gets or sets the back color for the selected ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvNormalBorderColor">
<summary>
Gets or sets the border color for ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvHotBorderColor">
<summary>
Gets or sets the border color for the selected ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBorderColor">
<summary>
Gets or sets the border color for the pushed ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvButtonUpperLineColor">
<summary>
Gets or sets the color for upper line of the dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvArrowColor">
<summary>
Gets or sets the color for the arrow of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvLowerArrowLineColor">
<summary>
Gets or sets the color for lower line of the arrow of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvHotBackgroundButtonColor1">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvHotBackgroundButtonColor2">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvHotBackgroundButtonColor3">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvHotBackgroundButtonColor4">
<summary>
Used in drawing of the hot background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvNormalBackgroundButtonColor1">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvNormalBackgroundButtonColor2">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvNormalBackgroundButtonColor3">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvNormalBackgroundButtonColor4">
<summary>
Used in drawing of the normal background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundButtonColor1">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundButtonColor2">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundButtonColor3">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundButtonColor4">
<summary>
Used in drawing of the pushed background of dropdown button of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemBorder">
<summary>
Used in drawing of the background of dropdown list item of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemTop">
<summary>
Used in drawing of the background of dropdown list item Top of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemTopFirst">
<summary>
Used in drawing of the background of dropdown list item of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemTopLast">
<summary>
Used in drawing of the background of dropdown list item of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemBottomFirst">
<summary>
Used in drawing of the background of dropdown list item of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemBottomLast">
<summary>
Used in drawing of the background of dropdown list item of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ComboBoxAdvPushedBackgroundListItemBottom">
<summary>
Used in drawing of the background of dropdown list item of ComboBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvNormalBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvSelectedBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvPushedBackColor">
<summary>
Used in drawing of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvNormalBorderColor">
<summary>
Used in drawing of the normal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvSelectedBorderColor">
<summary>
Used in drawing of the selected border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvPushedBorderColor">
<summary>
Used in drawing of the pushed border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvNormalInternalBorderColor">
<summary>
Used in drawing of the normal internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvSelectedInternalBorderColor">
<summary>
Used in drawing of the selected internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvPushedInternalBorderColor">
<summary>
Used in drawing of the pushed internal border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvNormalInternalRectangleBorderColor">
<summary>
Used in drawing of the normal internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvSelectedInternalRectangleBorderColor">
<summary>
Used in drawing of the selected internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvPushedInternalRectangleBorderColor">
<summary>
Used in drawing of the pushed internal rectangle border of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvNormalInternalRectangleColor">
<summary>
Used in drawing of the normal internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvSelectedInternalRectangleColor">
<summary>
Used in drawing of the selected internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvPushedInternalRectangleColor">
<summary>
Used in drawing of the pushed internal rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvNormalTickColor">
<summary>
Used in drawing of the normal tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvSelectedTickColor">
<summary>
Used in drawing of the selected tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvPushedTickColor">
<summary>
Used in drawing of the pushed tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvDisabledTickColor">
<summary>
Used in drawing of the disabled tick of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvIndeterminateRectangleColor">
<summary>
Used in drawing of the indeterminate rectangle of CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvDisabledBackColor">
<summary>
Used in drawing of the disabled back color CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvDisabledBorderColor">
<summary>
Used in drawing of the disabled border CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.CheckBoxAdvDisabledInternalBorderColor">
<summary>
Used in drawing of the disabled internal border CheckBox control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvNormalBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvNormalBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvNormalInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvSelectedBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvSelectedBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvSelectedInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvPushedBackColor">
<summary>
Used in drawing of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvPushedBorderColor">
<summary>
Used in drawing of the border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvPushedInternalBorderColor">
<summary>
Used in drawing of the internal border of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvCheckMarkBorderColor">
<summary>
Used in drawing of the border of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvCheckMarkNormalBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvCheckMarkSelectedBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.MetroColors.RadioButtonAdvCheckMarkPushedBottomColor">
<summary>
Used in drawing of check mark of Radio button control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColorsAppliedEventArgs">
<summary>
Arguments class for <see cref="E:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColorsApplied"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColorsAppliedEventArgs.#ctor(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColorsAppliedEventArgs"/> instance.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColorsAppliedEventArgs.Form">
<summary>
Container form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MetroColors.ManagedColorsAppliedEventArgs.BaseColor">
<summary>
Base color for the managed theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroMagentaColors">
<summary>
Provides colors for Magenta colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroMagentaColors.InitializeColors">
<summary>
Initialize colors for Magenta colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroOrangeColors">
<summary>
Provides colors for Orange colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroOrangeColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroTealColors">
<summary>
Provides colors for Teal colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroTealColors.InitializeColors">
<summary>
Initialize colors for Teal colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroBrownColors">
<summary>
Provides colors for Brown colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroBrownColors.InitializeColors">
<summary>
Initialize colors for Brown colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroLimeColors">
<summary>
Provides colors for Lime colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroLimeColors.InitializeColors">
<summary>
Initialize colors for Lime colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroPurpleColors">
<summary>
Provides colors for Purple colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroPurpleColors.InitializeColors">
<summary>
Initialize colors for Purple colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroPinkColors">
<summary>
Provides colors for Pink colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroPinkColors.InitializeColors">
<summary>
Initialize colors for Pink colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroBlueColors">
<summary>
Provides colors for Blue colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroBlueColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroRedColors">
<summary>
Provides colors for Red colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroRedColors.InitializeColors">
<summary>
Initialize colors for Red colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MetroGreenColors">
<summary>
Provides colors for Green colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.MetroGreenColors.InitializeColors">
<summary>
Initialize colors for Green colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISupportOffice2007Theme">
<summary>
Specifies that this object supports <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Theme"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISupportOffice2007Theme.EnableOffice2007Style">
<summary>
Enables rendering with <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Theme"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISupportOffice2007Theme.Office2007ColorTheme">
<summary>
Specifies <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Theme"/> to use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISupportOffice2010Theme">
<summary>
Specifies that this object supports <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Theme"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISupportOffice2010Theme.EnableOffice2010Style">
<summary>
Enables rendering with <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Theme"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISupportOffice2010Theme.Office2010ColorTheme">
<summary>
Specifies <see cref="T:Syncfusion.Windows.Forms.PdfViewer.Office2007Theme"/> to use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISupportMetroTheme">
<summary>
Specifies that this object supports <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroTheme"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ISupportMetroTheme.EnableMetroStyle">
<summary>
Enables rendering with <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroTheme"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ISupportMetroTheme.MetroColorTheme">
<summary>
Specifies <see cref="T:Syncfusion.Windows.Forms.PdfViewer.MetroTheme"/> to use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase">
<summary>
Draws a themed button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DEF_REDUCE_SIZE_IMAGE">
<summary>
Value for reduce ClientRectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DEF_SHIFT_LOCATION_IMAGE">
<summary>
Value for shift image rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.m_image">
<summary>
Image for draw foreground.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.m_stretchImage">
<summary>
Indicate wether the image for button
is stretched or shrunk to fit the size of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.m_bIsMouseOver">
<summary>
Indicates whether mouse positionin is over control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.OnCheckStateChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.#ctor">
<summary>
Initializes a new object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DrawControlText(System.Drawing.Graphics)">
<summary>
Draws the text.
</summary>
<param name="g">The graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DrawThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<summary>
Draws the button themed.
</summary>
<param name="g">Graphics object.</param>
<param name="buttonState">The button state.</param>
<param name="checkState">The checked state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DrawNotThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<summary>
Draws the button without themes.
</summary>
<param name="g">Graphics object.</param>
<param name="buttonState">The button state.</param>
<param name="checkState">The checked state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DrawStyledControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<summary>
Draws the styled button without themes.
</summary>
<param name="g">Graphics object.</param>
<param name="buttonState">The button state.</param>
<param name="checkState">The checked state.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.Image">
<summary>
Gets or sets image for draw foreground.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.IsMouseOver">
<summary>
Indicates whether mouse positionin is over control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.StretchImage">
<summary>
Indicate wether the image for button
is stretched or shrunk to fit the size of the button.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.ImageChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.Image"/> is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.StretchImageChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.StretchImage"/> is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.FlatColor">
<summary>
Gets / sets the flatcolor of the themed button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.Style">
<summary>
Gets or sets the visual style of the themed button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.Office2007Theme">
<summary>
Indicates the Office2007 theme used for drawing the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.Office2010Theme">
<summary>
Indicates the Office2010 theme used for drawing the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DrawText">
<summary>
Indicates whether to draw the button text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.TextAlign">
<summary>
Gets / sets the text alignment.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.CheckState">
<summary>
Gets / sets the checked state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedButtonBase.DefaultButtonState">
<summary>
Gets / sets the default button state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawTextFlags">
<summary>
Inflate offset for drawing selection rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.offset">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawAlignedText(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.Rectangle,System.Drawing.ContentAlignment)">
<summary></summary>
<param name="g"/>
<param name="text"/>
<param name="font"/>
<param name="color"/>
<param name="rc"/>
<param name="align"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="borderStyle"/>
<param name="border3DStyle"/>
<param name="borderSingle"/>
<param name="borderColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Windows.Forms.Border3DSide)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="borderStyle"/>
<param name="border3DStyle"/>
<param name="borderSingle"/>
<param name="borderColor"/>
<param name="sides"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawFillColor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="fillColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawVerticalGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.GetGradientBrush(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.GetVerticalGradientBrush(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image,System.Boolean)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="img"/>
<param name="stretchImage"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawTube(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.GetTubeBrush(System.Drawing.Color,System.Drawing.Color,System.Drawing.Rectangle)">
<summary></summary>
<returns></returns>
<param name="color1"/>
<param name="color2"/>
<param name="rc"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.Transform(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>Methods recalculate top left and right bottom points
using Graphics matrix settings. This method required when we will
draw on Graphics created from HDC that does not have applied transformations.
Very useful when used ControlPaint class for drawing.</summary>
<param name="g">reference on Graphics</param>
<param name="rect">rectangle to recalculate.</param>
<returns>Transformed rectangle.</returns>
<remarks>Methods will work fine only in limited cases. If on graphics applied
rotations then in most cases will be wrong calculated rectangle.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.Transform(System.Drawing.Graphics,System.Drawing.Point)">
<summary>Methods recalculate point using Graphics matrix settings.
This method required when we will draw on Graphics created from HDC
that does not have applied transformations. Very useful when used
ControlPaint class for drawing.</summary>
<param name="g">reference on Graphics</param>
<param name="point">Point to recalculate.</param>
<returns>Transformed point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.DrawBorderInternal(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Windows.Forms.Border3DSide,System.Boolean)">
<summary>
Method allow to draw borders according to specified styles.
</summary>
<param name="g">Reference on Graphics.</param>
<param name="rc">Output rectangle.</param>
<param name="borderStyle">border style.</param>
<param name="border3DStyle">3D border style.</param>
<param name="borderSingle">border style in single mode.</param>
<param name="borderColor">border color in single mode.</param>
<param name="sides">sides that have to be drawn by methods.</param>
<param name="useTransform">True - fix known bug in method, otherwise leave
old code (for compatibility only).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.MeasureDisplayStringSize(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Boolean)">
<summary>
Returns the width required to draw the text specified using the font specified.
</summary>
<param name="graphics">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="text">The text that is to be drawn.</param>
<param name="font">The <see cref="T:System.Drawing.Font"/> using which to draw.</param>
<param name="mirrored">True - we use RTL, otherwise normal drawing.</param>
<returns>Width required.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.MeasureDisplayStringSize(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Boolean,System.Int32)">
<summary>Measure string with limit by width.</summary>
<param name="graphics"></param>
<param name="text"></param>
<param name="font"></param>
<param name="mirrored"></param>
<param name="width">-1 - apply single line mode for measuring, values greater zero
enables multiline measuring mode.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ControlDrawing.Offset">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.GetDesktopBounds(System.Windows.Forms.Control)">
<summary></summary>
<returns></returns>
<param name="c"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.NCPaintHelper(System.Windows.Forms.Control,Syncfusion.Windows.Forms.PdfViewer.INonClientPaintingSupport,System.Windows.Forms.Message@)">
<summary>
Call this method to help you prepare for non client painting. This method will in turn
call your INonClientPaintingSupport.NonClientPaint implementation.
</summary>
<param name="control">The control in which we will be drawing.</param>
<param name="ncPaintDelegate">The INonClientPaintingSupport implementation to which we will delegate the final non client drawing.</param>
<param name="m">The WM_NCPAINT message.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawShadow(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32)">
<summary></summary>
<param name="g"/>
<param name="iconImage"/>
<param name="left"/>
<param name="top"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32,System.Single)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="left"/>
<param name="top"/>
<param name="transparency"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="destRect"/>
<param name="srcRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF,System.Single)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="destRect"/>
<param name="srcRect"/>
<param name="transparency"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawTransparentImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image,System.Single)">
<summary></summary>
<param name="g"/>
<param name="rect"/>
<param name="image"/>
<param name="transparency"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.AdjustForeColorBrightnessForBackColor(System.Drawing.Color@,System.Drawing.Color,System.Single)">
<summary>
Adjusts the specified forecolor's brightness based on the specified backcolor and preferred contrast.
</summary>
<param name="foreColor">The forecolor to adjust.</param>
<param name="backColor">The backcolor for reference.</param>
<param name="prefContrastLevel">Preferred contrast level.</param>
<remarks>
This method checks if the current contrast in brightness between the 2 colors is
less than the specified contrast level. If so, it brightens or darkens the forecolor appropriately.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawImageViaImageList(System.Drawing.Graphics,System.Windows.Forms.ImageList,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws an image using the ImageList, taking into account the Graphics.ClipBounds.
</summary>
<param name="g">The Graphics object into which to draw.</param>
<param name="il">The ImageList containing the image.</param>
<param name="index">The index of the image.</param>
<param name="rect">The rectangle into which to draw.</param>
<remarks>
This method will use ImageList_DrawEx to draw the image (to use the transparency info in the embedded images).
We use the PInvoke rather than ImageList.Draw because, the Draw method
uses the PaintEventArgs.ClipRectangle rather than g.ClipBounds (both
can be different) and here we force the ClipBounds on the DC.
<p>
Also, you do not have to use this method if your images will never be
drawn clipped (in that case just use ImageList.Draw).
</p></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)">
<summary>
Draws specified image to graphics context.
If image size is less than maxWidth, maxHeight parameters, it will be drawn
without any changes, otherwise - it will be scaled proportionally to those values.
</summary>
<param name="g">Graphics context.</param>
<param name="image">Image object which must be drawing.</param>
<param name="x">X coordinate of the destination location.</param>
<param name="y">Y coordinate of the destination location.</param>
<param name="maxWidth">Maximum width of the image.</param>
<param name="maxHeight">Maximum height of the image.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DrawingUtils.ConvertHSBToRGB(System.Single,System.Single,System.Single,System.Single@,System.Single@,System.Single@)">
<summary>
Converts the HSB value to RGB.
</summary>
<param name="h">Hue.</param>
<param name="s">Saturation.</param>
<param name="v">Brightness.</param>
<param name="r">Red.</param>
<param name="g">Green.</param>
<param name="b">Blue.</param>
<remarks>
This does not seem to yield accurate results, but very close.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.DEF_ADVANCED_GR_STATE">
<summary>
Value of advanced graphics state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.DEF_MULTI_MODE">
<summary>
Mode of transformation matrix multiplication.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_gfxTarget">
<summary>
Graphics object for target context.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_gfxCanvas">
<summary>
Temporary virtual Graphics object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_bmpCanvas">
<summary>
Temporary bitmap object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_rectTargetBounds">
<summary>
Target rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_rectCanvas">
<summary>
Rectangle of virtual temporary area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_pathCanvas">
<summary>
Target graphics path.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_bDrawMirrored">
<summary>
Indicates whether image must be mirrored.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_bOSSupports">
<summary>
Indicates whether OS supports needed API functions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_oldGraphicsMode">
<summary>
Holds old value of source graphics mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_oldMatrix">
<summary>
Holds old value of source graphics transformation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_gfxHandleWrap">
<summary>
Handle wrapper of graphics object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.m_gfxHandle">
<summary>
Handle of graphics object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.#ctor">
<summary>
Private constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.#ctor(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Boolean)">
<summary>
Overloaded. Creates a new mirror object for drawing mirrored images.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="pathTarget">Source graphics path object.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Creates a new mirror object for drawing mirrored images.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="rectBounds">Source rectangle structure.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Overloaded ctor.. as a workaround for Themed Mirrored rendering issue.
<para/>
Creates a new mirror object for drawing mirrored images.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="rectBounds">Source rectangle structure.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
<param name="bOSSupports">False as a workaround when drawing themed mirrored graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.Dispose">
<summary>
Disposes all resources, but first paints all data
from the buffer to source device context.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.Initialize(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Initializes an object.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="rectBounds">Source rectangle structure.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.IsSupportedByOS">
<summary>
Checks OS Version for API functions support.
Need NT 3.1 or later.
</summary>
<returns>True if current OS is NT 3.1 or later; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.TransformGraphics">
<summary>
Transforms graphics.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.RestoreGraphics">
<summary>
Restores graphics to its previous state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.Flush">
<summary>
Flushes all drawing data to destination if needed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.VirtualGfx">
<summary>
Returns virtual graphics context object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.VirtualBounds">
<summary>
Returns virtual rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.VirtualPath">
<summary>
Returns virtual Graphics path object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.CMirroredDrawer.NeedBitmap">
<summary>
Indicates whether additional bitmap is needed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing">
<summary>Cached version of themed controls instances. Class will
return NULL instead of instance if OS does not support XP Themes.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.s_sync">
<summary>Thread synchronization object. Used for instance clear and create
operations locks.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.s_edit">
<summary>Edit control.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.s_button">
<summary>Button control.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.s_tree">
<summary>Tree control.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.ResetCache">
<summary>Reset static class cache. All internal static resources will be released.
Operation is thread safe.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.Edit">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.Button">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedDrawing.TreeView">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.THEMESIZE.TS_MIN">
<summary>
Requesting the minimum size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.THEMESIZE.TS_TRUE">
<summary>
Requesting the size of the theme part that will best fit the available space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.THEMESIZE.TS_DRAW">
<summary>
Requesting the size that the theme manager uses to draw a part.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton">
<summary>
Draws a themed scroll button.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton.#ctor">
<summary>
Initializes a new object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton.Dispose(System.Boolean)">
<summary>
Disposes all resources being used.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton.DrawThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton.DrawNotThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton.GetBackColor(System.Windows.Forms.ButtonState)">
<summary>
Returns the color for paint control background.
</summary>
<param name="buttonState"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ThemedScrollButton.ButtonType">
<summary>
Gets / sets the type of scroll arrow.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.XPThemes">
<summary>
Provides some information regarding themes support and state in the OS.
</summary>
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.XPThemes.isThemedOS">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.XPThemes.isAppThemed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.XPThemes.isThemeActive">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.XPThemes.dummyForm">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.XPThemes.htThemedControlDrawings">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.#cctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.GetIsThemedOS">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.RegisterControlDrawing(Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing)">
<summary></summary>
<param name="tcd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.UnregisterControlDrawing(Syncfusion.Windows.Forms.PdfViewer.ThemedControlDrawing)">
<summary></summary>
<param name="tcd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ResetThemeHandles">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.RefreshThemeHandles">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.OnThemeChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ApplicationExit(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.UnWireDummyForm">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.UnWireThemeChangeListenerForm">
<summary>
Used to unwire the ThemeChangeListenerForm class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.UnWireDummyFormInternal">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeFileName">
<summary>
Returns the theme file name with the path.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.CurrentThemeColorScheme">
<summary>
Returns the current theme color scheme name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.IsDefaultBlueThemeOn">
<summary>
Indicates whether the default blue theme is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.IsOliveGreenThemeOn">
<summary>
Indicates whether the Olive Green theme is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.IsSilverThemeOn">
<summary>
Indicates whether the Silver theme is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.IsThemedOS">
<summary>
Indicates whether this OS has themes support built-in.
</summary>
<value>True if themes are supported; False otherwise.</value>
<remarks><para>This property returns True for Windows XP and later versions.</para></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.IsThemeActive">
<summary>
Indicates whether themes are enabled in the current OS.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.IsAppThemed">
<summary>
Indicates whether the current application is themed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChanged">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChangeListenerForm">
<summary></summary>
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChangeListenerForm.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChangeListenerForm.WndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChangeListenerForm.OnThemeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChangeListenerForm.ThemeChanged">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChangeListenerForm.CreateParams">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ISupportThemeChanged">
<summary>
Specifies that this object subscribes to <see cref="E:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChanged"/> event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.XPThemesThemeChangedWeakContainer">
<summary>
Class for automatic subscription management of <see cref="E:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemesThemeChangedWeakContainer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ISupportThemeChanged)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.XPThemesThemeChangedWeakContainer"/> class.
</summary>
<param name="target">The target.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.XPThemesThemeChangedWeakContainer.ThemeChanged(System.Object,System.EventArgs)">
<summary>
Handles theme change.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.XPThemes.ThemeChanged"/> event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.XPThemesThemeChangedWeakContainer.Target">
<summary>
Gets or sets the object (the target) referenced by the current <see cref="T:System.WeakReference"/> object.
</summary>
<value></value>
<returns>null if the object referenced by the current <see cref="T:System.WeakReference"/> object has been garbage collected; otherwise, a reference to the object referenced by the current <see cref="T:System.WeakReference"/> object.
</returns>
<exception cref="T:System.InvalidOperationException">
The reference to the target object is invalid. This exception can be thrown while setting this property if the value is a null reference or if the object has been finalized during the set operation.
</exception>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.DEF_MINTHUMB_HEIGHT">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.m_deltaY">
<summary>
Distance from thumb Y position to mouse down Y position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.m_bIsControlsVisible">
<summary>
Flag, if true than controls visivble in other case not visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.m_defaultSize">
<summary>
Default size of the vertical scroolbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw"/> class.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.OnSizeChanged(System.EventArgs)">
<summary>
Occurs when control size changed.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.ValidateControlsVisibility">
<summary>
Used for validating visibility of the ControlsAfter and ControlsBefore
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.ResetToSystemMetrics">
<summary>
Reset vertical scrollbar to default width.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.GetAfterControlsDockStyle">
<summary>
Gets dockStyle for controls which situated before scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.GetBeforeControlsDockStyle">
<summary>
Gets dockStyle for controls which situated after scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.PointToValue(System.Int32,System.Int32)">
<summary>
Gets value by cursor position
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.RecalculateArrow">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.RecalculateThumb">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.GetMaxButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.GetMinButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.CalculatedDelta(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.OnMovedPositionChanged(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.ShouldSerializeSize">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.ResetSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.CalculateArrowsPositions">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.CalculateThumbSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.CalculateThumbLeftAndRightZone">
<summary>
Calculating bounds for leftThumb and rightThumb zones for scroll.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.OnScrollHereClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.OnPageDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.OnPageUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.VScrollBarCustomDraw.Size">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.Classic">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.WindowsXP">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.Office2007">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.Office2007Generic">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.Office2010">
<summary>Retrieves Office2010 scroll bars</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.Office2016">
<summary>
Office2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDrawStyles.Metro">
<summary>
Metro style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PressedZone">
<summary>
Characterize zone which contain mouse down position.
Order of enum's elements can not be changed, because ScrollBarCustomDraw
uses enum's indexes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.None">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.MinButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.MaxButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.Thumb">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.ThumbLeftZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.ThumbRightZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PressedZone.Length">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme.Blue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme.Silver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme.Black">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2007ColorScheme.Managed">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Magenta">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Purple">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Teal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Lime">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Brown">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Pink">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Orange">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Blue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Red">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Green">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarMetroColorScheme.Managed">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme">
<summary>
Characterize Office2010 scroll bar color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme.Blue">
<summary>Office2010 blue.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme.Silver">
<summary>Office2010 silver.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme.Black">
<summary>Office2010 black.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2010ColorScheme.Managed">
<summary>Office2010 default color.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2016ColorScheme">
<summary>
Defines the constants that specify color schemes for the Office 2016 theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2016ColorScheme.Black">
<summary>Office2016 black.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2016ColorScheme.White">
<summary>Office2016 white.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2016ColorScheme.DarkGray">
<summary>Office2016 dark gray.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarOffice2016ColorScheme.Colorful">
<summary>Office2016 colorful color.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars">
<summary>
Characterize MS-Office scroll bars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars.Office2007">
<summary>Office2007 Scrollbars.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars.Office2010">
<summary>Office2010 Scrollbars.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars.Metro">
<summary>Metro Scrollbars.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars.Office2016">
<summary>Office2016 Scrollbars</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.OfficeScrollBars.None">
<summary>Ordinary Scrollbars.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.MovedZone">
<summary>
Characterize zone which contain mouse position.
Order of enum's elements can not be changed, because ScrollBarCustomDraw
uses enum's indexes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MovedZone.MinButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MovedZone.MaxButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MovedZone.Thumb">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MovedZone.ThumbLeftZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MovedZone.ThumbRightZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.MovedZone.Out">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWindowsXPColorsScheme">
<summary>
Specifies the layout and colors for scrollbars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWindowsXPColorsScheme.DefaultBlue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWindowsXPColorsScheme.OliveGreen">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.ScrollBarWindowsXPColorsScheme.Silver">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.SizeGripperVisibility">
<summary>
Specifies behaviour of size gripper for scrollable frame controls.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeGripperVisibility.Auto">
<summary>
Gripper is visible when both horizontal and vertical scrollbars are visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeGripperVisibility.Visible">
<summary>
Gripper is always visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SizeGripperVisibility.Hidden">
<summary>
Gripper is always hidden.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer">
<summary>
Renderer for VisualStyle based theme
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer"/> class.
</summary>
<param name="parent">The parent control</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.#ctor(Syncfusion.Windows.Forms.PdfViewer.ScrollBarCustomDraw,Syncfusion.Windows.Forms.PdfViewer.MetroColorTable)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer"/> class.
</summary>
<param name="parent">The parent control.</param>
<param name="colorTable">The metro color table.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcBackground">The bounds of background.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws scroll background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The scroll bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcArrow">The bounds of arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The arrow backgroud bounds.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws scrollbar arrow
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of the arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeRightArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeLeftArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeDownArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetOfficeUpArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetRightArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.GetLeftArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of thumb.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollControlThemeRenderer.Center(System.Drawing.Rectangle)">
<summary>
Method to calculate the center point to place the Thumb exactly at the center position inside the Scrollbar.
</summary>
<param name="rect"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ToolbarButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ToolbarComboBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SearchBarTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SearchBarButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SearchBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ProgressIndicatorCloseButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo">
<summary>
Represents BookmarkCloseButtonStyleInfo class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.#ctor">
<summary>
Represents the constructor of BookmarkCloseButtonStyleInfo .
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Represents the constructor of BookmarkCloseButtonStyleInfo.
</summary>
<param name="identity">Represents the identity.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Constructor of BookmarkCloseButtonStyleInfo.
</summary>
<param name="identity">Represents the identity.</param>
<param name="store">Represents the store.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.DefaultStyle">
<summary>
Represents the default style of BookmarkCloseButtonStyle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.BackColor">
<summary>
Gets or sets the BackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.HoverBackColor">
<summary>
Gets or sets the HoverBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.PressedBackColor">
<summary>
Gets or sets the PressedBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.DisabledBackColor">
<summary>
Gets or sets the DisabledBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.ForeColor">
<summary>
Gets or sets the ForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.HoverForeColor">
<summary>
Gets or sets the HoverForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.PressedForeColor">
<summary>
Gets or sets the PressedForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfo.DisabledForeColor">
<summary>
Gets or sets the DisabledForeColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkCloseButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkTitleBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBarCloseButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView">
<summary>
PdfDocumentView helps to view and print PDF files.
</summary>
<summary>
PdfDocumentView helps to view and print PDF files.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_controlName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.ControlName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.VisualStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GetActiveThemeName">
<summary>
Gets the active theme name of the control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PageClicked">
<summary>
Occurs when a page is clicked in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PageMouseMove">
<summary>
Occurs when the mouse pointer moves over the page in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.#ctor">
<summary>
Initializes PdfDocumentView class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.WireAllMouseEvents(System.Windows.Forms.Control)">
<summary>
To wire up all the Mouse events
</summary>
<param name="documentView">Control to which the events should be wired</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PdfDocumentView_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse move event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PdfDocumentView_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse up event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PdfDocumentView_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse down event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.BoundsCalculation(Syncfusion.Windows.Forms.PdfViewer.Page,System.Int32)">
<summary>
Calculates the selected text bounds
</summary>
<param name="tempPage"></param>
<param name="pageIndex"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OpenURL(Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl,System.String,System.Drawing.Point)">
<summary>
Opens the weblink in browser
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ShowToolTip(System.Drawing.Point,System.String)">
<summary>
Shows tooltip while the mouse is over an URL
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Load(System.String)">
<summary>
Loads a Pdf document in the Pdf viewer
</summary>
<param name="filePath">The path for the Pdf document to display in the pdf viewer</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Load(System.String,System.String)">
<summary>
Loads a Pdf document in the Pdf viewer
</summary>
<param name="filePath">The path for the Pdf document to display in the pdf viewer</param>
<param name="password">The password for opening the document.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Load(System.IO.Stream)">
<summary>
Loads a Pdf document in the Pdf viewer from the specified stream.
</summary>
<param name="stream">A stream that contains the data for the Pdf document</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Load(Syncfusion.Pdf.Parsing.PdfLoadedDocument)">
<summary>
Loads a pdf document in the Pdf viewer from the specified PdfLoadedDocuemnt.
</summary>
<param name="loadedDocument">The PdfLoadedDocument to be viewed in the PdfViewer</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Print(System.String)">
<summary>
Prints the document on the specified printer.
</summary>
<param name="printerName">The name of the destination printer to print the PDF document.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnLoaded(System.EventArgs)">
<summary>
</summary>
<param name="eventArgs"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Unload">
<summary>
Unloads the Pdf document
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Unload(System.Boolean)">
<summary>
Unloads the PDF document.
</summary>
<param name="isDisposeCompletely">Setting this parameter to true will dispose the loaded document completely. By default this parameter is set to true</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ResetScrollBar">
<summary>
Resets the ScrollBar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Dispose">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<returns>Returns the specified page as Image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Single,System.Single)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<returns>Returns the specified page as Image with custom resolution</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Boolean)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<param name="customSize">The custom size of the converted image</param>
<param name="keepAspectRatio">Whether need to keep the aspect ratio of the page</param>
<returns>Returns the image with custom size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<param name="customSize">The custom size of the converted image</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<param name="keepAspectRatio">Whether need to keep the aspect ratio of the page</param>
<returns>Returns the specified page as image with custom size and resolution</returns>>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Int32)">
<summary>
Exports the specified pages as Images
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<returns>Returns the specified pages as Images</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Exports the specified pages as Images with respect to dpi specified.
</summary>
<param name="startIndex">The starting page index</param>
<param name="endindex">The ending page index</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<returns>Returns the specified pages as Images with custom resolution</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean)">
<summary>
Exports the specified pages as Images
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<param name="customSize">The custom size of the converted image</param>
<param name="keepAspectRatio">Whether need to keep the aspect raio of the page</param>
<returns>Returns the specified pages as images with custom size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean)">
<summary>
Exports the specified pages as Images
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<param name="customSize">The custom size of the converted image</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<param name="keepAspectRatio">Whether need to keep the aspect ratio of the page</param>
<returns>Returns the specified pages as images with custom size and resolution</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsMetafile(System.Int32)">
<summary>
Exports the specified page as System.Drawing.Imaging.Metafile
</summary>
<param name="pageIndex">The index of the PDF page.</param>
<returns>Metafile</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExportAsMetafile(System.Int32,System.Int32)">
<summary>
Exports the specified pages as System.Drawing.Imaging.Metafile
</summary>
<param name="startIndex">The start index of the PDF page</param>
<param name="endIndex">The end index of the PDF page</param>
<returns>Array of Metafile</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnSizeChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
</summary>
<param name="msg"></param>
<param name="keyData"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.SearchNextText(System.String)">
<summary>
Search the next occurrence of the text.
</summary>
<param name="targetString">The text to be searched</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.SearchPreviousText(System.String)">
<summary>
Search the previous occurrence of the text.
</summary>
<param name="targetString">The text to be searched</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.SearchText(System.String)">
<summary>
Searches the text
</summary>
<param name="text">The text to be searched</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.SearchAllOccurrences(System.String)">
<summary>
Searches and highlights all occurrences of the given text in the PDF document.
</summary>
<param name="targetstring"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToPageAtIndexForTextSearch(System.Int32)">
<summary>
Navigates to the specified page.
</summary>
<param name="index">The page index</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.FindTextMatches(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}}@)">
<summary>
Returns the rectangle postions of the text matches
</summary>
<param name="text">The text which is to be searched</param>
<param name="matchTextPositionsDict"></param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_gestureConfigSize">
<summary>
size of GESTURECONFIG structure
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.m_gestureInfoSize">
<summary>
size of GESTUREINFO structure
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DecodeGesture(System.Windows.Forms.Message@)">
<summary>
Handler of gestures
</summary>
<param name="m">Message object</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.WndProc(System.Windows.Forms.Message@)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.AutoScrollOnSelection(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Custom Mousewheel event for auto scrolling during text selection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnPrintPage(System.Object,System.Drawing.Printing.PrintPageEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnPageClicked(Syncfusion.Windows.Forms.PdfViewer.PageClickedEventArgs)">
<summary>
Invoked when the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> event.
</summary>
<param name="eventArgs">The <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PageClickedEventArgs"/> that contains the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> event data. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.OnPageMouseMove(Syncfusion.Windows.Forms.PdfViewer.PageMouseMoveEventArgs)">
<summary>
Invoked when the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> event.
</summary>
<param name="eventArgs">The <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PageMouseMoveEventArgs"/> that contains the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> event data. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DrawImage(System.Drawing.Imaging.Metafile,System.Drawing.Printing.PrintPageEventArgs)">
<summary>
Draws the page using PrintPageEventArgs
</summary>
<param name="metafile">Metafile to be printed</param>
<param name="e">Provides data for the PrintPage event</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomTo(System.Int32)">
<summary>
Magnifies the page of the document to the provided zoom percentage.
</summary>
<param name="percentage">Zoom percentage</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomTo(Syncfusion.Windows.Forms.PdfViewer.ZoomMode)">
<summary>
Magnifies the page of the document to the provided zoom mode.
</summary>
<param name="mode">zoom mode</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToFirstPage">
<summary>
Navigates to the first page of the document.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToLastPage">
<summary>
Navigates to the last page of the document
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToPreviousPage">
<summary>
Navigates to the previous page of the document.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToNextPage">
<summary>
Navigates to the next page of the document.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToLocation(System.Int32,System.Drawing.Point)">
<summary>
Navigates to the specified location.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToBookmark(Syncfusion.Pdf.Interactive.PdfBookmark)">
<summary>
Navigates to the location of the bookmark.
</summary>
<param name="bookmark"> The <see cref="T:Syncfusion.Pdf.Interactive.PdfBookmark"/> object that contains the details of the bookmark to which the viewer has to navigate.</param>
<example>
<code lang="C#">
<![CDATA[
PdfBookmarkBase bookmark = pdfDocumentView1.LoadedDocument.Bookmarks;
if (bookmark.Count > 0)
pdfDocumentView1.GoToBookmark(bookmark[0]);]]>
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GoToPageAtIndex(System.Int32)">
<summary>
Navigates to the specified page.
</summary>
<param name="index">The page index</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.FindText(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}}@)">
<summary>
Returns the page number and rectangle positions of the text matchs
</summary>
<param name="text">The text to be searched</param>
<param name="matchTextPosition">Holds the page number and rectangle positions of the text matches</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExtractText(System.Int32,System.Collections.Generic.List{Syncfusion.Windows.Forms.PdfViewer.TextData}@)">
<summary>
Extracts text along with its format from the PDF Page.
</summary>
<param name="textDataCollection">Provides the text data collection</param>
<returns>Returns the extracted text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ExtractText(System.Int32,Syncfusion.Pdf.TextLines@)">
<summary>
Extracts text from the page of PDF document with lines and words collection.
</summary>
<param name="pageIndex">The page index.</param>
<param name="textLines">Holds the lines with bounds in the page.</param>
<returns>The Extracted Text.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ThemeNameChanged">
<summary>
Occurs when theme name of the control has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the Base Theme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/> value used to customize the appearance of the <see cref="T:PdfDocumentViewControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ErrorOccurred">
<summary>
Occurs when the error occurred in PdfViewerControl
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.NavigationButtonStatesChanged">
<summary>
Occurs when state of the navigation button is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CurrentPageChanged">
<summary>
Occurs when current page is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DocumentLoading">
<summary>
Occurs when the PDF document is loading.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ScrollChanged">
<summary>
Occurs when scroll is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.KeyPressed">
<summary>
Occurs when a key is pressed
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DocumentLoaded">
<summary>
Occurs when the Pdf document is loaded
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.HyperlinkClicked">
<summary>
Occurs when the Hyperlink is clicked in a page of <see cref="!:Syncfusion.Windows.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.HyperlinkMouseOver">
<summary>
Occurs when the mouse is moved over the hyperlink.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomChanged">
<summary>
Occurs when zoom value is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomModeChanged">
<exclude/>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.TextSelectionCompleted">
<summary>
Event triggered once the text selection was completed
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DocumentUnloaded">
<summary>
Occurs when the PDF document is unloaded
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PrintProgress">
<summary>
Occurs to provide information on how much of printing content were submitted to printing subsystem
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.BeginPrint">
<summary>
Occurs when the print is called and before the first page of the document prints.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.EndPrint">
<summary>
Occurs when the last page of the document has printed. This event also occurs if the printing process is canceled or an exception occurs during the printing process.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.TextSearchInitiated">
<summary>
Occurs when the text search is initiated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.TextMatchFound">
<summary>
Occurs when a match for the searched text found.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.TextSearchCompleted">
<summary>
Occurs when a text search operation is completed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.RenderingEngine">
<summary>
Specifies the renderingMode for PdfViewer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.IsTextSelectionEnabled">
<summary>
Gets or sets a value indicating whether text selection is enabled. Default value is true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.IsTextSearchEnabled">
<summary>
Gets or sets a value indicating whether text search is enabled. Default value is true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.MinimumZoomPercentage">
<summary>
Gets and sets the minimum zoom percentage. The value should be in between 10 and 400. The default value is 50.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.LoadedDocument">
<summary>
Returns the loaded document of the PdfDocumentView
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ReferencePath">
<summary>
Specifes the Pdfium path in PDF Viewer control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.IsDisposeCompletely">
<summary>
Disposes the document completely
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.VisualStyle">
<summary>
Visual style of the PdfViewerControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.IsDocumentLoaded">
<summary>
Returns true, if the PDF document is loaded in PDF viewer control. Default value is false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.BackgroundImage">
<summary>
Gets and Sets the background image for <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PageBorderThickness">
<summary>
Get or set thickness of the page border. Default value is 1.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DocumentInformation">
<summary>
Gets the information of the PDF document loaded
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PrinterSettings">
<summary>
Represents printer settings for the document to be printed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.MessageBoxSettings">
<summary>
Gets and sets the message box settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.TextSearchSettings">
<summary>
Defines the textsearch settings when searching the text in the document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PrintDocument">
<summary>
Gets the print document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.EnableContextMenu">
<summary>
Enables or disables the context menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.SpaceBetweenPages">
<summary>
Defines the page gap between the pages. The minimum value of ‘SpaceBetweenPages’ is 0.
</summary>
<remarks>
Default value is 8. The unit of ‘SpaceBetweenPages’ is pixel.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ScrollDisplacementValue">
<summary>
Gets or sets the displacement value for scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ShowVerticalScrollBar">
<summary>
Gets and sets the boolean value to show and hide the vertical scrollbar in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CursorMode">
<summary>
Gets and sets the Cursor Mode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ShowHorizontalScrollBar">
<summary>
Gets and sets the boolean value to show and hide horizontal scrollbar in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.HorizontalScrollOffset">
<summary>
Gets or sets the horizontal scroll offset of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.VerticalScrollOffset">
<summary>
Gets or sets the vertical scroll offset of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.PageCount">
<summary>
Gets the page count.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomPercentage">
<summary>
Gets the current zoom percentage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CurrentPageIndex">
<summary>
Gets the current page index which is currently in view.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomMode">
<summary>
Gets/Sets the Zoom mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CanGoToFirstPage">
<summary>
Gets a boolean value indicating whether the control can navigate to the first page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CanGoToPreviousPage">
<summary>
Gets a boolean value indicating whether the control can navigate to the previous page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CanGoToNextPage">
<summary>
Gets a boolean value indicating whether the control can navigate to the next page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CanGoToLastPage">
<summary>
Gets a boolean value indicating whether the control can navigate to the last page.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.KeyPressedEventHandler">
<summary>
Delegate for KeyPressed event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.NavigationButtonStatesChangedEventHandler">
<summary>
Delegate for NavigationButtonStateChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.CurrentPageChangedEventHandler">
<summary>
Delegate for the CurrentPageChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.DocumentLoadedEventHandler">
<summary>
Delegate for DocumentLoaded event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomChangedEventHandler">
<summary>
Delegate for ZoomChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.ZoomModeChangedEventHandler">
<summary>
Delegate for ZoomModeChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.TextSelectionCompletedEventHandler">
<summary>
Delegate for TextselectionCompleted event
</summary>
<param name="sender"></param>
<param name="args"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.SearchMode">
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GESTURECONFIG">
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.POINTS">
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView.GESTUREINFO">
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl">
<summary>
PdfViewerControl helps to view and print PDF files. The DocumentToolbar helps to navigate
easily anywhere inside the document and also provides direct access to open, save and print
documents.
</summary>
<summary>
PdfViewerControl helps to view and print PDF files. The DocumentToolbar helps to navigate
easily anywhere inside the document and also provides direct access to open, save and print
documents.
</summary>
<summary>
PdfViewerControl helps to view and print PDF files. The DocumentToolbar helps to navigate
easily anywhere inside the document and also provides direct access to open, save and print
documents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.m_themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.OnThemeNameChanged(System.String)">
<summary>
Notifies when a theme name is changed.
</summary>
<param name="themeName">Represents the theme name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.GetControlName(System.String)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.#ctor">
<summary>
Initializes PdfViewerControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.WireAllMouseEvents(System.Windows.Forms.Control)">
<summary>
To wire up all the Mouse events
</summary>
<param name="pdfViewerControl">Control to which the events should be wired</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ButtonClick(System.Object,Syncfusion.Windows.Forms.PdfViewer.ButtonClickedEventArgs)">
<summary>
Represents the toolbar button click
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ViewerControl_MouseClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse click event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ViewerControl_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse move event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ViewerControl_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse down event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ViewerControl_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Represents the method that will handle the mouse up event. 
</summary>
<param name="sender">The sender the contains a PdfViewer.</param>
<param name="e">The <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ZoomTo(System.Int32)">
<summary>
Magnifies the page of the document to the provided zoom percentage.
</summary>
<param name="percentage">Zoom percentage</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked">
<summary>
Occurs when a page is clicked in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove">
<summary>
Occurs when the mouse pointer moves over the page in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Load(System.String)">
<summary>
Loads a Pdf document in the Pdf viewer
</summary>
<param name="filePath">The path for the Pdf document to display in the pdf viewer</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Load(System.String,System.String)">
<summary>
Loads a Pdf document in the Pdf viewer
</summary>
<param name="filePath">The path for the Pdf document to display in the pdf viewer</param>
<param name="password">The password for opening the document.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Load(Syncfusion.Pdf.Parsing.PdfLoadedDocument)">
<summary>
Loads a pdf document in the Pdf viewer from the specified PdfLoadedDocuemnt.
</summary>
<param name="loadedDocument">The PdfLoadedDocument to be viewed in the PdfViewer</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Load(System.IO.Stream)">
<summary>
Loads a Pdf document in the Pdf viewer from the specified stream.
</summary>
<param name="stream">A stream that contains the data for the Pdf document</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.OnSizeChanged(System.EventArgs)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Unload">
<summary>
Unloads the Pdf document
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Dispose">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<returns>Returns the specified page as Image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.FindText(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}}@)">
<summary>
Returns the page number and rectangle positions of the text matchs
</summary>
<param name="text">The text to be searched</param>
<param name="matchRect">Holds the page number and rectangle positions of the text matches</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.SearchText(System.String)">
<summary>
Searches the text
</summary>
<param name="text">The text to be searched</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.SearchNextText(System.String)">
<summary>
Search the next occurrence of the text.
</summary>
<param name="targetString">The text to be searched</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.SearchPreviousText(System.String)">
<summary>
Search the previous occurrence of the text.
</summary>
<param name="targetString">The text to be searched</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Single,System.Single)">
<summary>
Exports the specified page as Image with respect to dpi specified.
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<returns>Returns the specified page as Image with custom resolution</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Int32,System.Single,System.Single)">
<summary>
Exports the specified pages as Images with respect to dpi specified.
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<returns>Returns the specified pages as Images with custom resolution</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Int32)">
<summary>
Exports the specified pages as Images
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<returns>Returns the specified pages as Images</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean)">
<summary>
Exports the specified pages as Images
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<param name="customSize">The custom size of the converted image</param>
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
<returns>Returns the specified pages as images with custom size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean)">
<summary>
Exports the specified pages as Images
</summary>
<param name="startIndex">The starting page index</param>
<param name="endIndex">The ending page index</param>
<param name="customSize">The custom size of the converted image</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
<returns>Returns the specified pages as images with custom size and resolution</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsMetafile(System.Int32)">
<summary>
Exports the specified page as System.Drawing.Imaging.Metafile
</summary>
<param name="pageIndex">The index of the PDF page.</param>
<returns>Metafile</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsMetafile(System.Int32,System.Int32)">
<summary>
Exports the specified pages as System.Drawing.Imaging.Metafile
</summary>
<param name="startIndex">The start index of the PDF page</param>
<param name="endIndex">The end index of the PDF page</param>
<returns>Array of Metafile</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Boolean)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<param name="customSize">The custom size of the converted image</param>
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
Returns the specified page as image with custom size
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean)">
<summary>
Exports the specified page as Image
</summary>
<param name="pageIndex">The page index to be converted into image</param>
<param name="customSize">The custom size of the converted image</param>
<param name="dpiX">The horizontal DPI of the resultant image.</param>
<param name="dpiY">The vertical DPI of the resultant image.</param>
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
Returns the specified page as image with custom size and resolution
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.GoToPageAtIndex(System.Int32)">
<summary>
Navigates to the specified page.
</summary>
<param name="index">The page index</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.GoToBookmark(Syncfusion.Pdf.Interactive.PdfBookmark)">
<summary>
Navigates to the location of the bookmark.
</summary>
<param name="bookmark"> The <see cref="T:Syncfusion.Pdf.Interactive.PdfBookmark"/> object that contains the details of the bookmark to which the viewer has to navigate.</param>
<example>
<code lang="C#">
<![CDATA[
PdfBookmarkBase bookmark = pdfViewerControl1.LoadedDocument.Bookmarks;
if (bookmark.Count > 0)
pdfViewerControl1.GoToBookmark(bookmark[0]);]]>
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ShowTextSearchBar">
<summary>
Display text search bar for search text in viewer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Print(System.Boolean)">
<summary>
Prints the document loaded in the viewer.
</summary>
<param name="showPrintDialog">If set to true, displays the PrintDialog box. Prints in silent mode when set to false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Print(System.Boolean,System.Boolean)">
<summary>
Prints the document loaded in the viewer.
</summary>
<param name="showPrintDialog">If set to true, displays the PrintDialog box. Prints in silent mode when set to false.</param>
<param name="printDocumentAsText">If set to true, text elements are printed as selectable text. Otherwise it is printed as non selectable text</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Print(System.String)">
<summary>
Prints the document on the specified printer.
</summary>
<param name="printerName">The name of the destination printer to print the PDF document.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
</summary>
<param name="msg"></param>
<param name="keyData"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.OnPageMouseMove(Syncfusion.Windows.Forms.PdfViewer.PageMouseMoveEventArgs)">
<summary>
Invoked when the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> event.
</summary>
<param name="eventArgs">The <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PageMouseMoveEventArgs"/> that contains the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageMouseMove"/> event data. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.OnPageClicked(Syncfusion.Windows.Forms.PdfViewer.PageClickedEventArgs)">
<summary>
Invoked when the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> event.
</summary>
<param name="eventArgs">The <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PageClickedEventArgs"/> that contains the <see cref="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageClicked"/> event data. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExtractText(System.Int32,System.Collections.Generic.List{Syncfusion.Windows.Forms.PdfViewer.TextData}@)">
<summary>
Extracts text along with its format from the PDF Page.
</summary>
<param name="textDataCollection">Provides the text data collection</param>
<returns>Returns the extracted text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ExtractText(System.Int32,Syncfusion.Pdf.TextLines@)">
<summary>
Extracts text from the page of PDF document with lines and words collection.
</summary>
<param name="pageIndex">The page index.</param>
<param name="textLines">Holds the lines with bounds in the page.</param>
<returns>The Extracted Text.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.RenderingEngine">
<summary>
Specifies the rendering mode for PdfViewer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.IsTextSelectionEnabled">
<summary>
Gets or sets a value indicating whether text selection is enabled. Default value is true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.IsTextSearchEnabled">
<summary>
Gets or sets a value indicating whether text search is enabled. Default value is true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PrintDocument">
<summary>
Gets the print document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.MinimumZoomPercentage">
<summary>
Gets and sets the minimum zoom percentage. The value should be in between 10 and 400. The default value is 50.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.LoadedDocument">
<summary>
Gets the LoadedDocument of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.DocumentInformation">
<summary>
Gets the information of the PDF document loaded
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ReferencePath">
<summary>
Specifes the Pdfium path in PDF Viewer control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.VisualStyle">
<summary>
Visual style of the PdfViewerControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageCount">
<summary>
Gets the page count
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PageBorderThickness">
<summary>
Get or set the thickness of the page border. Default value is 1.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.IsBookmarkEnabled">
<summary>
Enables or disables the bookmark feature.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.IsDocumentLoaded">
<summary>
Returns true, if the PDF document is loaded in PDF viewer control. Default value is false.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PrinterSettings">
<summary>
Represents printer settings for the document to be printed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.MessageBoxSettings">
<summary>
Gets and sets the message box settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.TextSearchSettings">
<summary>
Defines the textsearch settings when searching the text in the document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ToolbarSettings">
<summary>
Represents document toolbar settings for PdfViewer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ShowToolBar">
<summary>
Gets and sets the visibility of the toolbar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ShowVerticalScrollBar">
<summary>
Gets and sets the boolean value to show and hide the vertical scrollbar in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ShowHorizontalScrollBar">
<summary>
Gets and sets the boolean value to show and hide the horizontal scrollbar in <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.CursorMode">
<summary>
Gets and sets the Cursor Mode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.EnableContextMenu">
<summary>
Enables or disables the context menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.SpaceBetweenPages">
<summary>
Defines the page gap between the pages. The minimum value of ‘SpaceBetweenPages’ is 0.
</summary>
<remarks>
Default value is 8. The unit of ‘SpaceBetweenPages’ is pixel.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.HorizontalScrollOffset">
<summary>
Gets or sets the horizontal scroll offset of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.VerticalScrollOffset">
<summary>
Gets or sets the vertical scroll offset of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.CurrentPageIndex">
<summary>
Returns the index of the current page displayed in the Viewer
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.EnableNotificationBar">
<summary>
Enables the display of Notification bar on setting true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ZoomMode">
<summary>
Gets and sets the Zoom Mode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ScrollDisplacementValue">
<summary>
Gets or sets the displacement value for scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ZoomPercentage">
<summary>
Gets the current zoom percentage.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ErrorOccurred">
<summary>
Occurs when the error occurred in PdfViewerControl
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.DocumentLoading">
<summary>
Occurs when the PDF document is loading.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ButtonClicked">
<summary>
Occurs when button clicked.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ScrollChanged">
<summary>
Occurs when scroll is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.KeyPressed">
<summary>
Occurs when a key is pressed
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.DocumentLoaded">
<summary>
Occurs when the pdf document is loaded
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.HyperlinkClicked">
<summary>
Occurs when the Hyperlink is clicked in a page of <see cref="!:Syncfusion.Windows.PdfViewer.PdfViewerControl"/>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.HyperlinkMouseOver">
<summary>
Occurs when the mouse is moved over the hyperlink.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ImagePreRender">
<summary>
Occurs prior to the rendering of every image in the document
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.CurrentPageChanged">
<summary>
Occurs when current page is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.TextSelectionCompleted">
<summary>
Event triggered once the text selection was completed
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.DocumentUnloaded">
<summary>
Occurs when the PDF document is unloaded
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.BeginSave">
<summary>
Occurs before initiating the save operation of the PDF document.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.EndSave">
<summary>
Occurs after the completion of the save operation.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.PrintProgress">
<summary>
Occurs to provide information on how much of printing content were submitted to printing subsystem
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.BeginPrint">
<summary>
Occurs when the print is called and before the first page of the document prints.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.EndPrint">
<summary>
Occurs when the last page of the document has printed. This event also occurs if the printing process is canceled or an exception occurs during the printing process.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.TextSearchInitiated">
<summary>
Occurs when the text search is initiated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.TextMatchFound">
<summary>
Occurs when a match for the searched text found.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.TextSearchCompleted">
<summary>
Occurs when a text search operation is completed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ButtonClickedEventHandler">
<summary>
Delegate used for button clicked event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.KeyPressedEventHandler">
<summary>
Delegate used for KeyPressed event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.DocumentLoadedEventHandler">
<summary>
Delegate used for DocumentLoaded event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.ImagePreRenderEventHandler">
<summary>
Delegate used for ImagePreRender event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.TextSelectionCompletedEventHandler">
<summary>
Delegate used for TextSelectionCompleted event.
</summary>
<param name="sender"></param>
<param name="args"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo">
<summary>
Represents bookmark button style info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.#ctor">
<summary>
Constructor of bookmark button style info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Constructor of bookmark button style info.
</summary>
<param name="identity">Represents the identity.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Constructor of bookmark button style info.
</summary>
<param name="identity">Represents the identity.</param>
<param name="store">Repesents the store.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.DefaultStyle">
<summary>
Gets the default style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.ForeColor">
<summary>
Gets or sets the fore color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.HoverForeColor">
<summary>
Gets or sets the hover fore color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.PressedForeColor">
<summary>
Gets or sets the pressed fore color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.DisabledForeColor">
<summary>
Gets or sets the disabled fore color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.BackColor">
<summary>
Gets or sets the back color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.HoverBackColor">
<summary>
Gets or sets the hover back color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.PressedBackColor">
<summary>
Gets or sets the pressed back color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfo.DisabledBackColor">
<summary>
Gets or sets the disabled back color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfoStore">
<summary>
Represents the bookmark button style info store.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfoStore.#ctor">
<summary>
Constructor of BookmarkButtonStyleInfoStore class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfoIdentity">
<summary>
Represents the BookmarkButtonStyleInfoIdentity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfoIdentity.#ctor">
<summary>
Constructor of the BookmarkButtonStyleInfoIdentity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Returns the base styles.
</summary>
<param name="thisStyleInfo">Represents the style info.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.BookmarkPaneStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ToolbarTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ToolbarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollHeadStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ScrollThumbStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ProgressIndicatorStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.LeftPaneStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the Button Style info has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity,Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the DefaultStyle
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity.m_pdfDocumentView">
<summary>
Maintains the PdfDocumentViewControl for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity"/> class.
</summary>
<param name="PdfDocumentView">
<see cref="T:PdfDocumentViewControl"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore.m_staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfDocumentViewInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.m_defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity,Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the DefaultStyle.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity.m_pdfViewer">
<summary>
Maintains the PdfViewerControl for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity"/> class.
</summary>
<param name="pdfViewer">
<see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore.m_staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.LeftPane.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.LeftPane.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.LeftPane.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.Stretcher.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Stretcher.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Stretcher.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.None">
<summary>
No flags.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.ForPrinting">
<summary>
Render for printing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.Annotations">
<summary>
Set if annotations are to be rendered.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.LcdText">
<summary>
Set if using text rendering optimized for LCD display.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.NoNativeText">
<summary>
Don't use the native text output available on some platforms.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.Grayscale">
<summary>
Grayscale output.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.LimitImageCacheSize">
<summary>
Limit image cache size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.ForceHalftone">
<summary>
Always use halftone for image stretching.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.Transparent">
<summary>
Render with a transparent background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfiumNative.PdfRenderFlags.CorrectFromDpi">
<summary>
Correct height/width for DPI.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Page.GetCurrentPageAnnotations(Syncfusion.Pdf.Primitives.PdfArray,Syncfusion.Pdf.PdfPageBase,System.Single)">
<summary>
Parse the annotation properties within a page
</summary>
<param name="annots">Annotation properties</param>
<param name="page">The specific page in which annotations needs to be added</param>
<param name="zoomFactor">Zoom factor need to be considered while drawing the annotation rectangle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Page.GetAnnotRectProperties(System.Drawing.RectangleF,System.String,System.Single,System.Single,System.String,Syncfusion.Pdf.Primitives.PdfArray)">
<summary>
Calculates the annotation rectangle according to the zoom values.
</summary>
<param name="annotRect">Represents the annotation rectangle</param>
<param name="uri"></param>
<param name="zoomFactor"></param>
<param name="border"></param>
<param name="annotType"></param>
<param name="pageAnnotDestinations"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Page.GetURLProperties(Syncfusion.Windows.Forms.PdfViewer.PageAnnotation)">
<summary>
Include the URL annotation rectangles with the specific page properties
</summary>
<param name="annotProperties">Represents the annotation properties such as rectangle,location and URI</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.Page.GetTextRectProperties(Syncfusion.Windows.Forms.PdfViewer.Page,System.Drawing.RectangleF,System.Single,System.Boolean)">
<summary>
Calculates the annotation rectangle according to the zoom values.
</summary>
<param name="page">The specific page in which annotations needs to be added</param>
<param name="annotRect">Represents the annotation rectangle</param>
<param name="zoomFactor">Zoom factor need to be considered</param>
<param name="isDrawingPanel">Drawing panel is true or false is need to be considered</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PageAnnotation">
<summary>
Represents the annotation with associated within a page.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.HyperlinkClickedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.HyperlinkClicked"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HyperlinkClickedEventArgs.#ctor(System.String,System.Drawing.Point)">
<summary>
Changes the URL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.HyperlinkClickedEventArgs.Uri">
<summary>
Gets the URI (Unifrom Resource Identifer) of the hyperlink.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.HyperlinkClickedEventArgs.Handled">
<summary>
Gets or sets the value to handle the event.
</summary>
<value>
If true, the event will be handled and disables the default processing of hyperlink navigation. Its default value is false.
</value>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.HyperlinkMouseOverEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.HyperlinkMouseOver"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.HyperlinkMouseOverEventArgs.#ctor(System.String,System.Drawing.Point)">
<summary>
Changes the URL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.HyperlinkMouseOverEventArgs.Uri">
<summary>
Gets the URI (Unifrom Resource Identifer) of the hyperlink.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PageURL">
<summary>
Represents the URLS within a page.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PageText">
<summary>
Represents the URLS within a page.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextMatchRectangle">
<summary>
Represents the Rectangle position of the matching text.
</summary>
</member>
<member name="T:Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings">
<summary>
Represents printer settings for the document to be printed.
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings.ScalePercentage">
<summary>
Scale percentage of the content. This value is applicable only if PageSizings is CustomScale. Default value is 100.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings.ShowPrintStatusDialog">
<summary>
Gets or sets the value indicating to hide the status window while printing the document. Default value is true.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings.PageOrientation">
<summary>
Specifies information about page orientation
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings.PageSize">
<summary>
Specifies information about page size
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings.PrintLocation">
<summary>
To print the document content from the given location
</summary>
</member>
<member name="T:Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation">
<summary>
Defines the constants that specify the page orientations for printing. Default value is Auto
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto">
<summary>
Prints the document in auto orientation.
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Portrait">
<summary>
Prints the document in portrait rotation.
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Landscape">
<summary>
Prints the document in landscape rotation.
</summary>
</member>
<member name="T:Syncfusion.Windows.PdfViewer.PdfViewerPrintSize">
<summary>
Defines the constants that specify the page sizings for printing. Default value is ActualSize
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize">
<summary>
Prints the document in actual size.
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.Fit">
<summary>
Prints the document after fitting the content.
</summary>
</member>
<member name="F:Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.CustomScale">
<summary>
Prints the document with custom scaling.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextData">
<summary>
Represents a text information
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextData.Bounds">
<summary>
Gets the bounds of the text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextData.Text">
<summary>
Gets the text
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TextSearchProgressIndicator.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.TextSearchProgressIndicator.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.TextSearchProgressIndicator.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CopyProgressIndicator.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CopyProgressIndicator.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CopyProgressIndicator.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.CustomProgressIndicator.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CustomProgressIndicator.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.CustomProgressIndicator.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar">
<summary>
Toolbar for the PdfViewerControl.
</summary>
<exclude/>
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.#ctor">
<summary>
Creates an instance DocumentToolbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.Initialize(Syncfusion.Windows.Forms.PdfViewer.PdfDocumentView)">
<summary>
Initializes DocumentToolbar for the document loaded in PdfDocumentView.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.SetVisibility(Syncfusion.Windows.Forms.PdfViewer.ToolbarItem,System.Boolean)">
<summary>
Sets the visibility of the toolbar item
</summary>
<param name="item">Represents the toolbar item in the document toolbar</param>
<param name="value">Represents visiblity of toolbar item</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.SetEnableProperty(Syncfusion.Windows.Forms.PdfViewer.ToolbarItem,System.Boolean)">
<summary>
Sets enable property of the toolbar items
</summary>
<param name="item">Represents the toolbar item in the document toolbar</param>
<param name="value">Represents enable property of the toolbar item</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.ApplyFontHelperFont">
<summary>
This applies FontHelper font to the toolbar controls
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.toolStripLabel1">
<summary>
label that acts as a separator for current page index and total page count
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbar.ActiveView">
<summary>
Gets or sets the PdfDocumentView associated with this instance of DocumentToolbar.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NotificationBar">
<summary>
NotificationBar for the PdfViewerControl.
</summary>
<exclude/>
<exclude />
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.m_bound">
<summary>
Boundary of the notification bar to draw the border
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.m_grapx">
<summary>
Graphics of the notification bar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.m_exception">
<summary>
Instance of the PdfViewerExceptions class to collect the exceptions thrown
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.m_pdfViewer">
<summary>
Corresponding viewer to add the notification bar control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.m_visible">
<summary>
To specify the visibility of the notification bar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.#ctor">
<summary>
Initializes NotificationBar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.#ctor(System.String,System.String)">
<summary>
Displays error in NotificationBar.
</summary>
<param name="message">The Message</param>
<param name="exception">The Exception</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.#ctor(System.String)">
<summary>
Displays error in NotificationBar.
</summary>
<param name="exception">The Exception</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.Visibility">
<summary>
Get and set the visibility of the notification bar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.TextFont">
<summary>
Gets or sets the font of the text displayed by the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.NotificationBar.LinkTextFont">
<summary>
Gets or sets the font of the text displayed in the link.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode">
<summary>
Represent the cursor modes
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool">
<summary>
This tool is used for selecting texts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.HandTool">
<summary>
This tool is used for dragging and scrolling the pages in any direction (pan).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.InheritedLabel">
<summary>
Class to show the tooltip
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PDFLoadingIndicator.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PDFLoadingIndicator.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PDFLoadingIndicator.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfRenderingEngine">
<summary>
Defines the constants that specify the rendering modes for PDF viewer. Default value is Pdfium.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfRenderingEngine.Pdfium">
<summary>
Speficies the PDFium rendering engine. It is the recommended PDF rendering engine and it provides accurate and robust PDF rendering. .
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfRenderingEngine.SfPdf">
<summary>
Specifies the Syncfusion PDF rendering engine.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.NamespaceDoc">
<summary>
Provides classes to create PDF viewer control and various operations in Windows Forms application
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DocumentInformation">
<summary>
Gets the information about the currently loaded PDF document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DocumentInformation.FilePath">
<summary>
Gets the file path of the loaded PDF document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.DocumentInformation.FileName">
<summary>
Gets the file name of the loaded PDF document
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings">
<summary>
Represents document toolbar settings for PdfViewer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl)">
<summary>
Initializes the ToolbarItem
</summary>
<param name="control"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.OpenButton">
<summary>
Represents open button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.SaveButton">
<summary>
Represents save button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.PrintButton">
<summary>
Represents print button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.GoToFirstPageButton">
<summary>
Represents goto first page button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.GoToPreviousPageButton">
<summary>
Represents goto previous page button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.GoToNextPageButton">
<summary>
Represents goto next page button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.GoToLastPageButton">
<summary>
Represents goto last page button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.ZoomInButton">
<summary>
Represents zoom in button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.ZoomOutButton">
<summary>
Represents zoom out button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.FitWidthButton">
<summary>
Represents fitwidth button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.FitPageButton">
<summary>
Represents fitpage button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.CurrentZoomCombobox">
<summary>
Represents current zoom level button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.CurrentPageIndexTextbox">
<summary>
Represents current page index button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.TotalPageCountLabel">
<summary>
Represents total page count button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.PanButton">
<summary>
Represents pan button in document toolbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.DocumentToolbarSettings.SelectionButton">
<summary>
Represents selection button in document toolbar
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ToolbarItem">
<summary>
Represents document toolbar items
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.ToolbarItem.#ctor(Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PdfViewer.ToolbarItem"/> of the specified <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl"/>.
</summary>
<param name="control">The control with which the toolbar item belongs to.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ToolbarItem.IsVisible">
<summary>
Gets and sets the visibility of items in the document toolbar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ToolbarItem.IsEnabled">
<summary>
Gets or sets the enable property of items in the document toolbar.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ScrollChangedEventArgs">
<summary>
Represents the arguments associated with a scroll changed event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollChangedEventArgs.OldVerticalScroll">
<summary>
Represents the old vertical scroll value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollChangedEventArgs.NewVerticalScroll">
<summary>
Represents the new vertical scroll value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ScrollChangedEventArgs.MaximumVerticalScroll">
<summary>
Represents the maximum vertical scroll value
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.ButtonClickedEventArgs">
<summary>
Provides the data for a button clicked events.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ButtonClickedEventArgs.ButtonName">
<summary>
The name of the button which is clicked.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.ButtonClickedEventArgs.CancelDefaultAction">
<summary>
Cancel the default action of the button.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.KeyPressEventArgs">
<summary>
Custom event argument class used to notify when a key is pressed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.KeyPressEventArgs.msg">
<summary>
Returns the message.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.KeyPressEventArgs.KeyData">
<summary>
Returns the key data.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextSelectionCompletedEventArgs">
<summary>
Represents the arguments associated with a TextSelectionCompleted event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSelectionCompletedEventArgs.SelectedTextInformation">
<summary>
Represents the current page number, selected text and text bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSelectionCompletedEventArgs.SelectedText">
<summary>
Represents the selected text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings">
<summary>
Defines the textsearch settings when searching the text in the document
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings.OtherInstanceColor">
<summary>
Sets the color to highlight all the occurrence of the searched text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings.CurrentInstanceColor">
<summary>
Sets the color to highlight current occurrence of searched text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings.HighlightAllInstance">
<summary>
Sets the value to enable or disable highlight all the occurrence of the searched text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BeginSaveEventArgs">
<summary>
Provides data for `Beginsave` event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.BeginSaveEventArgs.Cancel">
<summary>
Gets and sets a value indicating whether the save operation should be canceled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.EndSaveEventArgs">
<summary>
Provides data for `EndSave` event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.EndSaveEventArgs.IsCanceled">
<summary>
Gets a value indicating whether the save process is canceled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.DocumentUnloadedEventArgs">
<summary>
Provides data for `DocumentUnloaded` events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.BeginPrintEventArgs">
<summary>
Provides data for `Beginprint` events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PrintProgressEventArgs">
<summary>
Provides data for 'PrintProgress' event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PrintProgressEventArgs.PageCount">
<summary>
Gets the count of total number of pages to be printed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.PrintProgressEventArgs.PageIndex">
<summary>
Get the current printing page index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.EndPrintEventArgs">
<summary>
Provides data for `EndPrint` events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextSearchInitiatedEventArgs">
<summary>
Provides data for `TextSearchInitiated` events.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchInitiatedEventArgs.TargetText">
<summary>
Gets the text being searched.
</summary>
<value>A string that holds the text that is being searched in the PDF document. Default value is <see cref="F:System.String.Empty"/></value>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextMatchFoundEventArgs">
<summary>
Provides data for `TextMatchFound` events.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextMatchFoundEventArgs.TargetText">
<summary>
Gets the text being searched.
</summary>
<value>A string that holds the text that is being searched in the PDF document. Default value is <see cref="F:System.String.Empty"/></value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextMatchFoundEventArgs.PageNumber">
<summary>
Gets the match founded page number.
</summary>
<value>A integer value that holds the match founded page number.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.TextSearchCompletedEventArgs">
<summary>
Provides data for `TextSearchCompleted` events.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchCompletedEventArgs.Message">
<summary>
Gets a message that describes the results of text search completion.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchCompletedEventArgs.TargetText">
<summary>
Gets the text being searched.
</summary>
<value>A string that holds the text that is being searched in the PDF document. Default value is <see cref="F:System.String.Empty"/></value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchCompletedEventArgs.NoMoreOccurrence">
<summary>
Gets a value indicating whether there are no more occurrences of the text being searched.
</summary>
<value>A boolean value which when set to true, represents that no more match of the searched text is found in the document and vice versa.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PdfViewer.TextSearchCompletedEventArgs.NoMatchFound">
<summary>
Gets a value indicating whether there is no match to the text found.
</summary>
<value>A boolean value which when set to true, represents no match of the searched text is found in the document and vice versa.</value>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SearchBox.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.SearchBox.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.SearchBox.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.VirtualizingPagePanel.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VirtualizingPagePanel.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.VirtualizingPagePanel.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Syncfusion.Windows.PdfViewer.Properties.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.Loader">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.Loader_Office2016BlackAndDarkGray">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.Loader_Office2016ColorfulAndWhite">
<summary>
Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.PDF_viewer_icons">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.pdfviewer">
<summary>
Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
</summary>
</member>
<member name="P:Syncfusion.Windows.PdfViewer.Properties.Resources.WF_Fabric">
<summary>
Looks up a localized resource of type System.Byte[].
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PasswordToolBox">
<summary>
Class for the PasswordToolBox
</summary>
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PasswordToolBox.#ctor">
<summary>
Initializes PasswordToolBox class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PasswordToolBox.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PasswordToolBox.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PasswordToolBox.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerLocalizationResourceAccessor">
<inheritdoc cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor"/>
</member>
<member name="F:Syncfusion.Windows.Forms.PdfViewer.PdfViewerLocalizationResourceAccessor.Instance">
<summary>
Instance of <see cref="T:Syncfusion.Windows.Forms.PdfViewer.PdfViewerLocalizationResourceAccessor"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerLocalizationResourceAccessor.GetControlAssembly">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.PdfViewerLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace"/>
</member>
<member name="T:Syncfusion.Windows.Forms.PdfViewer.LocalizationManager">
<summary>
Represents a localization resource manager class which manages localization resources to provide convenient access to culture-specific resources at run time.
</summary>
<exclude />
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.LocalizationManager.SetResources(System.Reflection.Assembly,System.String)">
<summary>
Sets lookup assembly and namespace for localization resource manager.
This can be used to set lookup assembly and namespace to locate localization resx files
when assembly name and default namespace of application differs.
</summary>
<param name="assembly">The assembly where the resx file located.</param>
<param name="nameSpace">The default namespace of the assembly where resx file located.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PdfViewer.LocalizationManager.GetString(System.String)">
<summary>
Gets the localized string for the current culture.
</summary>
<param name="name">The string that need to be localized.</param>
<returns>Returns the localized string.</returns>
</member>
<member name="T:Syncfusion.PdfViewer.Windows.Resources.Syncfusion_PdfViewer_Windows">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Windows.Resources.Syncfusion_PdfViewer_Windows.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Syncfusion.PdfViewer.Windows.Resources.Syncfusion_PdfViewer_Windows.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
</members>
</doc>