←Select platform

AnnotationContainer Property

Summary

LEADTOOLS Annotation container that contains the objects to use when annotating a page in PDF documents.

Syntax
C#
VB
C++
public object AnnotationContainer { get; set; } 
public: 
property Object^ AnnotationContainer { 
   Object^ get(); 
   void set (    Object^ ); 
} 
Public Property AnnotationContainer() As Object 
   Get 
   Set 

Property Value

An optional Object that must point to a valid instance of AnnContainer class containing the objects to use when annotating a page in PDF documents. Default value is null (Nothing in VB).

Remarks

The AnnotationContainer property is optional and is used only when the document being created is PDF. To create a PDF document with annotations, perform the following steps:

For more information, refer to PdfDocumentOptions.

Note that AnnContainer is used only when the document being created is PDF.also saving annotated document is not supported when DocumentType is PdfDocumentType.PdfA.

Example

For an example, refer to DocumentWriterEmfPage.

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