update 20251008
This commit is contained in:
BIN
OnDoc_JSONViewer/bin/Debug/20251006_JsonViewer.zip
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/20251006_JsonViewer.zip
Normal file
Binary file not shown.
BIN
OnDoc_JSONViewer/bin/Debug/Newtonsoft.Json.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Newtonsoft.Json.dll
Normal file
Binary file not shown.
11698
OnDoc_JSONViewer/bin/Debug/Newtonsoft.Json.xml
Normal file
11698
OnDoc_JSONViewer/bin/Debug/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/OnDoc_JSONViewer.exe
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/OnDoc_JSONViewer.exe
Normal file
Binary file not shown.
6
OnDoc_JSONViewer/bin/Debug/OnDoc_JSONViewer.exe.config
Normal file
6
OnDoc_JSONViewer/bin/Debug/OnDoc_JSONViewer.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
OnDoc_JSONViewer/bin/Debug/OnDoc_JSONViewer.pdb
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/OnDoc_JSONViewer.pdb
Normal file
Binary file not shown.
BIN
OnDoc_JSONViewer/bin/Debug/Pdfium/x86/pdfium.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Pdfium/x86/pdfium.dll
Normal file
Binary file not shown.
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Compression.Base.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Compression.Base.dll
Normal file
Binary file not shown.
21232
OnDoc_JSONViewer/bin/Debug/Syncfusion.Compression.Base.xml
Normal file
21232
OnDoc_JSONViewer/bin/Debug/Syncfusion.Compression.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Edit.Windows.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Edit.Windows.dll
Normal file
Binary file not shown.
47103
OnDoc_JSONViewer/bin/Debug/Syncfusion.Edit.Windows.xml
Normal file
47103
OnDoc_JSONViewer/bin/Debug/Syncfusion.Edit.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Base.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Base.dll
Normal file
Binary file not shown.
70
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Base.xml
Normal file
70
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Base.xml
Normal file
@@ -0,0 +1,70 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.Grid.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.NamespaceDoc">
|
||||
<summary>
|
||||
The Syncfusion namespace contains classes that defines the value and reference data types, events and event handlers, interfaces, attributes and processing the exceptions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.GridBaseAssembly">
|
||||
<exclude/>
|
||||
<summary>
|
||||
This class holds the name of the Syncfusion.Grid.Base assembly and provides a helper
|
||||
routine that helps with resolving types when loading a serialization stream and when
|
||||
the framework probes for assemblies by reflection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.GridBaseAssembly.Name">
|
||||
<summary>
|
||||
The full name of this assembly without version information: "Syncfusion.Grid.Base".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.GridBaseAssembly.Assembly">
|
||||
<summary>
|
||||
A reference to the <see cref="T:System.Reflection.Assembly"/> for the grid assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.GridBaseAssembly.RootNamespace">
|
||||
<summary>
|
||||
The root namespace of this assembly. Used internally for locating resources within the assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.GridBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
|
||||
<summary>
|
||||
This delegate helps with resolving types and can be used as an eventhandler
|
||||
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">The event data with information about the type.</param>
|
||||
<returns>A reference to the assembly where the type is located.</returns>
|
||||
<remarks>
|
||||
Use this handler when reading back types from a serialization stream
|
||||
saved with an earlier version of this assembly.
|
||||
</remarks>
|
||||
<example>
|
||||
<code lang="C#">
|
||||
public static GridModel LoadSoap(Stream s)
|
||||
{
|
||||
try
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
|
||||
SoapFormatter b = new SoapFormatter();
|
||||
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
|
||||
GridModel t = b.Deserialize(s) as GridModel;
|
||||
t.Modified = false;
|
||||
return t;
|
||||
}
|
||||
finally
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(GridBaseAssembly.AssemblyResolver);
|
||||
}
|
||||
}
|
||||
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Windows.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Windows.dll
Normal file
Binary file not shown.
86600
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Windows.xml
Normal file
86600
OnDoc_JSONViewer/bin/Debug/Syncfusion.Grid.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Pdf.Base.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Pdf.Base.dll
Normal file
Binary file not shown.
249139
OnDoc_JSONViewer/bin/Debug/Syncfusion.Pdf.Base.xml
Normal file
249139
OnDoc_JSONViewer/bin/Debug/Syncfusion.Pdf.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,514 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.PdfToImageConverter.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfiumNative">
|
||||
<summary>
|
||||
Class that imports the pdfium dlls.
|
||||
</summary>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "M:Syncfusion.PdfToImageConverter.PdfiumNative.#cctor" -->
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.None">
|
||||
<summary>
|
||||
No flags.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.ForPrinting">
|
||||
<summary>
|
||||
Render for printing.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Annotations">
|
||||
<summary>
|
||||
Set if annotations are to be rendered.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.LcdText">
|
||||
<summary>
|
||||
Set if using text rendering optimized for LCD display.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.NoNativeText">
|
||||
<summary>
|
||||
Don't use the native text output available on some platforms.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Grayscale">
|
||||
<summary>
|
||||
Grayscale output.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.LimitImageCacheSize">
|
||||
<summary>
|
||||
Limit image cache size.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.ForceHalftone">
|
||||
<summary>
|
||||
Always use halftone for image stretching.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.Transparent">
|
||||
<summary>
|
||||
Render with a transparent background.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.PdfToImageConverter.PdfiumNative.PdfRenderFlags.CorrectFromDpi">
|
||||
<summary>
|
||||
Correct height/width for DPI.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfiumViewer">
|
||||
<summary>
|
||||
Class to use the pdfium methods for internal purpose.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PdfToImageConverter">
|
||||
<summary>
|
||||
Class to convert the pdf to images.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor(System.IO.Stream)">
|
||||
<summary>
|
||||
Intializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
<param name="stream">Stream of the file</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.#ctor(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Intializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PdfToImageConverter"/> class.
|
||||
</summary>
|
||||
<param name="stream">Stream of the file</param>
|
||||
<param name="password">Pasword for the file</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.ScaleFactor">
|
||||
<summary>
|
||||
Scales the page while rendering in the PDF Viewer control for improving the quality of the image.
|
||||
Positive float values can be set. Recommended Value is 1 or 1.5f.
|
||||
If the value is greater than the recommended value, there might be any distortion in the performance of the PDF Viewer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.ReferencePath">
|
||||
<summary>
|
||||
Gets or sets the reference path of the Pdfium library.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.PageCount">
|
||||
<summary>
|
||||
Gets the page count of the document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.DocumentID">
|
||||
<summary>
|
||||
Gets or sets the id of the document
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PdfToImageConverter.Document">
|
||||
<summary>
|
||||
Gets or sets the pdf document value
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Dispose">
|
||||
<summary>
|
||||
Disposes the pdf document.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Dispose(System.Boolean)">
|
||||
<summary>
|
||||
Disposes the pdf document.
|
||||
</summary>
|
||||
<param name="disposeCompletely">disposes completely</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Load(System.IO.Stream)">
|
||||
<summary>
|
||||
Loads the PDF document from the specified stream.
|
||||
</summary>
|
||||
<param name="stream">Pdf file as stream</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Load(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Loads the PDF document from the specified stream.
|
||||
</summary>
|
||||
<param name="stream">Pdf file stream</param>
|
||||
<param name="password">Password of the stream</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">page index of the document</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">Page index of the document</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">Page index of the document</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="dpiX">The horizontal DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the stream of the specified page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Single,System.Single,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</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 <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Drawing.SizeF,System.Single,System.Single,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</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 <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="dpiY">The vertical DPI of the resultant <see cref="T:System.Drawing.Bitmap"/>.</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified page of the PDF document as stream.
|
||||
</summary>
|
||||
<param name="pageIndex">The page index of the document</param>
|
||||
<param name="customSize">The custom size of the converted image</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the specified page as stream with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.Convert(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Converts the specified range of PDF document's pages as stream array.
|
||||
</summary>
|
||||
<param name="startIndex">The starting page index</param>
|
||||
<param name="endIndex">The ending page index</param>
|
||||
<param name="customSize">The custom size for the converted image</param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether need to make the background of the page as transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the array of stream for the range of pages</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExportAsImage(System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified page as <see cref="T:System.Drawing.Bitmap"/>
|
||||
</summary>
|
||||
<param name="pageIndex">The page index to be converted into <see cref="T:System.Drawing.Bitmap"/></param>
|
||||
<param name="customSize">The custom size of the converted <see cref="T:System.Drawing.Bitmap"/> </param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<returns>Returns the specified page as <see cref="T:System.Drawing.Bitmap"/> with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExportAsImage(System.Int32,System.Int32,System.Drawing.SizeF,System.Boolean,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified pages as <see cref="T:System.Drawing.Bitmap"/>
|
||||
</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 <see cref="T:System.Drawing.Bitmap"/> </param>
|
||||
<param name="keepAspectRatio">Whether need to maintain the pdf page size</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotations">Whether need to keep the annotation of the page</param>
|
||||
<returns>Returns the specified pages as <see cref="T:System.Drawing.Bitmap"/> with custom size</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.PdfiumExportAsImage(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Boolean)">
|
||||
<summary>
|
||||
Exports the specified page as a bitmap image.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image</param>
|
||||
<param name="pageindex">page index</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotation">Whether need to keep the annotations on the page</param>
|
||||
<returns>Returns the converted bitmap image</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertPointToPixel(System.Double)">
|
||||
<summary>
|
||||
Converts points to pixel
|
||||
</summary>
|
||||
<param name="number">Point value</param>
|
||||
<returns>Returns the pixel value</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.PdfiumRendering(System.Drawing.Bitmap,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.IntPtr)">
|
||||
<summary>
|
||||
Exports the specified page as a bitmap image.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image</param>
|
||||
<param name="pageindex">page index</param>
|
||||
<param name="keepTransparency">Whether the background of the page needs to be transparent</param>
|
||||
<param name="isSkipAnnotation">Whether need to keep the annotations on the page</param>
|
||||
<returns>Returns the converted bitmap image</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.CreatePdfiumDocument(System.IO.Stream,System.String)">
|
||||
<summary>
|
||||
Creates the pdfium document for the provided string.
|
||||
</summary>
|
||||
<param name="stream">Stream of the Pdf</param>
|
||||
<param name="password">Password of the pdf stream</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.CheckBaseDirectory">
|
||||
<summary>
|
||||
Checks the base directory and provides it.
|
||||
</summary>
|
||||
<returns>Returns the base directory.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractText(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean)">
|
||||
<summary>
|
||||
Extracts text along with its format.
|
||||
</summary>///
|
||||
<param name=" pageIndex">The page index in which the text has be extracted</param>
|
||||
<param name=" textDataCollection">Provides the text data collection </param>
|
||||
<param name=" isLayout">maintains the layout if it is true </param>
|
||||
<returns>Returns the extracted text for the provided page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.TextExtraction(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean,System.Boolean,System.Int32)">
|
||||
<summary>
|
||||
Extracts the text from the specified page index.
|
||||
</summary>
|
||||
<param name="index">Page index</param>
|
||||
<param name="textDataCollection">Text collection</param>
|
||||
<param name="isLayout">Text format</param>
|
||||
<param name="isRotated">Whether rotated or not</param>
|
||||
<param name="rotateAngle">Angle of rotation</param>
|
||||
<returns>Returns the extracted text from the provided page index</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractTextWithPageSize(System.Int32,System.Collections.Generic.Dictionary{System.Int32,Syncfusion.PdfToImageConverter.PageTextData}@)">
|
||||
<summary>
|
||||
extracts text along with its format.
|
||||
</summary>///
|
||||
<param name=" pageIndex">The page index in which the text has be extracted</param>
|
||||
<param name=" pageTextDataCollection">Provides the text data collection with page details</param>
|
||||
<returns>Returns the extracted text for the provided page</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetTextSearchBounds(System.IntPtr,System.Int32,System.Int32,System.Double)">
|
||||
<summary>
|
||||
Gets the bounds of the text by using the results of pdfium for text search.
|
||||
</summary>
|
||||
<param name="page">Page object</param>
|
||||
<param name="stringLength">Length of the string</param>
|
||||
<param name="startIndex">Start index</param>
|
||||
<param name="pageHeight">Height of the Page</param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetBounds(System.IntPtr,System.Int32,System.Double,System.Single)">
|
||||
<summary>
|
||||
Gets the bounds of the text.
|
||||
</summary>
|
||||
<param name="textPage">Page object</param>
|
||||
<param name="index">page index</param>
|
||||
<param name="height"></param>
|
||||
<param name="cropY"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.GetTextDetails(System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData}@,System.Boolean)">
|
||||
<summary>
|
||||
Gets the text details for the provided page index.
|
||||
</summary>
|
||||
<param name="index">Page index</param>
|
||||
<param name="textDataCollection">Text collection of the page</param>
|
||||
<returns>Returns the text</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertBitmapToStream(System.Drawing.Bitmap)">
|
||||
<summary>
|
||||
Converts the bitmap to stream.
|
||||
</summary>
|
||||
<param name="bitmapImage">Bitmap image to be converted</param>
|
||||
<returns>Returns the converted stream</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ConvertBitmapToStream(System.Drawing.Bitmap[])">
|
||||
<summary>
|
||||
Converts the bitmap to stream.
|
||||
</summary>
|
||||
<param name="bitmapImage">Array of bitmap images to be converted</param>
|
||||
<returns>Returns the converted stream</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.ExtractPdfiumLibrary">
|
||||
<summary>
|
||||
Extracts the Pdfium library to the application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.String,System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}@)">
|
||||
<summary>
|
||||
Find the bounds of the specified text in the provided page index
|
||||
</summary>
|
||||
<param name="searchText">The text to be searched.</param>
|
||||
<param name="pageIndex">The specified page index.</param>
|
||||
<param name="matchRect">Holds the bounds of the matched texts.</param>
|
||||
<returns>Returns true if found any matchRectCollection.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.String,System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{System.Drawing.RectangleF}}@)">
|
||||
<summary>
|
||||
Find the bounds of the specified text in the provided document
|
||||
</summary>
|
||||
<param name="searchText">The text to be searched</param>
|
||||
<param name="matchDictionary">Holds the page number and rectangle positions of the text matches</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}@)">
|
||||
<summary>
|
||||
Find the bounds of the collections of text in the provided page index
|
||||
</summary>
|
||||
<param name="searchedItems">The collection of text to be searched.</param>
|
||||
<param name="pageIndex">The specified page index.</param>
|
||||
<param name="resultItems">Holds the information of the matched texts</param>
|
||||
<returns>Returns true if found any match</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindText(System.Collections.Generic.List{System.String},System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}}@)">
|
||||
<summary>
|
||||
Find the bounds of the collections of text in the provided document
|
||||
</summary>
|
||||
<param name="searchedItems">List of items to be searched.</param>
|
||||
<param name="resultItem">The dictionary of page number and list of search results.</param>
|
||||
<returns>Returns true if found any match</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindTextWithoutDetails(System.Int32,System.String,System.Collections.Generic.List{System.Drawing.RectangleF}@)">
|
||||
<summary>
|
||||
Searches for a given text on a specified page and returns a list of bounding rectangles for the matches.
|
||||
</summary>
|
||||
<param name="pageIndex">The index of the page to search.</param>\
|
||||
<param name="matchRect">List to store the bounding boxes of matches.</param>
|
||||
<param name="text">Text should be searched</param>
|
||||
<returns>True if matches are found, false otherwise.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.FindTextWithDetails(System.Collections.Generic.List{System.String},System.Int32,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.ResultItem}@)">
|
||||
<summary>
|
||||
Searches for a list of text items on a specific page and returns a list of matching ResultItems with color.
|
||||
</summary>
|
||||
<param name="searchedItems">The list of text items to search for.</param>
|
||||
<param name="pageIndex">The page index to search on.</param>
|
||||
<param name="resultItems">The list of ResultItem objects to store the results.</param>
|
||||
<returns>True if matches are found; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PdfToImageConverter.HasUnicodeCharacter(System.String)">
|
||||
<summary>
|
||||
Checks whether the password is unicoded or not.
|
||||
</summary>
|
||||
<param name="password">Password of the stream</param>
|
||||
<returns>Returns true if the password is unicoded, else false</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.StreamManager.Register(System.IO.Stream)">
|
||||
<summary>
|
||||
Register the stream
|
||||
</summary>
|
||||
<param name="stream"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.TextData">
|
||||
<summary>
|
||||
Represents a text informations
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.TextData.#ctor(System.String,System.Drawing.RectangleF)">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.TextData"/> class.
|
||||
</summary>
|
||||
<param name="text">Text on the document</param>
|
||||
<param name="bounds">Bounds of the text</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.TextData.Bounds">
|
||||
<summary>
|
||||
Gets the bounds of the text
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.TextData.Text">
|
||||
<summary>
|
||||
Gets the text
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.PageTextData">
|
||||
<summary>
|
||||
Represents a Page text informations
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.PdfToImageConverter.PageTextData.#ctor(System.Drawing.SizeF,System.Collections.Generic.List{Syncfusion.PdfToImageConverter.TextData},System.String)">
|
||||
<summary>
|
||||
Initializes the members of the <see cref="T:Syncfusion.PdfToImageConverter.PageTextData"/> class.
|
||||
</summary>
|
||||
<param name="pageSize">Size of the page</param>
|
||||
<param name="textData">Text informations of the page</param>
|
||||
<param name="pageString">Text data of the page</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.TextData">
|
||||
<summary>
|
||||
Gets the list of text data for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.PageText">
|
||||
<summary>
|
||||
Gets the text data for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.PageTextData.PageSize">
|
||||
<summary>
|
||||
Gets the page size for the page
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.PdfToImageConverter.ResultItem">
|
||||
<summary>
|
||||
Represents the search text information
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.Text">
|
||||
<summary>
|
||||
Get or set text to be searched.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.TextColor">
|
||||
<summary>
|
||||
Get or set the color of the searched text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.PageNumber">
|
||||
<summary>
|
||||
Get or set provided page Number for search text.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.PdfToImageConverter.ResultItem.Bounds">
|
||||
<summary>
|
||||
Get or set Rectangle bounds of the searched text.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.PdfViewer.Windows.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.PdfViewer.Windows.dll
Normal file
Binary file not shown.
20967
OnDoc_JSONViewer/bin/Debug/Syncfusion.PdfViewer.Windows.xml
Normal file
20967
OnDoc_JSONViewer/bin/Debug/Syncfusion.PdfViewer.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Base.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Base.dll
Normal file
Binary file not shown.
94767
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Base.xml
Normal file
94767
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Windows.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Windows.dll
Normal file
Binary file not shown.
1380
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Windows.xml
Normal file
1380
OnDoc_JSONViewer/bin/Debug/Syncfusion.Shared.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.SpellChecker.Base.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.SpellChecker.Base.dll
Normal file
Binary file not shown.
258
OnDoc_JSONViewer/bin/Debug/Syncfusion.SpellChecker.Base.xml
Normal file
258
OnDoc_JSONViewer/bin/Debug/Syncfusion.SpellChecker.Base.xml
Normal file
@@ -0,0 +1,258 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.SpellChecker.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.CustomDictionaryBase">
|
||||
<summary>
|
||||
Represents a class that stores information about custom words
|
||||
</summary>
|
||||
<remarks>
|
||||
Extra words can be stored in custom dictionary. Any words added using ‘Add to dictionary’, is also stored in this custom dictionary.
|
||||
</remarks>
|
||||
<example>
|
||||
var english = new HunspellDictionary();
|
||||
english.Culture = new CultureInfo("en-us");
|
||||
english.DictionaryUri = new Uri("/SpellCheckerDemo;component//english.dic");
|
||||
english.GrammarUri = new Uri("/SpellCheckerDemo;component//english.aff");
|
||||
|
||||
var custom = new CustomDictionary();
|
||||
custom.Culture = new CultureInfo("en-us");
|
||||
english.DictionaryUri = new Uri("/Resources/custom.dic");
|
||||
|
||||
var dictionaries = new DictionaryCollection();
|
||||
dictionaries.Add(english);
|
||||
dictionaries.Add(custom);
|
||||
|
||||
spellChecker.Dictionaries = dictionaries;
|
||||
spellChecker.Culture = new CultureInfo("en-us");
|
||||
</example>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "T:Syncfusion.SpellChecker.Base.DictionaryBase" -->
|
||||
<member name="P:Syncfusion.SpellChecker.Base.DictionaryBase.Culture">
|
||||
<summary>
|
||||
Gets or Sets the culture of a dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.DictionaryBase.GetDictionaryStream">
|
||||
<summary>
|
||||
Gets or Sets the dictionary uri of a dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<!-- Badly formed XML comment ignored for member "T:Syncfusion.SpellChecker.Base.DictionaryCollection" -->
|
||||
<member name="T:Syncfusion.SpellChecker.Base.GrammarDictionaryBase">
|
||||
<summary>
|
||||
Represents base class that requires base dictionary file with affix file.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.GrammarDictionaryBase.GetGrammarStream">
|
||||
<summary>
|
||||
Gets or Sets the grammar uri of a hunspell dictionary.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.GrammarDictionaryBase.DictParser(System.IO.StreamReader,System.Collections.Generic.Dictionary{System.String,Syncfusion.SpellChecker.Base.GrammarRule})">
|
||||
<summary>
|
||||
DictParser generate a list of words by using both .dic and .aff file.
|
||||
</summary>
|
||||
<param name="dictionary"></param>
|
||||
<param name="ruleDictionary"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.HunspellDictionaryBase">
|
||||
<summary>
|
||||
A class that requires base dictionary and affix file. It has algorithm that process file provided and loads words required for dictionary.
|
||||
</summary>
|
||||
<example>
|
||||
var english = new HunspellDictionary();
|
||||
english.Culture = new CultureInfo("en-us");
|
||||
english.DictionaryUri = new Uri("/SpellCheckerDemo;component//english.dic");
|
||||
english.GrammarUri = new Uri("/SpellCheckerDemo;component//english.aff");
|
||||
|
||||
var dictionaries = new DictionaryCollection();
|
||||
dictionaries.Add(english);
|
||||
|
||||
spellChecker.Dictionaries = dictionaries;
|
||||
spellChecker.Culture = new CultureInfo("en-us");
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.HunspellDictionaryBase.GrammerParser(System.IO.StreamReader)">
|
||||
<summary>
|
||||
To create rules from Hunspell .aff file
|
||||
</summary>
|
||||
<param name="grammar"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.IspellDictionaryBase">
|
||||
<summary>
|
||||
A class that requires base dictionary and affix file. It has algorithm that process file provided and loads words required for dictionary.
|
||||
</summary>
|
||||
<example>
|
||||
var french = new IspellDictionary();
|
||||
french.Culture = new CultureInfo("fr");
|
||||
french.DictionaryUri = new Uri("/SpellCheckerDemo;component//french.dic");
|
||||
french.GrammarUri = new Uri("/SpellCheckerDemo;component//french.xlg");
|
||||
|
||||
var dictionaries = new DictionaryCollection();
|
||||
dictionaries.Add(french);
|
||||
|
||||
spellChecker.Dictionaries = dictionaries;
|
||||
spellChecker.Culture = new CultureInfo("fr");
|
||||
</example>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.IspellDictionaryBase.GrammerParser(System.IO.StreamReader)">
|
||||
<summary>
|
||||
To create rules from Ispell .aff file
|
||||
</summary>
|
||||
<param name="grammar"></param>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.AccuracyLevels">
|
||||
<summary>
|
||||
Represents a list of accuracy levels based on which phonetic matching is executed for filtering suggestions
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.SpellChecker.Base.AccuracyLevels.High">
|
||||
<summary>
|
||||
Represents a high level which filters maximum possible suggestions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.SpellChecker.Base.AccuracyLevels.Medium">
|
||||
<summary>
|
||||
Represents a medium level which filters matching suggestions.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.SpellChecker.Base.AccuracyLevels.Low">
|
||||
<summary>
|
||||
Represents a most accurate level which filters accurate suggestions only.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.TransmutationHelper.GetTransmutations(System.Char[])">
|
||||
<summary>
|
||||
Returns a list of possible combinations for the given character array
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.VerbalProcessor.GetSimilarSounds(System.String,System.Collections.Generic.List{System.Object},Syncfusion.SpellChecker.Base.AccuracyLevels)">
|
||||
<summary>
|
||||
Returns a list of phonetic suggestions for the given word in specified accuracy level.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.Sorter.Compare(System.Object,System.Object)">
|
||||
<summary>
|
||||
Compares the two objects.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.Sorter.Compare(System.String,System.String)">
|
||||
<summary>
|
||||
Compares the two String values
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.ReverseSorter.Compare(System.String,System.String)">
|
||||
<summary>
|
||||
Compares the two object values.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.ReverseSorter.Reverse(System.String)">
|
||||
<summary>
|
||||
Returns reverse String of input String
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.SpellChecker.Base.SpellCheckerBase">
|
||||
<summary>
|
||||
SpellChecker base helps to find erroneous spelling in a word and provides suggestions for it.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.#ctor(System.IO.Stream)">
|
||||
<summary>
|
||||
Initializes the instance of SpellChecker base.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.#ctor">
|
||||
<summary>
|
||||
Initializes the instance of SpellChecker base.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreAlphaNumericWords">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check AlphaNumericWords
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreFileNames">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check file names
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreHtmlTags">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check html tags
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreEmailAddress">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check Email addresses
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreMixedCaseWords">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check mixed case words
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreUpperCaseWords">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check upper case words
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.SpellChecker.Base.SpellCheckerBase.IgnoreUrl">
|
||||
<summary>
|
||||
Gets or Sets the boolean value to check urls
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.AddWordToDictionary(System.String)">
|
||||
<summary>
|
||||
Adds the word to dictionary word collection
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.HasError(System.String)">
|
||||
<summary>
|
||||
Checks whether the word exists in dictionary
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetSuggestions(System.String)">
|
||||
<summary>
|
||||
Returns the suggestions for error word
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetAnagrams(System.String)">
|
||||
<summary>
|
||||
Returns the anagrams for error word
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetPhoneticWords(System.String)">
|
||||
<summary>
|
||||
Returns the phonetic suggestions for error word in medium accuracy.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.GetPhoneticWords(System.String,Syncfusion.SpellChecker.Base.AccuracyLevels)">
|
||||
<summary>
|
||||
Returns the phonetic suggestions for error word in specified accuracy.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.IsPatternMatch(System.String)">
|
||||
<summary>
|
||||
Returns whether the word matches Email or File name or URL pattern.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.AddWordsInDictionaryStream(System.IO.Stream)">
|
||||
<summary>
|
||||
Adds the word from custom stream to dicitionary collection
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.SpellChecker.Base.SpellCheckerBase.IsInDictionary(System.String)">
|
||||
<summary>
|
||||
To check whether the word is present in dictionart or not.
|
||||
</summary>
|
||||
<param name="word"></param>
|
||||
<returns>Returns a boolean value.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Base.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Base.dll
Normal file
Binary file not shown.
67
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Base.xml
Normal file
67
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Base.xml
Normal file
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.Tools.Base</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Syncfusion.ToolsBaseAssembly">
|
||||
<exclude/>
|
||||
<summary>
|
||||
This class holds the name of the Tools assembly and provides a helper
|
||||
routine that helps with resolving types when loading a serialization stream and when the framework probes for assemblies by reflection.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.ToolsBaseAssembly.Name">
|
||||
<summary>
|
||||
The full name of this assembly without version information, e.g. "Syncfusion.Tools".
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.ToolsBaseAssembly.Assembly">
|
||||
<summary>
|
||||
A reference to the <see cref="T:System.Reflection.Assembly"/> for the Tools assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.ToolsBaseAssembly.RootNamespace">
|
||||
<summary>
|
||||
The root namespace of this assembly. Used internally for locating resources within the assembly.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.ToolsBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
|
||||
<summary>
|
||||
This delegate helps with resolving types and can be used as an eventhandler
|
||||
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
|
||||
</summary>
|
||||
<param name="sender">The source of the event.</param>
|
||||
<param name="e">The event data with information about the type.</param>
|
||||
<returns>A reference to the assembly where the type is located.</returns>
|
||||
<remarks>
|
||||
<para>If the requested assembly is either Tools, Grid, or Shared, this method returns the reference
|
||||
to the corresponding assembly, it is bound to.</para>
|
||||
<para>It's mandatory that you distribute Syncfusion.Grid.dll and Syncfusion.Shared.dll when you use this
|
||||
method in your application.</para>
|
||||
<para>Use this handler when reading back types from a serialization stream
|
||||
saved with an earlier version of this assembly.</para>
|
||||
</remarks>
|
||||
<example>
|
||||
<code lang="C#">
|
||||
public static AToolsType LoadSoap(Stream s)
|
||||
{
|
||||
try
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(ToolsAssembly.AssemblyResolver);
|
||||
SoapFormatter b = new SoapFormatter();
|
||||
b.AssemblyFormat = FormatterAssemblyStyle.Simple;
|
||||
AToolsType t = b.Deserialize(s) as AToolsType;
|
||||
return t;
|
||||
}
|
||||
finally
|
||||
{
|
||||
AppDomain.CurrentDomain.AssemblyResolve -= new ResolveEventHandler(ToolsAssembly.AssemblyResolver);
|
||||
}
|
||||
}
|
||||
|
||||
</code>
|
||||
</example>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Windows.dll
Normal file
BIN
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Windows.dll
Normal file
Binary file not shown.
214891
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Windows.xml
Normal file
214891
OnDoc_JSONViewer/bin/Debug/Syncfusion.Tools.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user