Page MembersDocuWare Platform .NET API
The Page type exposes the following members.
Constructors

  NameDescription
Public methodPage
Creates a new instance of this class
Back to Top
Methods

  NameDescription
Public methodGetAnnotationFromAnnotationRelation
Calls the HTTP Get method on the link for the relation “annotation”.
Public methodGetAnnotationFromAnnotationRelationAsync
Calls the HTTP Get method on the link for the relation “annotation” asynchronously.
Public methodGetPageContentFromTextshotRelation
Calls the HTTP Get method on the link for the relation “textshot”.
Public methodGetPageContentFromTextshotRelationAsync
Calls the HTTP Get method on the link for the relation “textshot” asynchronously.
Public methodGetPageFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetPageFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetStreamFromAnnotationAsSvgRelation
Calls the HTTP Get method on the link for the relation “annotationAsSvg”.
Public methodGetStreamFromAnnotationAsSvgRelationAsync
Calls the HTTP Get method on the link for the relation “annotationAsSvg” asynchronously.
Public methodGetStreamFromDeepZoomImageRelation
Calls the HTTP Get method on the link for the relation “deepZoomImage”.
Public methodGetStreamFromDeepZoomImageRelationAsync
Calls the HTTP Get method on the link for the relation “deepZoomImage” asynchronously.
Public methodGetStreamFromDeepZoomImageWithAnnotationRelation
Calls the HTTP Get method on the link for the relation “deepZoomImageWithAnnotation”.
Public methodGetStreamFromDeepZoomImageWithAnnotationRelationAsync
Calls the HTTP Get method on the link for the relation “deepZoomImageWithAnnotation” asynchronously.
Public methodGetStreamFromFileDownloadRelation
Calls the HTTP Get method on the link for the relation “fileDownload”.
Public methodGetStreamFromFileDownloadRelationAsync
Calls the HTTP Get method on the link for the relation “fileDownload” asynchronously.
Public methodGetStreamFromIconRelation
Calls the HTTP Get method on the link for the relation “icon”.
Public methodGetStreamFromIconRelationAsync
Calls the HTTP Get method on the link for the relation “icon” asynchronously.
Public methodGetStreamFromLowQualityImageRelation
Calls the HTTP Get method on the link for the relation “lowQualityImage”.
Public methodGetStreamFromLowQualityImageRelationAsync
Calls the HTTP Get method on the link for the relation “lowQualityImage” asynchronously.
Public methodGetStreamFromLowQualityImageWithAnnotationRelation
Calls the HTTP Get method on the link for the relation “lowQualityImageWithAnnotation”.
Public methodGetStreamFromLowQualityImageWithAnnotationRelationAsync
Calls the HTTP Get method on the link for the relation “lowQualityImageWithAnnotation” asynchronously.
Public methodGetStreamFromThumbnailRelation
Calls the HTTP Get method on the link for the relation “thumbnail”.
Public methodGetStreamFromThumbnailRelationAsync
Calls the HTTP Get method on the link for the relation “thumbnail” asynchronously.
Public methodGetXElementFromAnnotationAsXamlRelation
Calls the HTTP Get method on the link for the relation “annotationAsXaml”.
Public methodGetXElementFromAnnotationAsXamlRelationAsync
Calls the HTTP Get method on the link for the relation “annotationAsXaml” asynchronously.
Public methodPostToAnnotationRelationForAnnotation(Annotation)
Calls the HTTP Post method on the link for the relation “annotation”.
Public methodPostToAnnotationRelationForAnnotation(AnnotationsPlacement)
Calls the HTTP Post method on the link for the relation “annotation”.
Public methodPostToAnnotationRelationForAnnotationAsync(Annotation)
Calls the HTTP Post method on the link for the relation “annotation” asynchronously.
Public methodPostToAnnotationRelationForAnnotationAsync(AnnotationsPlacement)
Calls the HTTP Post method on the link for the relation “annotation” asynchronously.
Public methodPostToStampRelationForAnnotation
Calls the HTTP Post method on the link for the relation “stamp”.
Public methodPostToStampRelationForAnnotationAsync
Calls the HTTP Post method on the link for the relation “stamp” asynchronously.
Back to Top
Properties

  NameDescription
Public propertyAnnotationAsSvgRelationLink
Gets the Uri of the link for the relation “annotationAsSvg”.
Public propertyAnnotationAsXamlRelationLink
Gets the Uri of the link for the relation “annotationAsXaml”.
Public propertyAnnotationRelationLink
Gets the Uri of the link for the relation “annotation”.
Public propertyData
Public propertyDeepZoomImageRelationLink
Gets the Uri of the link for the relation “deepZoomImage”.
Public propertyDeepZoomImageWithAnnotationRelationLink
Gets the Uri of the link for the relation “deepZoomImageWithAnnotation”.
Public propertyFileDownloadRelationLink
Gets the Uri of the link for the relation “fileDownload”.
Public propertyHasAnnotation
Gets to sets if this page has annotations.
Public propertyIconRelationLink
Gets the Uri of the link for the relation “icon”.
Public propertyLinks
Public propertyLowQualityImageRelationLink
Gets the Uri of the link for the relation “lowQualityImage”.
Public propertyLowQualityImageWithAnnotationRelationLink
Gets the Uri of the link for the relation “lowQualityImageWithAnnotation”.
Public propertyPageNum
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyStampRelationLink
Gets the Uri of the link for the relation “stamp”.
Public propertyTextshotRelationLink
Gets the Uri of the link for the relation “textshot”.
Public propertyThumbnailRelationLink
Gets the Uri of the link for the relation “thumbnail”.
Back to Top
See Also