Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > DocumentSvgPage Class : AnnotationContainer Property |
public object AnnotationContainer {get; set;}
'Declaration
Public Property AnnotationContainer As Object
'Usage
Dim instance As DocumentSvgPage Dim value As Object instance.AnnotationContainer = value value = instance.AnnotationContainer
public object AnnotationContainer {get; set;}
public Object getAnnotationContainer() public void setAnnotationContainer(Object annContainer)
<br/>get_AnnotationContainer();<br/>set_AnnotationContainer(value);<br/>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 AnnContainer is used only when the document being created is PDF.also saving annotated document is not supported when DocumentType is PdfDocumentType.PdfA.