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);
Object.defineProperty('AnnotationContainer');
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.