BeforeEncodingDetectionEventArgs Properties
Provides data for theBeforeEncoding
event.
Name | Description |
---|---|
Encoding | Gets or sets the document encoding. |
Handled | Gets or sets whether the event is handled. |
Stream | Obtains a stream with document data. |
See Also