Leadtools.Forms.DocumentWriters Namespace > DocumentPage Structure : AnnotationContainer Property |
public object AnnotationContainer {get; set;}
'Declaration Public Property AnnotationContainer As Object
'Usage Dim instance As DocumentPage Dim value As Object instance.AnnotationContainer = value value = instance.AnnotationContainer
public object AnnotationContainer {get; set;}
get_AnnotationContainer();
set_AnnotationContainer(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2