diff --git a/How-to/How-to-View-Formfields-and-Annotations/Data/Input.pdf b/How-to/How-to-View-Formfields-and-Annotations/Data/Input.pdf new file mode 100644 index 0000000..9720045 Binary files /dev/null and b/How-to/How-to-View-Formfields-and-Annotations/Data/Input.pdf differ diff --git a/How-to/How-to-View-Formfields-and-Annotations/Form1.Designer.cs b/How-to/How-to-View-Formfields-and-Annotations/Form1.Designer.cs new file mode 100644 index 0000000..6ac669e --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Form1.Designer.cs @@ -0,0 +1,158 @@ +#region Copyright Syncfusion Inc. 2001 - 2011 +// Copyright Syncfusion Inc. 2001 - 2011. All rights reserved. +// Use of this code is subject to the terms of our license. +// A copy of the current license can be obtained at any time by e-mailing +// licensing@syncfusion.com. Any infringement will be prosecuted under +// applicable laws. +#endregion +using Syncfusion.Windows.Forms; + +namespace GettingStarted +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings messageBoxSettings1 = new Syncfusion.Windows.Forms.PdfViewer.MessageBoxSettings(); + Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings pdfViewerPrinterSettings1 = new Syncfusion.Windows.PdfViewer.PdfViewerPrinterSettings(); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); + Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings textSearchSettings1 = new Syncfusion.Windows.Forms.PdfViewer.TextSearchSettings(); + this.panel1 = new System.Windows.Forms.Panel(); + this.pdfViewerControl1 = new Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl(); + this.lblText = new System.Windows.Forms.Label(); + this.comboBox1 = new System.Windows.Forms.ComboBox(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.tableLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // panel1 + // + this.panel1.AutoSize = true; + this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(776, 0); + this.panel1.TabIndex = 0; + // + // 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); + this.pdfViewerControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + messageBoxSettings1.EnableNotification = true; + this.pdfViewerControl1.MessageBoxSettings = messageBoxSettings1; + this.pdfViewerControl1.MinimumZoomPercentage = 50; + this.pdfViewerControl1.Name = "pdfViewerControl1"; + this.pdfViewerControl1.PageBorderThickness = 1; + pdfViewerPrinterSettings1.Copies = 1; + pdfViewerPrinterSettings1.PageOrientation = Syncfusion.Windows.PdfViewer.PdfViewerPrintOrientation.Auto; + pdfViewerPrinterSettings1.PageSize = Syncfusion.Windows.PdfViewer.PdfViewerPrintSize.ActualSize; + pdfViewerPrinterSettings1.PrintLocation = ((System.Drawing.PointF)(resources.GetObject("pdfViewerPrinterSettings1.PrintLocation"))); + pdfViewerPrinterSettings1.ShowPrintStatusDialog = true; + this.pdfViewerControl1.PrinterSettings = pdfViewerPrinterSettings1; + 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(776, 461); + this.pdfViewerControl1.SpaceBetweenPages = 8; + this.pdfViewerControl1.TabIndex = 3; + this.pdfViewerControl1.Text = "pdfViewerControl1"; + textSearchSettings1.CurrentInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(171)))), ((int)(((byte)(64))))); + textSearchSettings1.HighlightAllInstance = true; + textSearchSettings1.OtherInstanceColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))); + this.pdfViewerControl1.TextSearchSettings = textSearchSettings1; + this.pdfViewerControl1.VerticalScrollOffset = 0; + this.pdfViewerControl1.VisualStyle = Syncfusion.Windows.Forms.PdfViewer.VisualStyle.Default; + this.pdfViewerControl1.ZoomMode = Syncfusion.Windows.Forms.PdfViewer.ZoomMode.Default; + // + // lblText + // + this.lblText.BackColor = System.Drawing.Color.Transparent; + this.lblText.Dock = System.Windows.Forms.DockStyle.Right; + this.lblText.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.lblText.Location = new System.Drawing.Point(3, 0); + this.lblText.Name = "lblText"; + this.lblText.Size = new System.Drawing.Size(331, 206); + this.lblText.TabIndex = 5; + this.lblText.Text = "Select a PDF file from the list :"; + this.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleRight; + // + // comboBox1 + // + this.comboBox1.Anchor = System.Windows.Forms.AnchorStyles.None; + this.comboBox1.Cursor = System.Windows.Forms.Cursors.Default; + this.comboBox1.DropDownHeight = 206; + this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.comboBox1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.comboBox1.FormattingEnabled = true; + this.comboBox1.IntegralHeight = false; + this.comboBox1.Location = new System.Drawing.Point(340, 86); + this.comboBox1.Name = "comboBox1"; + this.comboBox1.Size = new System.Drawing.Size(332, 33); + this.comboBox1.TabIndex = 4; + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; + this.tableLayoutPanel1.ColumnCount = 2; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel1.Controls.Add(this.lblText, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.comboBox1, 1, 0); + this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 1; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(675, 206); + this.tableLayoutPanel1.TabIndex = 6; + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(776, 461); + this.Controls.Add(this.panel1); + this.Controls.Add(this.pdfViewerControl1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.Name = "Form1"; + this.Text = "Getting Started"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; + this.tableLayoutPanel1.ResumeLayout(false); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + private System.Windows.Forms.Panel panel1; + private Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl pdfViewerControl1; + private System.Windows.Forms.Label lblText; + private System.Windows.Forms.ComboBox comboBox1; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; + } +} + diff --git a/How-to/How-to-View-Formfields-and-Annotations/Form1.cs b/How-to/How-to-View-Formfields-and-Annotations/Form1.cs new file mode 100644 index 0000000..b6d1de2 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Form1.cs @@ -0,0 +1,39 @@ +#region Copyright Syncfusion Inc. 2001 - 2011 +// Copyright Syncfusion Inc. 2001 - 2011. All rights reserved. +// Use of this code is subject to the terms of our license. +// A copy of the current license can be obtained at any time by e-mailing +// licensing@syncfusion.com. Any infringement will be prosecuted under +// applicable laws. +#endregion +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Text; +using System.Windows.Forms; +using Syncfusion.Pdf.Parsing; +using Syncfusion.Windows.Forms; + +namespace GettingStarted +{ + public partial class Form1 : MetroForm + { + + public Form1() + { + InitializeComponent(); + //Load the PDF document in PdfLoaded document + PdfLoadedDocument document = new PdfLoadedDocument("../../../Data/Input.pdf"); + + //Flatten the annotation using FlattenAnnotations method. + document.FlattenAnnotations(); + + //Flatten the form fields using FlattenFields method. + document.Form.FlattenFields(); + + //Load the PDF document in PdfViewer control. + pdfViewerControl1.Load(document); + } + } +} \ No newline at end of file diff --git a/How-to/How-to-View-Formfields-and-Annotations/Form1.resx b/How-to/How-to-View-Formfields-and-Annotations/Form1.resx new file mode 100644 index 0000000..4f10c42 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Form1.resx @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0 + dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAABVTeXN0ZW0uRHJh + d2luZy5Qb2ludEYCAAAAAXgBeQAACwsCAAAAAAAAAAAAAAAL + + + + + + AAABAAEAGBgAAAEAGABIBwAAFgAAACgAAAAYAAAAMAAAAAEAGAAAAAAAIAcAABMLAAATCwAAAAAAAAAA + AAA5ObA7O7MvL6UvL6UvL6UvL6UsLJkqKpUrK5csLJkrK5gjI34kJH4kJIEmJoQmJocnJ4ooKI0pKZAq + KpIqKpQrK5YrK5gsLJk5ObBCQrw7O7MvL6UvL6UsLJspKZAqKpIqKpUrK5clJYNMTJKRkb3Jyd/Jyd+7 + u9iFhbtBQZcnJ4spKY4pKZAqKpIqKpUrK5Y5ObBCQrxCQrw7O7MsLJwnJ4soKI0pKZAqKpJCQpjIyN3/ + //+6ur9ZWWU9PUxmZnLj4+X///+Tk8MmJokoKIwpKY4pKZEqKpQ5ObBCQrxCQrw/P7QwMJInJ4gnJ4so + KI1QUKDy8vf////IyMwiIjMiIjMiIjMiIjM9PUzx8fL////JyeEmJocoKIopKZAuLqI5ObBCQrxBQblo + aLJaWqgvL5AnJ4g0NI/k5O7///////9mZnIiIjMfHy0aGiQgIDAiIjPIyMz///////+goMkoKI0uLqIv + L6Q5ObBCQryrq93z8/nz8/mAgLwvL5BBQJXy8vj///////9ZWWUiIjMcHCkZGSMfHy4iIjOsrLL///// + ///Ly+YuLqIuLqMvL6M5ObBCQryVldnz8/pZWafz8/mAgLwvL5B4eLX///////+srLIiIjMiIjMgIC8i + IjMiIjPj4+X////z8/k6OqYuLqEuLqIuLqM5ObBCQrxCQry5uebz8/mmptDz8/lNTaEvL5Bqaq3y8vj/ + //90dH8iIjMiIjMvLz+srLL////Ly+Y6OqMtLZ8tLaAuLqEuLqI5ObBCQrxCQrxCQryJidPz8/n////N + zeQzM5MvL480NI+Ghr3KyuPj4+XIyMzl5e29vd57e79UVK05OaEtLZ0tLZ4tLaAuLqE5ObBCQrxCQrxC + QrxCQrxNTb22tt/////m5vKzs9d9fblBQZYnJ4ooKIwpKY96erq9vd7////z8/nz8/ksLJstLZ0tLZ4t + LaA5ObBCQrxCQrxCQrxCQrxCQrxCQrzn5/X///+zs9fm5vL////y8vjKyuLl5fH////////KyuSVlcv/ + //9hYbMsLJstLZ0uLqI5ObBCQrxCQrxCQrxCQrxCQrxCQrx9fdH///+AgLwzM5NNTaHMzOP////l5fHK + yuPKyuPKyuTKyuSVlcsrK5gsLJouLqEvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrzQ0Ozm5vIzM5OA + gLz///+/v9w0NI4nJ4koKIwoKI4pKZEqKpMrK5YuLqIvL6UvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxC + Qrxxcc3///+mptD////Z2etAQJovL44mJoYnJ4koKIwoKI4pKZEuLqEvL6UvL6UvL6U5ObBCQrxCQrxC + QrxCQrxCQrxCQrxCQrxCQrzPz+z///////9ZWaczM5MzM5MuLo0mJoYnJ4kpKZAvL6QvL6UvL6UvL6Uv + L6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrx9fdH///+zs9czM5MzM5MzM5MzM5MuLo0oKIsuLqMv + L6UvL6UvL6UvL6UvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQryJidX///+ZmckzM5MzM5MzM5Mz + M5M5OaM6OrEvL6UvL6UvL6UvL6UvL6UvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQry5ueb///+m + ptAzM5MzM5MzM5M5OaNCQrxCQrw7O7MvL6UvL6UvL6UvL6UvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxC + QrxCQrzQ0O7z8/nNzeQzM5MzM5M7O6hCQrxCQrxCQrxCQrw7O7MvL6UvL6UvL6UvL6U5ObBCQrxCQrxC + QrxCQrxCQrxCQrxCQrxCQrzc3PKZmcnNzeQzM5M9Pa1CQrxCQrxCQrxCQrxCQrxCQrw7O7MvL6UvL6Uv + L6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrzb2/HZ2ev///89Pa9CQrxCQrxCQrxCQrxCQrxCQrxC + QrxCQrw7O7MvL6UvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQryUlNfz8/mPj8pCQrxCQrxCQrxC + QrxCQrxCQrxCQrxCQrxCQrxCQrw7O7MvL6U5ObBCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxC + QrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrxCQrw7O7M2Nq49PbY9PbY9PbY9PbY9PbY9PbY9 + PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbY9PbYAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= + + + \ No newline at end of file diff --git a/How-to/How-to-View-Formfields-and-Annotations/PdfViewerDemo.csproj b/How-to/How-to-View-Formfields-and-Annotations/PdfViewerDemo.csproj new file mode 100644 index 0000000..db6563d --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/PdfViewerDemo.csproj @@ -0,0 +1,32 @@ + + + GettingStarted_2005 + GettingStarted + NETCORE + + + + + + + + $(SyncfusionInstallLocation)\precompiledassemblies\$(TargetFramework)\Syncfusion.Compression.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\$(TargetFramework)\Syncfusion.Pdf.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\$(TargetFramework)\Syncfusion.Tools.Windows.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\$(TargetFramework)\Syncfusion.Shared.Base.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\$(TargetFramework)\Syncfusion.PdfViewer.Windows.dll + + + $(SyncfusionInstallLocation)\precompiledassemblies\$(TargetFramework)\Syncfusion.Licensing.dll + + + + \ No newline at end of file diff --git a/How-to/How-to-View-Formfields-and-Annotations/PdfViewerDemo.sln b/How-to/How-to-View-Formfields-and-Annotations/PdfViewerDemo.sln new file mode 100644 index 0000000..dd7a759 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/PdfViewerDemo.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.12.35309.182 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PdfViewerDemo", "PdfViewerDemo.csproj", "{A5A1E584-CEA6-4894-BE64-990F4C3CFE07}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5A1E584-CEA6-4894-BE64-990F4C3CFE07}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/How-to/How-to-View-Formfields-and-Annotations/Program.cs b/How-to/How-to-View-Formfields-and-Annotations/Program.cs new file mode 100644 index 0000000..45f0f27 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Program.cs @@ -0,0 +1,32 @@ +#region Copyright Syncfusion Inc. 2001 - 2011 +// Copyright Syncfusion Inc. 2001 - 2011. All rights reserved. +// Use of this code is subject to the terms of our license. +// A copy of the current license can be obtained at any time by e-mailing +// licensing@syncfusion.com. Any infringement will be prosecuted under +// applicable laws. +#endregion +using System; +using System.Collections.Generic; +using System.Windows.Forms; +using Syncfusion.Licensing; +using System.Reflection; +using System.IO; +using System.Text; + +namespace GettingStarted +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + + } +} \ No newline at end of file diff --git a/How-to/How-to-View-Formfields-and-Annotations/Properties/AssemblyInfo.cs b/How-to/How-to-View-Formfields-and-Annotations/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..5e358bc --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Properties/AssemblyInfo.cs @@ -0,0 +1,40 @@ +#region Copyright Syncfusion Inc. 2001 - 2011 +// Copyright Syncfusion Inc. 2001 - 2011. All rights reserved. +// Use of this code is subject to the terms of our license. +// A copy of the current license can be obtained at any time by e-mailing +// licensing@syncfusion.com. Any infringement will be prosecuted under +// applicable laws. +#endregion +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("GettingStarted")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("GettingStarted")] +[assembly: AssemblyCopyright("Copyright © Microsoft 2011")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("bea4d065-98dc-436b-9618-2d1da2aea6ce")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/How-to/How-to-View-Formfields-and-Annotations/Properties/Resources.Designer.cs b/How-to/How-to-View-Formfields-and-Annotations/Properties/Resources.Designer.cs new file mode 100644 index 0000000..a2c0e8e --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Properties/Resources.Designer.cs @@ -0,0 +1,70 @@ +#region Copyright Syncfusion Inc. 2001 - 2011 +// Copyright Syncfusion Inc. 2001 - 2011. All rights reserved. +// Use of this code is subject to the terms of our license. +// A copy of the current license can be obtained at any time by e-mailing +// licensing@syncfusion.com. Any infringement will be prosecuted under +// applicable laws. +#endregion +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.235 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GettingStarted.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [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() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("GettingStarted.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/How-to/How-to-View-Formfields-and-Annotations/Properties/Resources.resx b/How-to/How-to-View-Formfields-and-Annotations/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/How-to/How-to-View-Formfields-and-Annotations/Properties/Settings.Designer.cs b/How-to/How-to-View-Formfields-and-Annotations/Properties/Settings.Designer.cs new file mode 100644 index 0000000..128d30b --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Properties/Settings.Designer.cs @@ -0,0 +1,33 @@ +#region Copyright Syncfusion Inc. 2001 - 2011 +// Copyright Syncfusion Inc. 2001 - 2011. All rights reserved. +// Use of this code is subject to the terms of our license. +// A copy of the current license can be obtained at any time by e-mailing +// licensing@syncfusion.com. Any infringement will be prosecuted under +// applicable laws. +#endregion +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.235 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace GettingStarted.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.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; + } + } + } +} diff --git a/How-to/How-to-View-Formfields-and-Annotations/Properties/Settings.settings b/How-to/How-to-View-Formfields-and-Annotations/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/How-to/How-to-View-Formfields-and-Annotations/app.manifest b/How-to/How-to-View-Formfields-and-Annotations/app.manifest new file mode 100644 index 0000000..648dc43 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/app.manifest @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + diff --git a/How-to/How-to-View-Formfields-and-Annotations/targets/MultiTargeting.targets b/How-to/How-to-View-Formfields-and-Annotations/targets/MultiTargeting.targets new file mode 100644 index 0000000..90736b0 --- /dev/null +++ b/How-to/How-to-View-Formfields-and-Annotations/targets/MultiTargeting.targets @@ -0,0 +1,9 @@ + + + WinExe + true + net462;net8.0-windows;net9.0-windows; + False + app.manifest + + \ No newline at end of file