←Select platform

DocumentType Property

Summary

Document type.

Syntax

C#
VB
Java
C++
public string DocumentType { get; } 
Public ReadOnly Property DocumentType() As String 
   Get 
public:  
   property String^ DocumentType 
   { 
      String^ get() 
   } 
public String getDocumentType() 

Property Value

The document type.

Remarks

This value is set by the framework when the document is loaded using DocumentFactory. If this document was created, then it is the same value passed to DocumentFactory.Create.

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.Documents Assembly