←Select platform

IsEmbedded Property

Summary

Indicates whether this attachment file is embedded inside the original document.

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

Property Value

true if this attachment file is embedded inside the original document; otherwise, false. The default value is false.

Remarks

IsEmbedded is set to true when embedded attachments are read from a document and the value of DocumentId is null.

Application programs adding external attachments should set the value of IsEmbedded to false and set DocumentId to the ID of the document representing the attachment.

For more information, refer to Document Attachments.

Example

For an example, refer to DocumentAttachment and DocumentAttachment.DocumentId.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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