Document Class
Represents document properties
Inheritance Hierarchy
SystemObject
  GroupDocs.AnnotationDocument

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public class Document

The Document type exposes the following members.

Constructors
  NameDescription
Public methodDocument(Stream)
Initializes new instance of Document class.
Public methodDocument(Stream, String)
Initializes new instance of Document class.
Properties
  NameDescription
Public propertyName
Document name
Public propertyPassword
Document password
Public propertyStream
Document stream
Methods
  NameDescription
Public methodAddImageToDocument
Change image quality and add image to document
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGeneratePreview
Generates document pages preview.
Public methodGetDocumentInfo
Gets information about document - document type and size, pages count etc.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also