←Select platform

AutoDisposeDocuments Property

Summary

Indicates whether to automatically dispose any child documents.

Syntax

C#
VB
Java
C++
public bool AutoDisposeDocuments { get; set; } 
Public Property AutoDisposeDocuments() As Boolean 
   Get 
   Set 
public:  
   property bool AutoDisposeDocuments 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getAutoDisposeDocuments() 
public void setAutoDisposeDocuments(boolean value) 

Property Value

Refer to AutoDisposeDocuments.

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