Skip to content

Commit 62f05a5

Browse files
Resolved the addressed feedback
1 parent 4b5088a commit 62f05a5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Document-Processing/PDF/PDF-Viewer/asp-net-core/print.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `printScaleFactor` property controls the quality of printed output. Higher s
113113
style="height:600px"
114114
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
115115
enablePrint="true"
116-
printScaleFactor="0.5">
116+
printScaleFactor=0.5>
117117
</ejs-pdfviewer>
118118
</div>
119119

@@ -126,7 +126,7 @@ The `printScaleFactor` property controls the quality of printed output. Higher s
126126
serviceUrl="/api/PdfViewer"
127127
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
128128
enablePrint="true"
129-
printScaleFactor="0.5">
129+
printScaleFactor=0.5>
130130
</ejs-pdfviewer>
131131
</div>
132132

@@ -154,7 +154,7 @@ The `enablePrintRotation` property controls whether landscape pages are automati
154154
style="height:600px"
155155
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
156156
enablePrintRotation="true"
157-
printScaleFactor="0.5">
157+
printScaleFactor=0.5>
158158
</ejs-pdfviewer>
159159
</div>
160160

@@ -167,7 +167,7 @@ The `enablePrintRotation` property controls whether landscape pages are automati
167167
serviceUrl="/api/PdfViewer"
168168
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
169169
enablePrintRotation="true"
170-
printScaleFactor="0.5">
170+
printScaleFactor=0.5>
171171
</ejs-pdfviewer>
172172
</div>
173173

@@ -192,7 +192,7 @@ The `printMode` property controls how the print dialog is displayed when printin
192192
style="height:600px"
193193
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
194194
printMode="NewWindow"
195-
printScaleFactor="0.5">
195+
printScaleFactor=0.5>
196196
</ejs-pdfviewer>
197197
</div>
198198

@@ -205,7 +205,7 @@ The `printMode` property controls how the print dialog is displayed when printin
205205
serviceUrl="/api/PdfViewer"
206206
documentPath="https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf"
207207
printMode="NewWindow"
208-
printScaleFactor="0.5">
208+
printScaleFactor=0.5>
209209
</ejs-pdfviewer>
210210
</div>
211211

Document-Processing/PDF/PDF-Viewer/asp-net-core/toolbar-customization/primary-toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ The Prefix property sets the CSS class or icon added as a prefix to the existing
311311

312312
### ID property
313313

314-
The ID property of a CustomToolbarItemModel uniquely identifies a toolbar item and is required for customization.
314+
The id property of a CustomToolbarItemModel uniquely identifies a toolbar item and is required for customization.
315315

316-
Assign a specific and descriptive `ID` to each custom toolbar item.
316+
Assign a specific and descriptive `id` to each custom toolbar item.
317317

318318
These properties are commonly used when defining custom toolbar items with `CustomToolbarItemModel`. When configuring the toolbar using the `ToolbarSettings` property, include these properties to customize the appearance and behavior of each toolbar item.
319319

0 commit comments

Comments
 (0)