←Select platform

DropObjects Property

Summary

Controls which object types to drop from the final document.

Syntax
C#
VB
C++
public DocumentDropObjects DropObjects { get; set; } 
Public Property DropObjects() As DocumentDropObjects 
   Get 
   Set 
public:  
   property DocumentDropObjects^ DropObjects 
   { 
      DocumentDropObjects^ get() 
      void set(DocumentDropObjects^ value) 
   } 

Property Value

Controls which object types to drop from the final document. The default value is DocumentDropObjects.None.

Remarks

Refer to DocumentDropObjects for more information.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly