| PdfViewerAllowSetDocument Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether the control can accept PDF document through Document property.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax [ObsoleteAttribute("This property is ignored now", false)]
public bool AllowSetDocument { get; set; }
<ObsoleteAttribute("This property is ignored now", false)>
Public Property AllowSetDocument As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property is ignored now", false)]
property bool AllowSetDocument {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property is ignored now", false)>]
member AllowSetDocument : bool with get, set
/** @property */
/** @attribute ObsoleteAttribute("This property is ignored now", false) */
public boolean get_AllowSetDocument()
/** @property */
/** @attribute ObsoleteAttribute("This property is ignored now", false) */
public void set_AllowSetDocument(boolean value)
function get_AllowSetDocument();
function set_AllowSetDocument(value);
Property Value
BooleanSee Also