Skip to content

Commit 75ae242

Browse files
GiriSF4292GiriSF4292
authored andcommitted
983076: committed the so far changes
1 parent 6aabfc3 commit 75ae242

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Document-Processing/Word/Word-Processor/blazor/paragraph-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation: ug
1313

1414
## Indentation
1515

16-
You can modify the left or right indentation of selected paragraphs using the following sample code.
16+
Indentation is used to adjust the distance between the paragraph and the page margins. You can modify the left or right indentation of selected paragraphs using the following sample code.
1717

1818
```csharp
1919
await documentEditor.Selection.ParagraphFormat.SetLeftIndentAsync(24);

Document-Processing/Word/Word-Processor/blazor/print.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Print in Blazor DocumentEditor Component | Syncfusion
4-
description: Checkout and learn here all about the Print functionality in Syncfusion Blazor DocumentEditor component and more.
3+
title: Printing a Document in Blazor DocumentEditor | Syncfusion
4+
description: Learn how to print a document and improve print quality in the Syncfusion Blazor DocumentEditor component.
55
platform: document-processing
66
control: DocumentEditor
77
documentation: ug
88
---
99

10-
# Print in Blazor DocumentEditor Component
10+
# Printing a Document in Blazor DocumentEditor
1111

1212
To print the document, use the [`PrintAsync`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.SfDocumentEditor.html#Syncfusion_Blazor_DocumentEditor_SfDocumentEditor_PrintAsync) method from document editor instance.
1313

@@ -28,7 +28,7 @@ Refer to the following example for print.
2828
}
2929
```
3030

31-
## Improve print quality
31+
## Improving print quality
3232

3333
Document editor provides an option to improve the print quality using [`PrintDevicePixelRatio`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.DocumentEditorSettingsModel.html#Syncfusion_Blazor_DocumentEditor_DocumentEditorSettingsModel_PrintDevicePixelRatio) in Document editor settings. Document editor using canvas approach to render content. Then, canvas are converted to image and it process for print. Using PrintDevicePixelRatio API, you can increase the image quality based on your requirement.
3434

0 commit comments

Comments
 (0)