Update vor Umbau Service
This commit is contained in:
98
API_DocTest/API_DocTest.csproj
Normal file
98
API_DocTest/API_DocTest.csproj
Normal file
@@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{17D81546-DB57-4710-AB60-9EA873B08458}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>API_DocTest</RootNamespace>
|
||||
<AssemblyName>API_DocTest</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<Deterministic>true</Deterministic>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Edit.Windows, Version=30.2462.4.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" />
|
||||
<Reference Include="Syncfusion.Licensing, Version=28.1462.33.0, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Client\bin\Debug\Syncfusion.Licensing.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Syncfusion.Pdf.Base, Version=30.2462.4.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.PdfToImageConverter.Base, Version=30.2462.4.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.PdfViewer.Windows, Version=30.2462.4.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL" />
|
||||
<Reference Include="Syncfusion.Shared.Base, Version=30.2462.4.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="Syncfusion.Tools.Windows, Version=30.2462.4.0, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Design" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
25
API_DocTest/App.config
Normal file
25
API_DocTest/App.config
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="API_DocTest.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<API_DocTest.Properties.Settings>
|
||||
<setting name="ConnectionString" serializeAs="String">
|
||||
<value>data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="DogGenURI" serializeAs="String">
|
||||
<!--<value>https://localhost:2034/API/DokumentGenerator</value>-->
|
||||
<value>https://localhost:44334/API/DokumentGenerator</value>
|
||||
</setting>
|
||||
<setting name="Token" serializeAs="String">
|
||||
<value>pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=</value>
|
||||
</setting>
|
||||
</API_DocTest.Properties.Settings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
289
API_DocTest/Form1.Designer.cs
generated
Normal file
289
API_DocTest/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,289 @@
|
||||
namespace API_DocTest
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// Erforderliche Designervariable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Verwendete Ressourcen bereinigen.
|
||||
/// </summary>
|
||||
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Vom Windows Form-Designer generierter Code
|
||||
|
||||
/// <summary>
|
||||
/// Erforderliche Methode für die Designerunterstützung.
|
||||
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||||
Syncfusion.Windows.Forms.Edit.Implementation.Config.Config config2 = new Syncfusion.Windows.Forms.Edit.Implementation.Config.Config();
|
||||
Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings2 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings();
|
||||
Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings2 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings();
|
||||
Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings2 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.txtKey = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.editControl1 = new Syncfusion.Windows.Forms.Edit.EditControl();
|
||||
this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl();
|
||||
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
||||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
this.splitContainer1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.editControl1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
this.toolStrip1.AutoSize = false;
|
||||
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripLabel1,
|
||||
this.txtKey,
|
||||
this.toolStripSeparator1,
|
||||
this.toolStripSeparator4,
|
||||
this.toolStripComboBox1,
|
||||
this.toolStripButton1,
|
||||
this.toolStripSeparator2,
|
||||
this.toolStripButton2,
|
||||
this.toolStripSeparator3,
|
||||
this.toolStripButton3});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1724, 50);
|
||||
this.toolStrip1.TabIndex = 0;
|
||||
this.toolStrip1.Text = "toolStrip1";
|
||||
//
|
||||
// toolStripLabel1
|
||||
//
|
||||
this.toolStripLabel1.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||||
this.toolStripLabel1.Name = "toolStripLabel1";
|
||||
this.toolStripLabel1.Size = new System.Drawing.Size(49, 47);
|
||||
this.toolStripLabel1.Text = "Key";
|
||||
//
|
||||
// txtKey
|
||||
//
|
||||
this.txtKey.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||||
this.txtKey.Name = "txtKey";
|
||||
this.txtKey.Size = new System.Drawing.Size(250, 50);
|
||||
//
|
||||
// toolStripSeparator1
|
||||
//
|
||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50);
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
this.toolStripButton1.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(75, 47);
|
||||
this.toolStripButton1.Text = "Laden";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// toolStripSeparator2
|
||||
//
|
||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
|
||||
//
|
||||
// toolStripButton2
|
||||
//
|
||||
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
this.toolStripButton2.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||||
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton2.Name = "toolStripButton2";
|
||||
this.toolStripButton2.Size = new System.Drawing.Size(113, 47);
|
||||
this.toolStripButton2.Text = "Speichern";
|
||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||
//
|
||||
// toolStripSeparator3
|
||||
//
|
||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
|
||||
//
|
||||
// toolStripButton3
|
||||
//
|
||||
this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
||||
this.toolStripButton3.Font = new System.Drawing.Font("Segoe UI", 13F);
|
||||
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton3.Name = "toolStripButton3";
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(143, 47);
|
||||
this.toolStripButton3.Text = "PDF erstellen";
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// toolStripComboBox1
|
||||
//
|
||||
this.toolStripComboBox1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
||||
this.toolStripComboBox1.Size = new System.Drawing.Size(150, 50);
|
||||
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
|
||||
//
|
||||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(0, 50);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
// splitContainer1.Panel1
|
||||
//
|
||||
this.splitContainer1.Panel1.Controls.Add(this.editControl1);
|
||||
//
|
||||
// splitContainer1.Panel2
|
||||
//
|
||||
this.splitContainer1.Panel2.Controls.Add(this.pdfViewerControl1);
|
||||
this.splitContainer1.Size = new System.Drawing.Size(1724, 838);
|
||||
this.splitContainer1.SplitterDistance = 574;
|
||||
this.splitContainer1.TabIndex = 1;
|
||||
//
|
||||
// editControl1
|
||||
//
|
||||
this.editControl1.AllowZoom = false;
|
||||
this.editControl1.ChangedLinesMarkingLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(238)))), ((int)(((byte)(98)))));
|
||||
this.editControl1.CodeSnipptSize = new System.Drawing.Size(100, 100);
|
||||
this.editControl1.Configurator = config2;
|
||||
this.editControl1.ContextChoiceBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.editControl1.ContextChoiceBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(166)))), ((int)(((byte)(50)))));
|
||||
this.editControl1.ContextChoiceForeColor = System.Drawing.SystemColors.InfoText;
|
||||
this.editControl1.ContextPromptBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));
|
||||
this.editControl1.ContextTooltipBackgroundBrush = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(232)))), ((int)(((byte)(236))))));
|
||||
this.editControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.editControl1.IndicatorMarginBackColor = System.Drawing.Color.Empty;
|
||||
this.editControl1.LineNumbersColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
|
||||
this.editControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.editControl1.MarkerAreaWidth = 20;
|
||||
this.editControl1.Name = "editControl1";
|
||||
this.editControl1.RenderRightToLeft = false;
|
||||
this.editControl1.ScrollPosition = new System.Drawing.Point(0, 0);
|
||||
this.editControl1.SelectionTextColor = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(214)))), ((int)(((byte)(255)))));
|
||||
this.editControl1.ShowEndOfLine = false;
|
||||
this.editControl1.Size = new System.Drawing.Size(574, 838);
|
||||
this.editControl1.StatusBarSettings.CoordsPanel.Width = 150;
|
||||
this.editControl1.StatusBarSettings.EncodingPanel.Width = 100;
|
||||
this.editControl1.StatusBarSettings.FileNamePanel.Width = 100;
|
||||
this.editControl1.StatusBarSettings.InsertPanel.Width = 33;
|
||||
this.editControl1.StatusBarSettings.Offcie2007ColorScheme = Syncfusion.Windows.Forms.Office2007Theme.Blue;
|
||||
this.editControl1.StatusBarSettings.Offcie2010ColorScheme = Syncfusion.Windows.Forms.Office2010Theme.Blue;
|
||||
this.editControl1.StatusBarSettings.StatusPanel.Width = 70;
|
||||
this.editControl1.StatusBarSettings.TextPanel.Width = 214;
|
||||
this.editControl1.StatusBarSettings.VisualStyle = Syncfusion.Windows.Forms.Tools.Controls.StatusBar.VisualStyle.Default;
|
||||
this.editControl1.TabIndex = 0;
|
||||
this.editControl1.Text = "";
|
||||
this.editControl1.UseXPStyleBorder = true;
|
||||
this.editControl1.VisualColumn = 1;
|
||||
this.editControl1.VScrollMode = Syncfusion.Windows.Forms.Edit.ScrollMode.Immediate;
|
||||
this.editControl1.ZoomFactor = 1F;
|
||||
//
|
||||
// pdfViewerControl1
|
||||
//
|
||||
this.pdfViewerControl1.CursorMode = Syncfusion.Windows.Forms.PdfViewer.PdfViewerCursorMode.SelectTool;
|
||||
this.pdfViewerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pdfViewerControl1.EnableContextMenu = true;
|
||||
this.pdfViewerControl1.EnableNotificationBar = true;
|
||||
this.pdfViewerControl1.HorizontalScrollOffset = 0;
|
||||
this.pdfViewerControl1.IsBookmarkEnabled = true;
|
||||
this.pdfViewerControl1.IsTextSearchEnabled = true;
|
||||
this.pdfViewerControl1.IsTextSelectionEnabled = true;
|
||||
this.pdfViewerControl1.Location = new System.Drawing.Point(0, 0);
|
||||
messageBoxSettings2.EnableNotification = true;
|
||||
this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings2;
|
||||
this.pdfViewerControl1.MinimumZoomPercentage = 50;
|
||||
this.pdfViewerControl1.Name = "pdfViewerControl1";
|
||||
this.pdfViewerControl1.PageBorderThickness = 1;
|
||||
pdfViewerPrinterSettings2.Copies = 1;
|
||||
pdfViewerPrinterSettings2.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto;
|
||||
pdfViewerPrinterSettings2.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize;
|
||||
pdfViewerPrinterSettings2.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings2.PrintLocation")));
|
||||
pdfViewerPrinterSettings2.ShowPrintStatusDialog = true;
|
||||
this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings2;
|
||||
this.pdfViewerControl1.ReferencePath = null;
|
||||
this.pdfViewerControl1.ScrollDisplacementValue = 0;
|
||||
this.pdfViewerControl1.ShowHorizontalScrollBar = true;
|
||||
this.pdfViewerControl1.ShowToolBar = true;
|
||||
this.pdfViewerControl1.ShowVerticalScrollBar = true;
|
||||
this.pdfViewerControl1.Size = new System.Drawing.Size(1146, 838);
|
||||
this.pdfViewerControl1.SpaceBetweenPages = 8;
|
||||
this.pdfViewerControl1.TabIndex = 0;
|
||||
this.pdfViewerControl1.Text = "pdfViewerControl1";
|
||||
textSearchSettings2.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64)))));
|
||||
textSearchSettings2.HighlightAllInstance = true;
|
||||
textSearchSettings2.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
|
||||
this.pdfViewerControl1.TextSearchSettings = textSearchSettings2;
|
||||
this.pdfViewerControl1.ThemeName = "Default";
|
||||
this.pdfViewerControl1.VerticalScrollOffset = 0;
|
||||
this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default;
|
||||
this.pdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default;
|
||||
//
|
||||
// toolStripSeparator4
|
||||
//
|
||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1724, 888);
|
||||
this.Controls.Add(this.splitContainer1);
|
||||
this.Controls.Add(this.toolStrip1);
|
||||
this.Name = "Form1";
|
||||
this.Text = "OnDoc-API-DocTest";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.Resize += new System.EventHandler(this.Form1_Resize);
|
||||
this.toolStrip1.ResumeLayout(false);
|
||||
this.toolStrip1.PerformLayout();
|
||||
this.splitContainer1.Panel1.ResumeLayout(false);
|
||||
this.splitContainer1.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
||||
this.splitContainer1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.editControl1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ToolStrip toolStrip1;
|
||||
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
||||
private System.Windows.Forms.ToolStripTextBox txtKey;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
||||
private System.Windows.Forms.SplitContainer splitContainer1;
|
||||
private Syncfusion.Windows.Forms.Edit.EditControl editControl1;
|
||||
private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
||||
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
||||
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
||||
}
|
||||
}
|
||||
|
||||
242
API_DocTest/Form1.cs
Normal file
242
API_DocTest/Form1.cs
Normal file
@@ -0,0 +1,242 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using System.Data.SqlClient;
|
||||
using System.Configuration;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.Net.Http.Headers;
|
||||
using System.Net.Http;
|
||||
using Syncfusion.Drawing;
|
||||
using Syncfusion.Windows.Forms.Tools;
|
||||
using Syncfusion.Pdf.Parsing;
|
||||
using Syncfusion.Windows.Forms.PdfViewer;
|
||||
using System.IO;
|
||||
using Syncfusion.Windows.Forms.Edit.Interfaces;
|
||||
using Syncfusion.Windows.Forms.Edit.Enums;
|
||||
using Syncfusion.Windows.Forms.Edit.Implementation.Config;
|
||||
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
|
||||
|
||||
|
||||
namespace API_DocTest
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
|
||||
static string connectionstring = Properties.Settings.Default.ConnectionString;
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
string lickey = "MzYzODg2NkAzMjM4MmUzMDJlMzBTOWljRmxNelA1d1VGOHpGR0lxQzB6UTAwKzIxK2VBNEhBZFp5alcxb1NVPQ==";
|
||||
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(lickey);
|
||||
|
||||
LoadJSON();
|
||||
Form1_Resize(sender, e);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
var key = GetKey();
|
||||
if (string.IsNullOrEmpty(key)) return;
|
||||
|
||||
string json = LoadJsonFromDb(key);
|
||||
editControl1.Text = json ?? "{}";
|
||||
|
||||
editControl1.MoveToBeginning();
|
||||
pdfViewerControl1.Unload(); // PDF zurücksetzen
|
||||
}
|
||||
|
||||
private string LoadJsonFromDb(string key)
|
||||
{
|
||||
string json = null;
|
||||
using (SqlConnection con = new SqlConnection(connectionstring))
|
||||
using (SqlCommand cmd = new SqlCommand(
|
||||
"SELECT JavaScriptObject FROM ProvDokuments WHERE ProvDokumentid = @key", con))
|
||||
{
|
||||
cmd.Parameters.AddWithValue("@key", key);
|
||||
con.Open();
|
||||
json = cmd.ExecuteScalar()?.ToString();
|
||||
}
|
||||
|
||||
if (json == null)
|
||||
{
|
||||
using (SqlConnection con = new SqlConnection(connectionstring))
|
||||
using (SqlCommand cmd = new SqlCommand(
|
||||
"SELECT JsonObjekt FROM _OnDoc_API_TestScripts WHERE id = @key", con))
|
||||
{
|
||||
cmd.Parameters.AddWithValue("@key", key);
|
||||
con.Open();
|
||||
json = cmd.ExecuteScalar()?.ToString();
|
||||
}
|
||||
|
||||
}
|
||||
return json;
|
||||
|
||||
//using (var con = new SqlConnection(connectionstring))
|
||||
//using (var cmd = new SqlCommand(
|
||||
// "SELECT JavaScriptObject FROM ProvDokuments WHERE ProvDokumentid = @key", con))
|
||||
//{
|
||||
// cmd.Parameters.AddWithValue("@key", key);
|
||||
// con.Open();
|
||||
// return cmd.ExecuteScalar() as string;
|
||||
//}
|
||||
}
|
||||
|
||||
private void SaveJsonToDb(string key, string json)
|
||||
{
|
||||
using (var con = new SqlConnection(connectionstring))
|
||||
using (var cmd = new SqlCommand(@"
|
||||
IF EXISTS (SELECT 1 FROM _OnDoc_API_TestScripts WHERE id = @key)
|
||||
UPDATE _OnDoc_API_TestScripts SET JsonObjekt =@json
|
||||
WHERE id = @key
|
||||
ELSE
|
||||
INSERT INTO _OnDoc_API_TestScripts (id,JsonObjekt)
|
||||
VALUES (@key, @json)
|
||||
", con))
|
||||
{
|
||||
cmd.Parameters.AddWithValue("@key", key);
|
||||
cmd.Parameters.AddWithValue("@json", json);
|
||||
con.Open();
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
}
|
||||
|
||||
private string GetKey()
|
||||
{
|
||||
foreach (Control c in Controls)
|
||||
if (c is ToolStrip ts)
|
||||
foreach (ToolStripItem i in ts.Items)
|
||||
if (i.Name == "txtKey")
|
||||
return ((ToolStripTextBox)i).Text;
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
static readonly string ApiUrl = Properties.Settings.Default.DogGenURI;
|
||||
static readonly string token = Properties.Settings.Default.Token;
|
||||
|
||||
|
||||
public static byte[] Generate(string json)
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
using (var client = new HttpClient())
|
||||
{
|
||||
// 🔐 Bearer Token
|
||||
|
||||
client.DefaultRequestHeaders.Accept.Clear();
|
||||
client.DefaultRequestHeaders.Accept.Add(
|
||||
new MediaTypeWithQualityHeaderValue("application/json"));
|
||||
client.DefaultRequestHeaders.Authorization =
|
||||
new AuthenticationHeaderValue("Bearer", token);
|
||||
|
||||
var content = new StringContent(
|
||||
json,
|
||||
Encoding.UTF8,
|
||||
"application/json");
|
||||
|
||||
var response = client.PostAsync(ApiUrl, content).Result;
|
||||
|
||||
var responseText = response.Content.ReadAsStringAsync().Result;
|
||||
|
||||
if (!response.IsSuccessStatusCode)
|
||||
{
|
||||
// optional: Logging
|
||||
return null;
|
||||
}
|
||||
|
||||
var jsonResult = JObject.Parse(responseText);
|
||||
|
||||
var base64Pdf = jsonResult["file"]?.ToString();
|
||||
|
||||
if (string.IsNullOrEmpty(base64Pdf))
|
||||
return null;
|
||||
|
||||
return Convert.FromBase64String(base64Pdf);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Logging
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
private void toolStripButton2_Click(object sender, EventArgs e)
|
||||
{
|
||||
var key = GetKey();
|
||||
if (string.IsNullOrEmpty(key)) return;
|
||||
SaveJsonToDb(key,editControl1.Text);
|
||||
}
|
||||
|
||||
private void toolStripButton3_Click(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
byte[] byteArray = Generate(editControl1.Text);
|
||||
string temp_inBase64 = Convert.ToBase64String(byteArray);
|
||||
var stream = new MemoryStream(Convert.FromBase64String(temp_inBase64));
|
||||
if (stream.Length > 0)
|
||||
{
|
||||
this.pdfViewerControl1.Load(stream);
|
||||
this.pdfViewerControl1.Visible = true;
|
||||
pdfViewerControl1.ZoomMode = ZoomMode.FitWidth;
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
catch (Exception ex) { MessageBox.Show(ex.Message); }
|
||||
}
|
||||
|
||||
private void Form1_Resize(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
splitContainer1.SplitterDistance = this.Width / 2;
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
private void LoadJSON()
|
||||
{
|
||||
using (SqlConnection conn = new SqlConnection(connectionstring))
|
||||
using (SqlCommand cmd = new SqlCommand(
|
||||
"SELECT id FROM _OnDoc_API_TestScripts ORDER BY id", conn))
|
||||
{
|
||||
conn.Open();
|
||||
using (SqlDataReader reader = cmd.ExecuteReader())
|
||||
{
|
||||
toolStripComboBox1.Items.Clear();
|
||||
|
||||
while (reader.Read())
|
||||
{
|
||||
toolStripComboBox1.Items.Add(reader.GetString(0));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void toolStripComboBox1_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.txtKey.Text= toolStripComboBox1.Text.ToString();
|
||||
toolStripButton1_Click(sender, e);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
179
API_DocTest/Form1.resx
Normal file
179
API_DocTest/Form1.resx
Normal file
@@ -0,0 +1,179 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
|
||||
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
|
||||
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
|
||||
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
|
||||
cX79DFKrHHD5d9D26hvicx4pABt2lpg10zYzU0zr7+e3xXGcrkEB2O2TNec9nJFwB3alZn5jZorfeDZh
|
||||
6Q3g8s06BeCoKF4MRURoH1+BY2oNCbeb0TIclIYxOhzf8frTOuo7FxCbbVIAzpni0iceEc8vhzEwGkJD
|
||||
lx83ymxifejdKjRNk/8PWnyIyTQqAJek0jqHwfEVscu31baIu8+90sTE4nY025dQ2/5FIPpnXlzKuK8A
|
||||
HBUzHot52djqQ6HZhfR7IwK4mKpHtvEDMqvfCiQ6zaAAXM8x94aIWTNrLLG4kVUzgaTSPlzLtyJOZxbb
|
||||
1wtfyg4Q+AfA3aZlButjSfxGcUJBk4g5tuP3haQKRKXcUQDOmbvNTpPOJeFFjordZmbWTNvMTHFUcpUC
|
||||
nOccAdABIDXXE1nzAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
|
||||
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
|
||||
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
|
||||
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
|
||||
cX79DFKrHHD5d9D26hvicx4pABt2lpg10zYzU0zr7+e3xXGcrkEB2O2TNec9nJFwB3alZn5jZorfeDZh
|
||||
6Q3g8s06BeCoKF4MRURoH1+BY2oNCbeb0TIclIYxOhzf8frTOuo7FxCbbVIAzpni0iceEc8vhzEwGkJD
|
||||
lx83ymxifejdKjRNk/8PWnyIyTQqAJek0jqHwfEVscu31baIu8+90sTE4nY025dQ2/5FIPpnXlzKuK8A
|
||||
HBUzHot52djqQ6HZhfR7IwK4mKpHtvEDMqvfCiQ6zaAAXM8x94aIWTNrLLG4kVUzgaTSPlzLtyJOZxbb
|
||||
1wtfyg4Q+AfA3aZlButjSfxGcUJBk4g5tuP3haQKRKXcUQDOmbvNTpPOJeFFjordZmbWTNvMTHFUcpUC
|
||||
nOccAdABIDXXE1nzAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIFSURBVDhPpZLtS1NhGMbPPxJmmlYSgqHiKzGU1EDxg4iK
|
||||
YKyG2WBogqMYJQOtCEVRFBGdTBCJfRnkS4VaaWNT5sqx1BUxRXxDHYxAJLvkusEeBaPAB+5z4Jzn+t3X
|
||||
/aLhnEfjo8m+dCoa+7/C3O2Hqe0zDC+8KG+cRZHZhdzaaWTVTCLDMIY0vfM04Nfh77/G/sEhwpEDbO3t
|
||||
I7TxE8urEVy99fT/AL5gWDLrTB/hnF4XsW0khCu5ln8DmJliT2AXrcNBsU1gj/MH4nMeKwBrPktM28xM
|
||||
cX79DFKrHHD5d9D26hvicx4pABt2lpg10zYzU0zr7+e3xXGcrkEB2O2TNec9nJFwB3alZn5jZorfeDZh
|
||||
6Q3g8s06BeCoKF4MRURoH1+BY2oNCbeb0TIclIYxOhzf8frTOuo7FxCbbVIAzpni0iceEc8vhzEwGkJD
|
||||
lx83ymxifejdKjRNk/8PWnyIyTQqAJek0jqHwfEVscu31baIu8+90sTE4nY025dQ2/5FIPpnXlzKuK8A
|
||||
HBUzHot52djqQ6HZhfR7IwK4mKpHtvEDMqvfCiQ6zaAAXM8x94aIWTNrLLG4kVUzgaTSPlzLtyJOZxbb
|
||||
1wtfyg4Q+AfA3aZlButjSfxGcUJBk4g5tuP3haQKRKXcUQDOmbvNTpPOJeFFjordZmbWTNvMTHFUcpUC
|
||||
nOccAdABIDXXE1nzAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="pdfViewerPrinterSettings2.PrintLocation" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh
|
||||
d2luZy5Qb2ludEYCAAAAAXgBeQAACwsCAAAAAAAAAAAAAAAL
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="backgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>122, 17</value>
|
||||
</metadata>
|
||||
</root>
|
||||
22
API_DocTest/Program.cs
Normal file
22
API_DocTest/Program.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace API_DocTest
|
||||
{
|
||||
internal static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// Der Haupteinstiegspunkt für die Anwendung.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
||||
36
API_DocTest/Properties/AssemblyInfo.cs
Normal file
36
API_DocTest/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
// die einer Assembly zugeordnet sind.
|
||||
[assembly: AssemblyTitle("API_DocTest")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("HP Inc.")]
|
||||
[assembly: AssemblyProduct("API_DocTest")]
|
||||
[assembly: AssemblyCopyright("Copyright © HP Inc. 2026")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
|
||||
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
|
||||
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird
|
||||
[assembly: Guid("17d81546-db57-4710-ab60-9ea873b08458")]
|
||||
|
||||
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
//
|
||||
// Hauptversion
|
||||
// Nebenversion
|
||||
// Buildnummer
|
||||
// Revision
|
||||
//
|
||||
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
// indem Sie "*" wie unten gezeigt eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
71
API_DocTest/Properties/Resources.Designer.cs
generated
Normal file
71
API_DocTest/Properties/Resources.Designer.cs
generated
Normal file
@@ -0,0 +1,71 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion: 4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code neu generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace API_DocTest.Properties
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
/// </summary>
|
||||
// Diese Klasse wurde von der StronglyTypedResourceBuilder-Klasse
|
||||
// über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
// mit der Option /str erneut aus, oder erstellen Sie Ihr VS-Projekt neu.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources
|
||||
{
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if ((resourceMan == null))
|
||||
{
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("API_DocTest.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
/// Ressourcenlookups, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
return resourceCulture;
|
||||
}
|
||||
set
|
||||
{
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
117
API_DocTest/Properties/Resources.resx
Normal file
117
API_DocTest/Properties/Resources.resx
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
65
API_DocTest/Properties/Settings.Designer.cs
generated
Normal file
65
API_DocTest/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,65 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace API_DocTest.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;pas" +
|
||||
"sword=*shu29")]
|
||||
public string ConnectionString {
|
||||
get {
|
||||
return ((string)(this["ConnectionString"]));
|
||||
}
|
||||
set {
|
||||
this["ConnectionString"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44334/API/DokumentGenerator")]
|
||||
public string DogGenURI {
|
||||
get {
|
||||
return ((string)(this["DogGenURI"]));
|
||||
}
|
||||
set {
|
||||
this["DogGenURI"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+" +
|
||||
"DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t" +
|
||||
"7ysgJZWh98=")]
|
||||
public string Token {
|
||||
get {
|
||||
return ((string)(this["Token"]));
|
||||
}
|
||||
set {
|
||||
this["Token"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
API_DocTest/Properties/Settings.settings
Normal file
15
API_DocTest/Properties/Settings.settings
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="API_DocTest.Properties" GeneratedClassName="Settings">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="ConnectionString" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</Value>
|
||||
</Setting>
|
||||
<Setting Name="DogGenURI" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">https://localhost:44334/API/DokumentGenerator</Value>
|
||||
</Setting>
|
||||
<Setting Name="Token" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
BIN
API_DocTest/bin/Debug/APIDocTest.zip
Normal file
BIN
API_DocTest/bin/Debug/APIDocTest.zip
Normal file
Binary file not shown.
BIN
API_DocTest/bin/Debug/API_DocTest.exe
Normal file
BIN
API_DocTest/bin/Debug/API_DocTest.exe
Normal file
Binary file not shown.
25
API_DocTest/bin/Debug/API_DocTest.exe.config
Normal file
25
API_DocTest/bin/Debug/API_DocTest.exe.config
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="API_DocTest.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<userSettings>
|
||||
<API_DocTest.Properties.Settings>
|
||||
<setting name="ConnectionString" serializeAs="String">
|
||||
<value>data source=shu01\shu00;initial catalog=edoka_dms;packet size=4096;user id=sa;password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="DogGenURI" serializeAs="String">
|
||||
<!--<value>https://localhost:2034/API/DokumentGenerator</value>-->
|
||||
<value>https://localhost:44334/API/DokumentGenerator</value>
|
||||
</setting>
|
||||
<setting name="Token" serializeAs="String">
|
||||
<value>pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=</value>
|
||||
</setting>
|
||||
</API_DocTest.Properties.Settings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
API_DocTest/bin/Debug/API_DocTest.pdb
Normal file
BIN
API_DocTest/bin/Debug/API_DocTest.pdb
Normal file
Binary file not shown.
155
API_DocTest/bin/Debug/Config.xml
Normal file
155
API_DocTest/bin/Debug/Config.xml
Normal file
@@ -0,0 +1,155 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<ArrayOfConfigLanguage>
|
||||
<ConfigLanguage name="JSON" StartComment="//" TriggersActivators=" ;.=()">
|
||||
<formats>
|
||||
<format name="Text" Font="Courier New, 10pt" FontColor="Black" />
|
||||
<format name="Whitespace" Font="Courier New, 10pt" FontColor="Black" />
|
||||
<format name="KeyWord" Font="Courier New, 10pt" FontColor="Black" />
|
||||
<format name="ImageProcessor" Font="Courier New, 10pt" FontColor="Blue" UseCustomControl="true" />
|
||||
<format name="String" Font="Courier New, 10pt, style=Bold" FontColor="Red" BorderColor="Black" />
|
||||
<format name="Number" Font="Courier New, 10pt, style=Bold" FontColor="Navy" />
|
||||
<format name="Error" Font="Courier New, 10pt" FontColor="Black" underline="Wave" LineColor="Red" />
|
||||
<format name="Operator" Font="Courier New, 10pt" FontColor="DarkCyan" />
|
||||
<format name="Comment" Font="Courier New, 10pt, style=Bold" FontColor="Green" />
|
||||
<format name="PreprocessorKeyword" Font="Courier New, 10pt" FontColor="Gray" />
|
||||
<format name="SelectedText" Font="Courier New, 10pt" BackColor="Highlight" FontColor="HighlightText" />
|
||||
<format name="CommentXML" Font="Courier New, 10pt, style=Bold" FontColor="Gray" />
|
||||
<format name="CollapsedText" Font="Courier New, 10pt" FontColor="Black" BorderColor="Gray"
|
||||
BorderStyle="Solid" />
|
||||
</formats>
|
||||
<extensions>
|
||||
<extension>json</extension>
|
||||
</extensions>
|
||||
<lexems>
|
||||
<lexem BeginBlock=";" Type="Operator" />
|
||||
<lexem BeginBlock=":" Type="Operator" />
|
||||
<lexem BeginBlock="." Type="Operator" DropContextChoiceList="true" />
|
||||
<lexem BeginBlock="," Type="Operator" />
|
||||
<lexem BeginBlock="*/" Type="Error" Priority="-10" />
|
||||
<lexem BeginBlock="/*" EndBlock="*/" Type="Comment" OnlyLocalSublexems="true" IsComplex="true"
|
||||
IsCollapsable="true" CollapseName="/*...*/" AllowTriggers="false">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="/*" Type="Comment" />
|
||||
<lexem BeginBlock="\n" IsBeginRegex="true" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock=")" Type="Error" Priority="-10" />
|
||||
<lexem BeginBlock="(" EndBlock=")" Type="Operator" IsComplex="true" IsCollapsable="false"
|
||||
CollapseName="(...)">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\n" IsBeginRegex="true" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock=""" EndBlock="(")|(@")" Type="String" IsEndRegex="true"
|
||||
IsComplex="true" OnlyLocalSublexems="true" IndentationGuideline="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\" EndBlock=""" Type="String" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="'" EndBlock="'" Type="String" IsComplex="true" OnlyLocalSublexems="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\" EndBlock=".+" IsEndRegex="true" Priority="2" Type="String" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="@"" EndBlock="(")|(@")" Type="String" IsEndRegex="true"
|
||||
OnlyLocalSublexems="true" IsComplex="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\n" IsBeginRegex="true" />
|
||||
<lexem BeginBlock=""" EndBlock=""" Type="String" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="[" EndBlock="]" Type="Operator" IsComplex="true" IsCollapsable="false"
|
||||
CollapseName="[...]">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\" EndBlock=""" Type="String" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="//" EndBlock="\n" IsEndRegex="true" Type="Comment" IsComplex="true"
|
||||
OnlyLocalSublexems="true" AllowTriggers="false" />
|
||||
<lexem ID="1041" EndBlock="#endregion" Type="PreprocessorKeyword" IsComplex="true" IsCollapsable="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\n" IsBeginRegex="true" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="#endregion" Type="Error" Priority="-10" />
|
||||
<lexem BeginBlock="#endif" Type="Error" Priority="-10" />
|
||||
<lexem BeginBlock="#else" Type="Error" Priority="-10" />
|
||||
<lexem ID="1044" EndBlock="#endif" Type="PreprocessorKeyword" IsComplex="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="#else" Type="PreprocessorKeyword" />
|
||||
<lexem BeginBlock="\n" IsBeginRegex="true" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="#region" EndBlock="\n" Type="PreprocessorKeyword" IsEndRegex="true"
|
||||
OnlyLocalSublexems="true" IsComplex="true" IsCollapsable="true" AutoNameExpression="(#region)\s*(?<text>.*).*(?<!\n)\n"
|
||||
AutoNameTemplate="${text}" IsCollapseAutoNamed="true" CollapseName="Unnamed Region"
|
||||
NextID="1041" IndentationGuideline="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock=".*(?<!\n)" IsBeginRegex="true" Type="Text" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="#if" EndBlock="\n" Type="PreprocessorKeyword" IsEndRegex="true" OnlyLocalSublexems="true"
|
||||
IsComplex="true" IsCollapsable="true" AutoNameExpression="(#if)\s*(?<text>.*).*(?<!\n)\n"
|
||||
AutoNameTemplate="If ${text}" IsCollapseAutoNamed="true" CollapseName="Incorrect if-def"
|
||||
NextID="1044">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock=".*(?<!\n)" IsBeginRegex="true" Type="Text" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="(\s(?<!\n))+" IsBeginRegex="true" Type="Whitespace" />
|
||||
<lexem BeginBlock="///" EndBlock="\n" IsEndRegex="true" Type="Comment" OnlyLocalSublexems="true"
|
||||
IsComplex="true" AllowTriggers="false">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="<" EndBlock=">" Type="Custom" FormatName="CommentXML" IsComplex="true"
|
||||
OnlyLocalSublexems="true" IndentationGuideline="true" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem ID="1124" BeginBlock="[0-9]+" EndBlock=".*" IsPseudoEnd="true" IsEndRegex="true"
|
||||
IsBeginRegex="true" Type="Number" IsComplex="true" OnlyLocalSublexems="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="x" EndBlock="[0-9a-fA-F]+" IsEndRegex="true" Type="Number" Priority="5" />
|
||||
<lexem BeginBlock="." EndBlock="[0-9]+" IsEndRegex="true" Type="Number" Priority="5" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
<lexem BeginBlock="}" Type="Error" Priority="-10" />
|
||||
<lexem ID="256" BeginBlock="{" EndBlock="}" Type="KeyWord" IsComplex="true" IsCollapsable="true"
|
||||
Indent="true" CollapseName="{...}" IndentationGuideline="true" AutoFormatStartNewLine="true">
|
||||
<SubLexems>
|
||||
<lexem BeginBlock="\n" IsBeginRegex="true" />
|
||||
</SubLexems>
|
||||
</lexem>
|
||||
</lexems>
|
||||
<splits>
|
||||
<split>@"</split>
|
||||
<split><img</split>
|
||||
<split>/></split>
|
||||
<split>+=</split>
|
||||
<split>/=</split>
|
||||
<split>=/</split>
|
||||
<split>*=</split>
|
||||
<split>=*</split>
|
||||
<split>==</split>
|
||||
<split>!=</split>
|
||||
<split>=+</split>
|
||||
<split>-=</split>
|
||||
<split>++</split>
|
||||
<split>-=</split>
|
||||
<split>=-</split>
|
||||
<split>--</split>
|
||||
<split>/*</split>
|
||||
<split>*/</split>
|
||||
<split>//</split>
|
||||
<split>#if</split>
|
||||
<split>#endif</split>
|
||||
<split>#else</split>
|
||||
<split>#region</split>
|
||||
<split>#endregion</split>
|
||||
<split>///</split>
|
||||
</splits>
|
||||
<AutoReplaceTriggers>
|
||||
<AutoReplaceTrigger From="teh" To="the" />
|
||||
<AutoReplaceTrigger From="itn" To="int" />
|
||||
</AutoReplaceTriggers>
|
||||
|
||||
</ConfigLanguage>
|
||||
</ArrayOfConfigLanguage>
|
||||
BIN
API_DocTest/bin/Debug/Newtonsoft.Json.dll
Normal file
BIN
API_DocTest/bin/Debug/Newtonsoft.Json.dll
Normal file
Binary file not shown.
11698
API_DocTest/bin/Debug/Newtonsoft.Json.xml
Normal file
11698
API_DocTest/bin/Debug/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Pdfium/x86/pdfium.dll
Normal file
BIN
API_DocTest/bin/Debug/Pdfium/x86/pdfium.dll
Normal file
Binary file not shown.
BIN
API_DocTest/bin/Debug/Syncfusion.Compression.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Compression.Base.dll
Normal file
Binary file not shown.
21232
API_DocTest/bin/Debug/Syncfusion.Compression.Base.xml
Normal file
21232
API_DocTest/bin/Debug/Syncfusion.Compression.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.Edit.Windows.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Edit.Windows.dll
Normal file
Binary file not shown.
47103
API_DocTest/bin/Debug/Syncfusion.Edit.Windows.xml
Normal file
47103
API_DocTest/bin/Debug/Syncfusion.Edit.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.Grid.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Grid.Base.dll
Normal file
Binary file not shown.
70
API_DocTest/bin/Debug/Syncfusion.Grid.Base.xml
Normal file
70
API_DocTest/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>
|
||||
BIN
API_DocTest/bin/Debug/Syncfusion.Grid.Windows.XmlSerializers.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Grid.Windows.XmlSerializers.dll
Normal file
Binary file not shown.
BIN
API_DocTest/bin/Debug/Syncfusion.Grid.Windows.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Grid.Windows.dll
Normal file
Binary file not shown.
86600
API_DocTest/bin/Debug/Syncfusion.Grid.Windows.xml
Normal file
86600
API_DocTest/bin/Debug/Syncfusion.Grid.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.Licensing.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Licensing.dll
Normal file
Binary file not shown.
BIN
API_DocTest/bin/Debug/Syncfusion.Pdf.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Pdf.Base.dll
Normal file
Binary file not shown.
249139
API_DocTest/bin/Debug/Syncfusion.Pdf.Base.xml
Normal file
249139
API_DocTest/bin/Debug/Syncfusion.Pdf.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.PdfToImageConverter.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.PdfToImageConverter.Base.dll
Normal file
Binary file not shown.
514
API_DocTest/bin/Debug/Syncfusion.PdfToImageConverter.Base.xml
Normal file
514
API_DocTest/bin/Debug/Syncfusion.PdfToImageConverter.Base.xml
Normal file
@@ -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
API_DocTest/bin/Debug/Syncfusion.PdfViewer.Windows.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.PdfViewer.Windows.dll
Normal file
Binary file not shown.
20967
API_DocTest/bin/Debug/Syncfusion.PdfViewer.Windows.xml
Normal file
20967
API_DocTest/bin/Debug/Syncfusion.PdfViewer.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.Shared.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Shared.Base.dll
Normal file
Binary file not shown.
94767
API_DocTest/bin/Debug/Syncfusion.Shared.Base.xml
Normal file
94767
API_DocTest/bin/Debug/Syncfusion.Shared.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.Shared.Windows.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Shared.Windows.dll
Normal file
Binary file not shown.
1380
API_DocTest/bin/Debug/Syncfusion.Shared.Windows.xml
Normal file
1380
API_DocTest/bin/Debug/Syncfusion.Shared.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
API_DocTest/bin/Debug/Syncfusion.SpellChecker.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.SpellChecker.Base.dll
Normal file
Binary file not shown.
258
API_DocTest/bin/Debug/Syncfusion.SpellChecker.Base.xml
Normal file
258
API_DocTest/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
API_DocTest/bin/Debug/Syncfusion.Tools.Base.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Tools.Base.dll
Normal file
Binary file not shown.
67
API_DocTest/bin/Debug/Syncfusion.Tools.Base.xml
Normal file
67
API_DocTest/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
API_DocTest/bin/Debug/Syncfusion.Tools.Windows.dll
Normal file
BIN
API_DocTest/bin/Debug/Syncfusion.Tools.Windows.dll
Normal file
Binary file not shown.
214891
API_DocTest/bin/Debug/Syncfusion.Tools.Windows.xml
Normal file
214891
API_DocTest/bin/Debug/Syncfusion.Tools.Windows.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
||||
0
API_DocTest/obj/Debug/API_DocT.E6DB62E4.Up2Date
Normal file
0
API_DocTest/obj/Debug/API_DocT.E6DB62E4.Up2Date
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.Form1.resources
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.Form1.resources
Normal file
Binary file not shown.
BIN
API_DocTest/obj/Debug/API_DocTest.Properties.Resources.resources
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.Properties.Resources.resources
Normal file
Binary file not shown.
BIN
API_DocTest/obj/Debug/API_DocTest.csproj.AssemblyReference.cache
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
231eb6dfb1d673903f7a0f7b1e3012b6598e60cacbbf46e87068a618e2f37da1
|
||||
@@ -0,0 +1,39 @@
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\API_DocTest.exe.config
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\API_DocTest.exe
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\API_DocTest.pdb
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Newtonsoft.Json.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Edit.Windows.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Licensing.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Pdf.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.PdfToImageConverter.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.PdfViewer.Windows.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Shared.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Tools.Windows.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Compression.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Grid.Windows.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.SpellChecker.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Shared.Windows.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Grid.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Tools.Base.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Newtonsoft.Json.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Edit.Windows.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Pdf.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.PdfToImageConverter.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.PdfViewer.Windows.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Shared.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Tools.Windows.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Compression.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Grid.Windows.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.SpellChecker.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Shared.Windows.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Grid.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Tools.Base.xml
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\bin\Debug\Syncfusion.Grid.Windows.XmlSerializers.dll
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.AssemblyReference.cache
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Form1.resources
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.Properties.Resources.resources
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.GenerateResource.cache
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.csproj.CoreCompileInputs.cache
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocT.E6DB62E4.Up2Date
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.exe
|
||||
E:\Software-Projekte\OnDoc\OnDoc\API_DocTest\obj\Debug\API_DocTest.pdb
|
||||
BIN
API_DocTest/obj/Debug/API_DocTest.csproj.GenerateResource.cache
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.csproj.GenerateResource.cache
Normal file
Binary file not shown.
BIN
API_DocTest/obj/Debug/API_DocTest.exe
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.exe
Normal file
Binary file not shown.
BIN
API_DocTest/obj/Debug/API_DocTest.pdb
Normal file
BIN
API_DocTest/obj/Debug/API_DocTest.pdb
Normal file
Binary file not shown.
BIN
API_DocTest/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
BIN
API_DocTest/obj/Debug/DesignTimeResolveAssemblyReferences.cache
Normal file
Binary file not shown.
Binary file not shown.
5
API_DocTest/packages.config
Normal file
5
API_DocTest/packages.config
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="AvalonEdit" version="6.3.1.120" targetFramework="net48" />
|
||||
<package id="Newtonsoft.Json" version="13.0.4" targetFramework="net48" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user