Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Represents PDF document optimizer.
Inheritance Hierarchy
Bytescout.PDFExtractorDocumentOptimizer
Namespace: Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 12.0.0.4062-master
Syntax
The DocumentOptimizer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentOptimizer |
Initializes a new instance of DocumentOptimizer class.
|
![]() | DocumentOptimizer(String, String) |
Initializes a new instance of DocumentOptimizer class.
|
Properties
Name | Description | |
---|---|---|
![]() | CheckPermissions |
Defines whether respect permissions set by document owner.
If True, extractor throws exception when the extraction is prohibited.
|
![]() | LicenseInfo |
Gets license information.
|
![]() | RegistrationKey |
Registration key.
|
![]() | RegistrationName |
Registration name.
|
![]() | Version |
Gets the component version number.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OptimizeDocument(Stream, Stream) |
Optimizes PDF document with default options.
|
![]() | OptimizeDocument(String, String) |
Optimizes PDF document with default options.
|
![]() | OptimizeDocument(Stream, Stream, OptimizationOptions) |
Optimizes PDF document.
|
![]() | OptimizeDocument(String, String, OptimizationOptions) |
Optimizes PDF document.
|
![]() | ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() | PasswordRequired |
Occurs when the password required to decrypt the document.
|
![]() | ProgressChanged |
Raised for each reported progress value. Allows to cancel the processing.
|
See Also