←Select platform

IsPDF Property

Summary

Gets or sets a value that indicates if this MedicalViewerLoaderBase represents a PDF file.

Syntax

C#
VB
C++
public bool IsPDF { get; set; } 
Public Property IsPDF() As Boolean 
   Get 
   Set 
public:  
   property bool IsPDF 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this object represents a PDF file, otherwise false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly