DocumentSaveEventArgsAnnotationStream Property |
Gets or sets a stream used to override the default file system save while saving the annotations
portion of the document. Setting this property will take precedence over using
the
SaveFolder and
FileName properties.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Stream AnnotationStream { get; set; }
Public Property AnnotationStream As Stream
Get
Set
Property Value
Type:
StreamSee Also