PDFViewCtrlHasDocument Property |
Gets whether or not the PDFViewCtrl has a document.
Useful as a first stop when marshaling the UI thread to interact with the PDFViewCtrl
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool HasDocument { get; }
Public ReadOnly Property HasDocument As Boolean
Get
public:
virtual property bool HasDocument {
bool get () sealed;
}
function get_HasDocument();
Property Value
Type:
BooleanSee Also