←Select platform

AnnotationContainer Property

Summary

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

Syntax

C#
VB
Java
C++
public object AnnotationContainer { get; set; } 
Public Property AnnotationContainer As Object 
public Object getAnnotationContainer() 
public void setAnnotationContainer(Object annContainer) 
             
public: 
property Object^ AnnotationContainer { 
   Object^ get(); 
   void set (    Object^ ); 
} 

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 DocumentWriter.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly