 | PdfViewerPageAutoDispose Property |
Gets or sets a value indicating whether the PdfViewer will dispose any pages placed outside of its visible boundaries.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.111.2704
Syntaxpublic bool PageAutoDispose { get; set; }Public Property PageAutoDispose As Boolean
Get
Set
public:
property bool PageAutoDispose {
bool get ();
void set (bool value);
}member PageAutoDispose : bool with get, set
/** @property */
public boolean get_PageAutoDispose()
/** @property */
public void set_PageAutoDispose(boolean value)
function get_PageAutoDispose();
function set_PageAutoDispose(value);
Property Value
Boolean
See Also