GdPicture.NET.14.WEB.DocuVieware.API
GdPicture14.WEB Namespace / DocuViewareControl Class / SaveAsTIFF Method
A System.IO.Stream object that will contain the document content, in TIFF format.
Specifies the page range to save. Use empty value or '*' to include all pages. Default value is "*".
Specifies whether annotations must be removed from the produced document. Default value is false.
Specifies whether annotations must be burnt into the produced document. Default value is false.
Specifies if page rotation(is) applied during the viewing cycle must be applied to the produced document. Default value is false.

In This Topic
SaveAsTIFF Method (DocuViewareControl)
In This Topic
Saves a copy of the native document as TIFF.
Syntax
'Declaration
 
Public Function SaveAsTIFF( _
   ByVal Stream As Stream, _
   Optional ByVal PageRange As String, _
   Optional ByVal DropAnnotations As Boolean, _
   Optional ByVal BurnAnnotations As Boolean, _
   Optional ByVal ApplyViewRotation As Boolean _
) As GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus SaveAsTIFF( 
   Stream Stream,
   string PageRange,
   bool DropAnnotations,
   bool BurnAnnotations,
   bool ApplyViewRotation
)

Parameters

Stream
A System.IO.Stream object that will contain the document content, in TIFF format.
PageRange
Specifies the page range to save. Use empty value or '*' to include all pages. Default value is "*".
DropAnnotations
Specifies whether annotations must be removed from the produced document. Default value is false.
BurnAnnotations
Specifies whether annotations must be burnt into the produced document. Default value is false.
ApplyViewRotation
Specifies if page rotation(is) applied during the viewing cycle must be applied to the produced document. Default value is false.

Return Value

A member of the GdPictureStatus enumeration.
See Also