Skip to content

Commit d451cf7

Browse files
authored
Update README.md
1 parent 2a95d49 commit d451cf7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ and a `CapturePreviewAsBase64(format)` method to Captures a screenshot of the
111111

112112
### NetWebView2Lib (ProgId: NetWebView2.Manager)
113113

114-
#### Properties
114+
#### === Properties ===
115115

116116
##### AreDevToolsEnabled
117117
Determines whether the user is able to use the context menu or keyboard shortcuts to open the DevTools window.
@@ -193,7 +193,7 @@ Returns a pipe-separated string of all active download URIs.
193193
Determines whether user can zoom the page (Ctrl+MouseWheel, shortcuts).
194194
`object.IsZoomControlEnabled[ = Value]`
195195

196-
#### Method
196+
#### === Methods ===
197197

198198
##### Initialize
199199
Initializes the WebView2 control within a parent window.
@@ -485,7 +485,7 @@ Cancels active downloads. If `uri` is empty or omitted, cancels all active downl
485485
Captures the current page as a PDF and returns the content as a Base64-encoded string.
486486
`object.PrintToPdfStream()`
487487

488-
#### Events
488+
#### === Events ===
489489

490490
##### OnMessageReceived
491491
Fired when a message or notification is sent from the library to AutoIt.
@@ -544,7 +544,7 @@ Fired when a download state changes (e.g., Progress, Completed, Failed).
544544

545545
### JsonParser (ProgId: NetJson.Parser)
546546

547-
#### Methods
547+
#### === Methods ===
548548

549549
##### Parse
550550
Parses a JSON string. Automatically detects if it's an Object or an Array.

0 commit comments

Comments
 (0)