PdfDocumentLoadingPolicy Enum
Lists values that determine how PDF documents are loaded and processed for additional features such as text search, bookmarks, attachments etc.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Members
Name | Description |
---|---|
Native
|
The document is loaded on demand. Additional features are not available. |
Native
|
The document is fully loaded in memory. Additional features are not available. |
On
|
The document is loaded on demand and processed for additional features as they are requested. |
In
|
The document is fully loaded in memory and immediately preprocessed for all additional features. |
In
|
The document is fully loaded in memory and processed for additional features as they are requested. |
#Related API Members
The following properties accept/return PdfDocumentLoadingPolicy values:
#Remarks
Values listed by this enumeration are used to set the value of the PdfViewerControl.PdfDocumentLoadingPolicy property.