←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.