VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Office Namespace / OfficeAnnotationData Class / OfficeAnnotationData Constructors / OfficeAnnotationData Constructor(Stream,Boolean)
Syntax Requirements SeeAlso
In This Topic
    OfficeAnnotationData Constructor(Stream,Boolean)
    In This Topic
    Initializes a new instance of the OfficeAnnotationData class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal documentStream
    The document stream.
    As System.IO.Stream, _
    ByVal disposeDocumentStreamAfterUse
    A value indicating whether documentStream must be disposed when this OfficeAnnotationData is disposed.
    As Boolean _
    )

    Parameters

    documentStream
    The document stream.
    disposeDocumentStreamAfterUse
    A value indicating whether documentStream must be disposed when this OfficeAnnotationData is disposed.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also