Skip to content

Commit 823c3f7

Browse files
Merge pull request #524 from telerik/yoan/docs-feedback
Docs feedback
2 parents 003ad61 + a2183a9 commit 823c3f7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

libraries/radpdfprocessing/model/form.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ You can modify a __Form__ element using the properties the class exposes. The pr
104104
editor.DrawPath(pathGeometry);
105105
{{endregion}}
106106

107+
![PdfProcessing Modify Form Properties](images/pdf-processing-modify-form-properties.png)
108+
107109
## See Also
108110

109111
* [Form Source]({%slug radpdfprocessing-model-formsource-overview%})
Loading

libraries/radziplibrary/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The code snippet from __Example 1__ demonstrates how to open existing Zip archiv
5454

5555
using (Stream stream = File.Open("test.zip", FileMode.Open))
5656
{
57-
using (ZipArchive = ZipArchive.Create(stream))
57+
using (ZipArchive archive = ZipArchive.Create(stream))
5858
{
5959
// Display the list of the files in the selected zip file using the ZipArchive.Entries property.
6060
}

0 commit comments

Comments
 (0)