Class Document
Document class
Represents various document properties
Constructors
Name |
Description |
Document(Stream) |
Initializes new instance of Document class. |
Document(Stream, string) |
Initializes new instance of Document class. |
Properties
Name |
Description |
Name { get; set; } |
Document name |
Password { get; } |
Document password |
Stream { get; } |
Document stream |
Methods
Name |
Description |
AddImageToDocument(string, string, int, int) |
Change image quality and add image to document |
GeneratePreview(PreviewOptions) |
Generates document pages preview (screenshots of every page). |
GetDocumentInfo() |
Gets information about document - document type and size, pages count and detailed information about every page. |
See Also