LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AnnotationContainer Property
See Also 
Leadtools.Forms.DocumentWriters Namespace > DocumentPage Structure : AnnotationContainer Property



The AnnotationContainer Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

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

Syntax

Visual Basic (Declaration) 
Public Property AnnotationContainer As Object
Visual Basic (Usage)Copy Code
Dim instance As DocumentPage
Dim value As Object
 
instance.AnnotationContainer = value
 
value = instance.AnnotationContainer
C# 
public object AnnotationContainer {get; set;}
C++/CLI 
public:
property Object^ AnnotationContainer {
   Object^ get();
   void set (    Object^ value);
}

Property Value

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

Example

For an example, refer to DocumentWriter.

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 Leadtools.Annotations.AnnContainer is used only when the document being created is PDF.also saving annotated document is not supported when PdfDocumentOptions.DocumentType is PdfDocumentType.PdfA.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features